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 2.1.1 to 2.1.2

4

lib/index.js

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

if (!ver) {
return cb({
message: "Can not resolve engine " + name + " from range: " + range + " in available versions: " + versions
});
return cb(new Error("Can not resolve engine " + name + " from range: " + range + " in available versions: " + versions));
}

@@ -94,0 +92,0 @@

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

@@ -37,2 +37,2 @@ "main": "./lib/index.js",

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