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.3.2 to 3.5.0

11

CHANGELOG.md

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

# [3.5.0](https://github.com/lerna/lerna/compare/v3.4.3...v3.5.0) (2018-11-27)
### Features
* **version:** Add `--include-merged-tags` option ([#1712](https://github.com/lerna/lerna/issues/1712)) ([7ee05d7](https://github.com/lerna/lerna/commit/7ee05d7))
<a name="3.3.2"></a>

@@ -8,0 +19,0 @@ ## [3.3.2](https://github.com/lerna/lerna/compare/v3.3.1...v3.3.2) (2018-09-12)

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);
const { sha, refCount, lastTagName } = describeRef.sync(execOpts, commandOptions);
// TODO: warn about dirty tree?

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

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

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

"@lerna/child-process": "^3.3.0",
"@lerna/describe-ref": "^3.3.0",
"@lerna/describe-ref": "^3.5.0",
"minimatch": "^3.0.4",

@@ -41,3 +41,3 @@ "npmlog": "^4.1.2",

},
"gitHead": "96e1c0086244da05af5602e56cbd790662b0b40a"
"gitHead": "1c142db1ecb50120f0ddce8ff8a7d9cde1bee278"
}
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