Search This Blog

Pages

Tuesday, February 4, 2020

How to check security vulnerabilities in your Node.js packages

npm i --package-lock-only
npm audit --registry=https://registry.npmjs.org

Reference: https://docs.npmjs.com/cli/audit

No comments:

Post a Comment