Module 4: nsp - but Node Security Platform service is shutting down 9/30 2018
See original GitHub issueAfter cloning this repo and doing npm install
I just got this output on the command line:
npm WARN deprecated nsp@2.6.2: The Node Security Platform service is shutting down 9/30
See official announcement on npm blog
npm now automatically reviews every install request against the NSP vulnerability database and warns you if you try to use unsafe code. Additionally, beginning with npm@6, a new command,
npm audit
, recursively analyzes your dependency trees to identify specifically what’s insecure, recommend a replacement, or fix it automatically with npm audit fix.
Can you update the README of the repo, or maybe even the pluralsight course video. Perhaps create a fly-in banner that tells users what to do instead of ? (I know that maybe that’s not possible)
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top GitHub Comments
Thanks for the suggestion. Yes, I’ll update the video accordingly. Thanks!
I’ve patched the video to add a notification about this, so closing. Thanks @knbknb !