Socket
Socket
Sign inDemoInstall

@lerna/command

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/command - npm Package Compare versions

Comparing version 5.4.3 to 5.5.0

7

index.js

@@ -250,2 +250,9 @@ "use strict";

}
if (this.options.npmClient === "pnpm" && !this.options.useWorkspaces) {
throw new ValidationError(
"ENOWORKSPACES",
"Usage of pnpm without workspaces is not supported. To use pnpm with lerna, set useWorkspaces to true in lerna.json and configure pnpm to use workspaces: https://pnpm.io/workspaces."
);
}
}

@@ -252,0 +259,0 @@

14

package.json
{
"name": "@lerna/command",
"version": "5.4.3",
"version": "5.5.0",
"description": "Lerna's internal base class for commands",

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

"dependencies": {
"@lerna/child-process": "5.4.3",
"@lerna/package-graph": "5.4.3",
"@lerna/project": "5.4.3",
"@lerna/validation-error": "5.4.3",
"@lerna/write-log-file": "5.4.3",
"@lerna/child-process": "5.5.0",
"@lerna/package-graph": "5.5.0",
"@lerna/project": "5.5.0",
"@lerna/validation-error": "5.5.0",
"@lerna/write-log-file": "5.5.0",
"clone-deep": "^4.0.1",

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

},
"gitHead": "225a451071a741179c9173082822bc9918a2933e"
"gitHead": "bc3eb9911070325d7ceb310bc3e89e3777150560"
}
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