Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #63 from jborrey/jborrey/nsp
Browse files Browse the repository at this point in the history
Update package for CVE
  • Loading branch information
maksim-s authored Sep 6, 2016
2 parents 8839bf1 + c53ff5b commit aaf0378
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ Tests are run via [mocha](http://mochajs.org) and [nock](https://github.com/pgte

`npm test`

You should also run security scan on all the packages.

```bash
npm install -g nsp
nsp check --output summary
```

You can also run the tests against various node environments using the Dockerfile.example file.

1. `cp Dockerfile.example Dockerfile`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"http-errors": "1.3.1",
"lodash": "3.1.0",
"object-assign": "2.0.0",
"request": "2.53.0"
"request": "2.74.0"
},
"description": "The Coinbase API for Node.js",
"devDependencies": {
Expand Down

0 comments on commit aaf0378

Please sign in to comment.