npm-audit

0.0.3 • Public • Published

NPM Audit NPM version

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"{
    "audit": "npm-audit",
    "postinstall": "npm-audit",
    "pretest": "npm-audit"
  },
  ...

then:

$ npm run audit

or call it with js:

require('npm-audit')();

License

MIT

/npm-audit/

    Package Sidebar

    Install

    npm i npm-audit

    Weekly Downloads

    348

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • jshanson7