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@latest
Usage
Add scripts to your package.json
:
... "scripts": , ...
then:
$ npm run audit

or call it with js:
;
License
MIT