Yoav Vainrich
Yoav Vainrich
I noticed that installing this package brings more than it needs for runtime. This is because the shrinkwrap file which is packed has dev dependencies too. Not sure why, but...
## Description Added a new validator to check that the integrity field uses sha512 hash. Requires a flag `--validate-integrity` (alias: `-i`) so should not be a breaking change. ## Types...
The recommendation for a standalone CLI project should be that when publishing `npm-shrinkwrap.json` file, it should only contain dependencies and **not** dev-dependencies. Dev dependencies are best practice for the developer(s)...
I would love to have an easy way to find errors. Currently I need to search for "Could not resolve"
### Enter your suggestions in details: Lines 3-4 of the "Read Streams" example are confusing. I suggest extracting them into a new "Fetch" example. 