Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 966 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 966 Bytes

Node Security Project

Command Line Tools

Badgers

Dependency Status

Installation

Through NPM

npm i nsp -g

Through github

git clone git@github.com:nodesecurity/nsp.git
cd nsp
npm link

nsp audit-shrinkwrap

Takes an existing npm-shrinkwrap.json file and submits it for validation to nodesecurity.io

Example:

~/nodesecurity/jobsystem $ nsp audit-shrinkwrap
Name     Installed  Patched  Vulnerable Dependency
connect    2.7.5    >=2.8.1  nodesecurity-jobs > kue > express

nsp audit-package

Takes an existing package.json file and submits it for validation to nodesecurity.io

Example:

~/nodesecurity/jobsystem $ nsp audit-package
Name     Installed  Patched  Vulnerable Dependency
connect    2.7.5    >=2.8.1  nodesecurity-jobs > kue > express