Socket
Socket
Sign inDemoInstall

@lerna/collect-updates

Package Overview
Dependencies
Maintainers
2
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.11.0 to 3.12.0

11

CHANGELOG.md

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

# [3.12.0](https://github.com/lerna/lerna/compare/v3.11.1...v3.12.0) (2019-02-14)
### Bug Fixes
* **collect-updates:** Clarify logging in context ([9b8dd9c](https://github.com/lerna/lerna/commit/9b8dd9c))
# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)

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

4

collect-updates.js

@@ -44,4 +44,2 @@ "use strict";

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

@@ -55,4 +53,6 @@ // "warn" might seem a bit loud, but it is appropriate for logging anything _forced_

if (!committish || forced.has("*")) {
log.info("", "Assuming all packages changed");
candidates = new Set(packages.values());
} else {
log.info("", `Looking for changed packages since ${committish}`);
candidates = new Set();

@@ -59,0 +59,0 @@

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

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

},
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
"gitHead": "e2cc514e55a4b520258769a80648b42c45eea9f4"
}
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