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.6.0 to 3.8.1

11

CHANGELOG.md

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

## [3.8.1](https://github.com/lerna/lerna/compare/v3.8.0...v3.8.1) (2018-12-31)
### Bug Fixes
* **publish:** --canary should also respect --include-merged-tags ([462b15c](https://github.com/lerna/lerna/commit/462b15c)), closes [#1820](https://github.com/lerna/lerna/issues/1820)
# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

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

2

collect-updates.js

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

// describe the last annotated tag in the current branch
const { sha, refCount, lastTagName } = describeRef.sync(execOpts, commandOptions);
const { sha, refCount, lastTagName } = describeRef.sync(execOpts, commandOptions.includeMergedTags);
// TODO: warn about dirty tree?

@@ -27,0 +27,0 @@

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

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

"@lerna/child-process": "^3.3.0",
"@lerna/describe-ref": "^3.6.0",
"@lerna/describe-ref": "^3.8.1",
"libnpm": "^2.0.1",

@@ -41,3 +41,3 @@ "minimatch": "^3.0.4",

},
"gitHead": "8cc3196014f6fe8c9b41477b975c527d017a3daf"
"gitHead": "00a372e194e23674fc0b7e94cc0f5ee799a13036"
}
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