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.12.0 to 3.12.1

11

CHANGELOG.md

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

## [3.12.1](https://github.com/lerna/lerna/compare/v3.12.0...v3.12.1) (2019-02-14)
### Bug Fixes
* **collect-updates:** Do not skip change detection when `--since` provided ([6ff53d6](https://github.com/lerna/lerna/commit/6ff53d6)), closes [#1927](https://github.com/lerna/lerna/issues/1927)
# [3.12.0](https://github.com/lerna/lerna/compare/v3.11.1...v3.12.0) (2019-02-14)

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

2

collect-updates.js

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

if (refCount === "0" && forced.size === 0) {
if (refCount === "0" && forced.size === 0 && !committish) {
// no commits since previous release

@@ -30,0 +30,0 @@ log.notice("", "Current HEAD is already released, skipping change detection.");

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

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

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