Skip to content

langateam/shrinkwrap-safeinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"
  }
}

About

shrinkwrap.io "safeinstall" module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published