Difference between revisions of "Npm audit"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
== Examples ==
 
== Examples ==
 +
* <code>[[npm audit --help]]</code>
 
* <code>npm audit</code>
 
* <code>npm audit</code>
 
* <code>npm audit --production</code>
 
* <code>npm audit --production</code>
Line 8: Line 9:
 
* <code>[[npm audit fix --dry-run]]</code>
 
* <code>[[npm audit fix --dry-run]]</code>
 
* <code>[[npm audit --audit-level=moderate]]</code>
 
* <code>[[npm audit --audit-level=moderate]]</code>
* <code>[[npm audit --help]]</code>
+
* <code>[[npm audit --audit-level=critical --parseable --prod]]</code>
  
 
== Related terms ==
 
== Related terms ==
 
* [[Auditing]]
 
* [[Auditing]]
 
* <code>[[docker scan]]</code>
 
* <code>[[docker scan]]</code>
 +
* [[GitHub]] [[dependabot]]
 +
* Turn off audit for a package: <code>[[npm install]] example-package-name --no-audit</code>
 +
* <code>[[npm run audit:check]]</code>
 +
* <code>[[better-npm-audit]]</code>
  
 
== See also ==
 
== See also ==
* {{npm}}
+
* {{npm audit}}
 +
* {{Auditing}}
 
* {{SCA}}
 
* {{SCA}}
  
 
[[Category:JavaScript]]
 
[[Category:JavaScript]]

Latest revision as of 14:43, 21 November 2022

Advertising: