Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/npm-run-script

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/npm-run-script - 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)

4

npm-run-script.js

@@ -20,3 +20,3 @@ "use strict";

function stream(script, { args, npmClient, pkg, reject = true }) {
function stream(script, { args, npmClient, pkg, prefix, reject = true }) {
log.silly("npmRunScript.stream", [script, args, pkg.name]);

@@ -27,3 +27,3 @@

return ChildProcessUtilities.spawnStreaming(npmClient, argv, opts, pkg.name);
return ChildProcessUtilities.spawnStreaming(npmClient, argv, opts, prefix && pkg.name);
}

@@ -30,0 +30,0 @@

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

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

"dependencies": {
"@lerna/child-process": "^3.0.0-beta.11",
"@lerna/child-process": "^3.0.0-beta.12",
"@lerna/get-npm-exec-opts": "^3.0.0-beta.0",
"npmlog": "^4.1.2"
},
"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