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.13 to 3.0.0-beta.15

12

CHANGELOG.md

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

<a name="3.0.0-beta.15"></a>
# [3.0.0-beta.15](https://github.com/lerna/lerna/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2018-04-09)
### Features
* **bootstrap:** Use `npm ci` with `--ci` option ([#1360](https://github.com/lerna/lerna/issues/1360)) ([d7e33c6](https://github.com/lerna/lerna/commit/d7e33c6))
<a name="3.0.0-beta.13"></a>

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

7

npm-install.js

@@ -15,6 +15,9 @@ "use strict";

function npmInstall(pkg, { registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio = "pipe" }) {
function npmInstall(
pkg,
{ registry, npmClient, npmClientArgs, npmGlobalStyle, mutex, stdio = "pipe", subCommand = "install" }
) {
// build command, arguments, and options
const opts = getExecOpts(pkg, registry);
const args = ["install"];
const args = [subCommand];
let cmd = npmClient || "npm";

@@ -21,0 +24,0 @@

{
"name": "@lerna/npm-install",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.15",
"description": "TODO",

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

},
"gitHead": "4cae54bce76bf156e71a2881418104c442f97c62"
"gitHead": "f7a8e7bc271a5966035a5cbe3bf0eee556c8053a"
}
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