Socket
Socket
Sign inDemoInstall

@lerna/npm-install

Package Overview
Dependencies
70
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.4 to 5.1.5

11

CHANGELOG.md

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

## [5.1.5](https://github.com/lerna/lerna/compare/v5.1.4...v5.1.5) (2022-06-24)
### Bug Fixes
* **bootstrap:** preserve indentation style in package-lock.json when running bootstrap ([#2955](https://github.com/lerna/lerna/issues/2955)) ([04cfa52](https://github.com/lerna/lerna/commit/04cfa5237053fee1f016e8569612e44a615fc3b5))
## [5.1.4](https://github.com/lerna/lerna/compare/v5.1.3...v5.1.4) (2022-06-15)

@@ -8,0 +19,0 @@

2

npm-install.js

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

return fs.rename(pkg.manifestLocation, packageJsonBkp).then(() => {
return fs.copy(pkg.manifestLocation, packageJsonBkp).then(() => {
const cleanup = () => {

@@ -69,0 +69,0 @@ log.silly("npmInstallDependencies", "cleanup", pkg.manifestLocation);

{
"name": "@lerna/npm-install",
"version": "5.1.4",
"version": "5.1.5",
"description": "An internal Lerna tool",

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

"dependencies": {
"@lerna/child-process": "5.1.4",
"@lerna/get-npm-exec-opts": "5.1.4",
"@lerna/child-process": "5.1.5",
"@lerna/get-npm-exec-opts": "5.1.5",
"fs-extra": "^9.1.0",

@@ -43,3 +43,3 @@ "npm-package-arg": "^8.1.0",

},
"gitHead": "6369c6d25439e29d003c6cb513058663af2d497d"
"gitHead": "ef1ff4b464127ef1b4a0d3845e2e18e0cf37b01d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc