Socket
Socket
Sign inDemoInstall

@lerna/command

Package Overview
Dependencies
Maintainers
4
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 3.0.5 to 3.0.6

13

CHANGELOG.md

@@ -6,2 +6,15 @@ # Change Log

<a name="3.0.6"></a>
## [3.0.6](https://github.com/lerna/lerna/compare/v3.0.5...v3.0.6) (2018-08-16)
### Bug Fixes
* **command:** Silence goalpost logging when running a composed command ([12b4280](https://github.com/lerna/lerna/commit/12b4280))
* **init:** Consume lernaVersion from options, not instance property ([89e31d2](https://github.com/lerna/lerna/commit/89e31d2))
<a name="3.0.5"></a>

@@ -8,0 +21,0 @@ ## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15)

9

index.js

@@ -29,4 +29,6 @@ "use strict";

this.lernaVersion = argv.lernaVersion;
log.info("version", this.lernaVersion);
if (!argv.composed) {
// composed commands have already logged the lerna version
log.info("version", argv.lernaVersion);
}

@@ -196,3 +198,4 @@ // "FooCommand" => "foo"

runPreparations() {
if (this.project.isIndependent()) {
if (!this.options.composed && this.project.isIndependent()) {
// composed commands have already logged the independent status
log.info("versioning", "independent");

@@ -199,0 +202,0 @@ }

{
"name": "@lerna/command",
"version": "3.0.5",
"version": "3.0.6",
"description": "Lerna's internal base class for commands",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "882b52eb4eec60f161c77feb0bb175efea0f2909"
"gitHead": "f2e67db8dbd6966288d7b351604a7a554ba905fa"
}
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