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 3.0.1 to 3.0.2

2

lib/index.js

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

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

@@ -29,0 +29,0 @@ var merge = !! options.merge;

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

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -51,5 +51,4 @@ # Cortex Shrinkwrap

* async: whether incldue `asyncDependencies`
* stableOnly: only include stable version in shrinkwrap, default value is =true=
* stableOnly: only include stable version in shrinkwrap, default value is =false=
* enablePrerelease(=Deprecated=): whether include prerelease version in shrinkwrap, default value is =false=

@@ -56,0 +55,0 @@ #### callback(err, shrinkedJson)

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