Difference between revisions of "Npm audit"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
== See also == | == See also == | ||
* {{npm audit}} | * {{npm audit}} | ||
− | * {{ | + | * {{Auditing}} |
* {{SCA}} | * {{SCA}} | ||
[[Category:JavaScript]] | [[Category:JavaScript]] |
Revision as of 16:03, 9 October 2022
https://docs.npmjs.com/cli/v8/commands/npm-audit
Examples
npm audit --help
npm audit
npm audit --production
npm audit fix
npm audit fix --dry-run
npm audit --audit-level=moderate
npm audit --audit-level=critical --parseable --prod
Related terms
- Auditing
docker scan
- GitHub dependabot
- Turn off audit for a package:
npm install example-package-name --no-audit
npm run audit:check
See also
Advertising: