shrinkwrap.io manages shrinkwraps for your npm modules. Connect your Github Account at shrinkwrap.io, and the SaaS (shrinkwrap-as-a-service) will automatically issue a Pull Request with the necessary configuration. Manual setup steps are below.
- Shrinkwrap dependency tree for production safety
- 5x Faster npm installation
- Avoid the npm worm and left-pad issues.
- Avoid unwieldy diffs in source control
Install this module to support shrinkwrap.io safeinstall in your project.
npm install --save shrinkwrap.io
{
"scripts": {
"safeinstall": "safeinstall"
}
}