Socket
Socket
Sign inDemoInstall

@lerna/run

Package Overview
Dependencies
Maintainers
4
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/run - npm Package Compare versions

Comparing version 3.0.0-beta.11 to 3.0.0-beta.12

12

CHANGELOG.md

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

<a name="3.0.0-beta.12"></a>
# [3.0.0-beta.12](https://github.com/lerna/lerna/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2018-03-30)
### Features
* Add --no-prefix for streaming output ([#1352](https://github.com/lerna/lerna/issues/1352)) ([36c1fad](https://github.com/lerna/lerna/commit/36c1fad))
<a name="3.0.0-beta.11"></a>

@@ -8,0 +20,0 @@ # [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29)

@@ -39,2 +39,11 @@ "use strict";

},
// This option controls prefix for stream output so that it can be disabled to be friendly
// to tools like Visual Studio Code to highlight the raw results
prefix: {
group: "Command Options:",
describe: "Pass --no-prefix to disable prefixing of streamed output.",
defaultDescription: "true",
type: "boolean",
default: undefined,
},
"npm-client": {

@@ -41,0 +50,0 @@ group: "Command Options:",

2

index.js

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

parallel: false,
prefix: true,
stream: false,

@@ -86,2 +87,3 @@ });

npmClient: this.npmClient,
prefix: this.options.prefix,
reject: this.options.bail,

@@ -88,0 +90,0 @@ pkg,

8

package.json
{
"name": "@lerna/run",
"version": "3.0.0-beta.11",
"version": "3.0.0-beta.12",
"description": "TODO",

@@ -38,5 +38,5 @@ "keywords": [

"@lerna/batch-packages": "^3.0.0-beta.11",
"@lerna/command": "^3.0.0-beta.11",
"@lerna/command": "^3.0.0-beta.12",
"@lerna/filter-options": "^3.0.0-beta.9",
"@lerna/npm-run-script": "^3.0.0-beta.11",
"@lerna/npm-run-script": "^3.0.0-beta.12",
"@lerna/output": "^3.0.0-beta.0",

@@ -46,3 +46,3 @@ "@lerna/run-parallel-batches": "^3.0.0-beta.0",

},
"gitHead": "197a09d58322e86f589ef7839c2438f830d72476"
"gitHead": "05dce5c0e4bca8dc894a99ed28337c85c211b37c"
}
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