0.0.3 • Published 8 years ago
npm-audit v0.0.3
NPM Audit 
Audit your NPM dependencies for malicious packages. Blacklisted packages are listed in blacklist.json. Please help keep this list up-to-date.
Installation
npm install --save-dev npm-audit@latestUsage
Add scripts to your package.json:
...
"scripts": {
"audit": "npm-audit",
"postinstall": "npm-audit",
"pretest": "npm-audit"
},
...then:
$ npm run auditor call it with js:
require('npm-audit')();License
MIT