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.0 to 3.0.0-beta.2

CHANGELOG.md

6

npm-install.js
"use strict";
const fs = require("fs-extra");
const log = require("npmlog");

@@ -9,3 +10,2 @@ const npa = require("npm-package-arg");

const ChildProcessUtilities = require("@lerna/child-process");
const FileSystemUtilities = require("@lerna/fs-utils");
const getExecOpts = require("@lerna/get-npm-exec-opts");

@@ -57,7 +57,7 @@

return FileSystemUtilities.rename(pkg.manifestLocation, packageJsonBkp).then(() => {
return fs.rename(pkg.manifestLocation, packageJsonBkp).then(() => {
const cleanup = () => {
log.silly("npmInstallDependencies", "cleanup", pkg.manifestLocation);
// Need to do this one synchronously because we might be doing it on exit.
FileSystemUtilities.renameSync(packageJsonBkp, pkg.manifestLocation);
fs.renameSync(packageJsonBkp, pkg.manifestLocation);
};

@@ -64,0 +64,0 @@

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

@@ -34,4 +34,4 @@ "keywords": [

"@lerna/child-process": "^3.0.0-beta.0",
"@lerna/fs-utils": "^3.0.0-beta.0",
"@lerna/get-npm-exec-opts": "^3.0.0-beta.0",
"fs-extra": "5.0.0",
"npm-package-arg": "^6.0.0",

@@ -42,3 +42,3 @@ "npmlog": "^4.1.2",

},
"gitHead": "349b9c765bcbf38988d1fcd48313422417a04c8f"
"gitHead": "ca9561a1ffe6292cceaeca30e4f7d5d85757c710"
}
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