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 6.1.0 to 6.2.0

6

index.js

@@ -243,6 +243,10 @@ "use strict";

if (!this.project.version) {
if (this.project.configNotFound) {
throw new ValidationError("ENOLERNA", "`lerna.json` does not exist, have you run `lerna init`?");
}
if (!this.project.version) {
throw new ValidationError("ENOVERSION", "Required property version does not exist in `lerna.json`");
}
if (this.options.independent && !this.project.isIndependent()) {

@@ -249,0 +253,0 @@ throw new ValidationError(

14

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

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

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

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

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