Socket
Socket
Sign inDemoInstall

@lerna/project

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/project - npm Package Compare versions

Comparing version 6.0.3 to 6.1.0

6

lib/deprecate-config.js

@@ -104,3 +104,7 @@ "use strict";

function compose(...funcs) {
return funcs.reduce((a, b) => (...args) => a(b(...args)));
return funcs.reduce(
(a, b) =>
(...args) =>
a(b(...args))
);
}

8

package.json
{
"name": "@lerna/project",
"version": "6.0.3",
"version": "6.1.0",
"description": "Lerna project configuration",

@@ -35,4 +35,4 @@ "keywords": [

"dependencies": {
"@lerna/package": "6.0.3",
"@lerna/validation-error": "6.0.3",
"@lerna/package": "6.1.0",
"@lerna/validation-error": "6.1.0",
"cosmiconfig": "^7.0.0",

@@ -50,3 +50,3 @@ "dedent": "^0.7.0",

},
"gitHead": "0f785e404be84e62cb9ce225a54c76e89ac9efdb"
"gitHead": "05ad1860e2da7fc16c9c0a072c9389e94792ab64"
}
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