Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/nsp
https://github.com/pdehaan/nsp
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdehaan/nsp
- Owner: pdehaan
- Created: 2014-08-01T23:18:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T16:12:40.000Z (over 10 years ago)
- Last Synced: 2024-10-31T13:13:13.922Z (2 months ago)
- Homepage: nodesecurity.io
- Size: 182 KB
- Stars: 1
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Security Project
**Command Line Tools**## Badgers
[![Dependency Status](https://david-dm.org/nodesecurity/nsp.png)](https://david-dm.org/nodesecurity/nsp)![](https://nodesecurity.io/img/nodesecurity.png)
## Installation
Through NPM
```bash
npm i nsp -g
```Through github
```bash
git clone [email protected]:nodesecurity/nsp.git
cd nsp
npm link
```## ```nsp audit-shrinkwrap```
Takes an existing npm-shrinkwrap.json file and submits it for validation to nodesecurity.ioExample:
```bash
~/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.ioExample:
```bash
~/nodesecurity/jobsystem $ nsp audit-package
Name Installed Patched Vulnerable Dependency
connect 2.7.5 >=2.8.1 nodesecurity-jobs > kue > express
```