Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lock-dependencies

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lock-dependencies - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

package.json
{
"name": "lock-dependencies",
"version": "0.0.2",
"version": "0.0.3",
"private": false,

@@ -36,2 +36,3 @@ "license": "Apache-2.0",

"jest": "26.5.2",
"npm-run-all": "4.1.5",
"rollup": "2.28.2",

@@ -38,0 +39,0 @@ "ts-jest": "26.4.1",

@@ -6,5 +6,4 @@ # lock-dependencies

This command line utility will take care of locking and updating on-demand, by default it updates all your dependencies
(also devDependencies and peerDependencies) to the last minor version of your current version. If you are on 4.y.z it
will upgrade the dep to the last y and z, but won't touch the 4. This behavior is configurable.
This command line utility will take care of locking and updating on-demand, by default it locks all your dependencies
(also devDependencies and peerDependencies) to the version specified in the package.json.

@@ -11,0 +10,0 @@ ## Usage

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