Socket
Socket
Sign inDemoInstall

@lerna/run-lifecycle

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/run-lifecycle - npm Package Compare versions

Comparing version 3.10.5 to 3.11.0

13

CHANGELOG.md

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

# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)
### Bug Fixes
* **deps:** Explicit npm-lifecycle ^2.1.0 ([506ad6d](https://github.com/lerna/lerna/commit/506ad6d))
* **deps:** Explicit npmlog ^4.1.2 ([571c2e2](https://github.com/lerna/lerna/commit/571c2e2))
* **deps:** Remove unused libnpm (replaced by direct sub-packages) ([1caeb28](https://github.com/lerna/lerna/commit/1caeb28))
## [3.10.5](https://github.com/lerna/lerna/compare/v3.10.4...v3.10.5) (2019-01-11)

@@ -8,0 +21,0 @@

7

package.json
{
"name": "@lerna/run-lifecycle",
"version": "3.10.5",
"version": "3.11.0",
"description": "An internal Lerna tool",

@@ -35,5 +35,6 @@ "keywords": [

"figgy-pudding": "^3.5.1",
"libnpm": "^2.0.1"
"npm-lifecycle": "^2.1.0",
"npmlog": "^4.1.2"
},
"gitHead": "713f72d1d5bd358147bb50df65b203b43a4667f8"
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
}
"use strict";
const log = require("libnpm/log");
const runScript = require("libnpm/run-script");
const log = require("npmlog");
const runScript = require("npm-lifecycle");
const figgyPudding = require("figgy-pudding");

@@ -6,0 +6,0 @@ const npmConf = require("@lerna/npm-conf");

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