Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 866 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 866 Bytes

shrinkwrap-safeinstall

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.

Reasons to use safeinstall

  • 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.

Install

npm install --save shrinkwrap.io

Configure package.json

{
  "scripts": {
    "safeinstall": "safeinstall"
  }
}