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 3.11.0 to 3.12.0

11

CHANGELOG.md

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

# [3.12.0](https://github.com/lerna/lerna/compare/v3.11.1...v3.12.0) (2019-02-14)
### Features
* **global-options:** Default concurrency to logical CPU count ([#1931](https://github.com/lerna/lerna/issues/1931)) ([2c487fe](https://github.com/lerna/lerna/commit/2c487fe))
# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)

@@ -8,0 +19,0 @@

3

index.js

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

const log = require("npmlog");
const os = require("os");

@@ -18,3 +19,3 @@ const PackageGraph = require("@lerna/package-graph");

const DEFAULT_CONCURRENCY = 4;
const DEFAULT_CONCURRENCY = os.cpus().length;

@@ -21,0 +22,0 @@ class Command {

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

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

},
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
"gitHead": "e2cc514e55a4b520258769a80648b42c45eea9f4"
}
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