Socket
Socket
Sign inDemoInstall

@lerna/run-lifecycle

Package Overview
Dependencies
Maintainers
4
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.0.0 to 3.2.0

12

CHANGELOG.md

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

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)
### Features
* **run-lifecycle:** Resolve target package to aid chaining ([8e0aa96](https://github.com/lerna/lerna/commit/8e0aa96))
<a name="3.0.0"></a>

@@ -8,0 +20,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)

4

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

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

},
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6"
"gitHead": "02a2380b8f18c3579960032091643b9d12fd41e5"
}

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

unsafePerm: true,
});
}).then(() => pkg);
}

@@ -51,4 +51,4 @@

return Promise.resolve();
return Promise.resolve(pkg);
};
}
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