Socket
Socket
Sign inDemoInstall

@lerna/collect-updates

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/collect-updates - npm Package Compare versions

Comparing version 3.0.0 to 3.0.5

12

CHANGELOG.md

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

<a name="3.0.5"></a>
## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15)
### Bug Fixes
* **collect-updates:** Remove period from committish log message ([a97262c](https://github.com/lerna/lerna/commit/a97262c))
<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)

2

collect-updates.js

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

log.info("", `Looking for changed packages since ${committish || "initial commit"}.`);
log.info("", `Looking for changed packages since ${committish || "initial commit."}`);

@@ -37,0 +37,0 @@ const forced = getForcedPackages(commandOptions.forcePublish);

{
"name": "@lerna/collect-updates",
"version": "3.0.0",
"version": "3.0.5",
"description": "An internal Lerna tool",

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

},
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6"
"gitHead": "882b52eb4eec60f161c77feb0bb175efea0f2909"
}
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