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

cortex-shrinkwrap

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortex-shrinkwrap - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

3

lib/index.js

@@ -26,3 +26,2 @@ var path = require('path');

var enableAsync = options.async !== false; // default to true
var stableOnly = options.stable_only; // deafult to false
var stopOnError = options.stop_on_error !== false;

@@ -149,2 +148,2 @@ var merge = !! options.merge;

return dest;
}
}

@@ -160,3 +160,5 @@ var path = require('path');

if (err) return cb(err);
// root key
var pkgKey = pkg.name + '@' + pkg.version + undefined;
// get root json
var json = trees[pkgKey];

@@ -163,0 +165,0 @@ if (from) json.from = pkg.name + '@' + from;

{
"name": "cortex-shrinkwrap",
"version": "4.0.1",
"version": "5.0.0",
"description": "Lock down the versions of a package's dependencies",

@@ -32,7 +32,7 @@ "main": "./lib/index.js",

"dependencies": {
"async": "~0.9.0",
"async": "^0.9.0",
"cortex-deps-traveller": "^3.0.0",
"semver": "~2.3.0",
"sorted-object": "~1.0.0",
"cortex-deps-traveller": "^2.0.0"
"sorted-object": "^1.0.0"
}
}
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