New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npm-freeze

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-freeze

Freeze the npm dependencies

  • 0.1.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
17
Maintainers
1
Weekly downloads
 
Created
Source

npm-freeze

TL;DR, you probably want to use npm shrinkwrap.

Dump versions of packages in node_modules/.

Build Status NPM version Dependency Status devDependency Status Code Climate

Synopsis

npm install -g npm-freeze

# Create version manifest in your project folder
npm-freeze manifest

# ... after a while check that freshly installed versions are still the same
rm -rf node_modules
npm install
npm-freeze check

Screenshots

Default options

jsverify default

--minor

jsverify minor

Keywords

FAQs

Package last updated on 08 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc