Difference between revisions of "Npm audit"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
https://docs.npmjs.com/cli/v8/commands/npm-audit
 
https://docs.npmjs.com/cli/v8/commands/npm-audit
 
* <code>npm audit</code>
 
* <code>npm audit</code>
 +
* <code>npm audit --production</code>
 
* <code>[[npm audit fix]]</code>
 
* <code>[[npm audit fix]]</code>
 
* <code>[[npm audit fix --dry-run]]</code>
 
* <code>[[npm audit fix --dry-run]]</code>

Revision as of 12:29, 9 February 2022

https://docs.npmjs.com/cli/v8/commands/npm-audit

npm audit --help

npm audit [--json ][--production]
npm audit fix [--force|--package-lock-only|--dry-run|--production|--only=(dev|prod)]

Related terms

See also

Advertising: