Socket
Socket
Sign inDemoInstall

@lerna/npm-install

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/npm-install - npm Package Compare versions

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

12

CHANGELOG.md

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

<a name="3.0.0-beta.11"></a>
# [3.0.0-beta.11](https://github.com/lerna/lerna/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2018-03-29)
### Features
* **npm-install:** Allow opts.stdio override ([4ba5e74](https://github.com/lerna/lerna/commit/4ba5e74))
<a name="3.0.0-beta.3"></a>

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

5

npm-install.js

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

function npmInstall(pkg, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex }) {
function npmInstall(pkg, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio = "pipe" }) {
// build command, arguments, and options

@@ -39,2 +39,5 @@ const opts = getExecOpts(pkg, registry);

// potential override, e.g. "inherit" in root-only bootstrap
opts.stdio = stdio;
log.silly("npmInstall", [cmd, args]);

@@ -41,0 +44,0 @@ return ChildProcessUtilities.exec(cmd, args, opts);

6

package.json
{
"name": "@lerna/npm-install",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.11",
"description": "TODO",

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

"dependencies": {
"@lerna/child-process": "^3.0.0-beta.0",
"@lerna/child-process": "^3.0.0-beta.11",
"@lerna/get-npm-exec-opts": "^3.0.0-beta.0",

@@ -42,3 +42,3 @@ "fs-extra": "^5.0.0",

},
"gitHead": "1ee15326adf778c32e4b136bbfb27e1c899716a1"
"gitHead": "197a09d58322e86f589ef7839c2438f830d72476"
}
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