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.1 to 3.13.0

12

CHANGELOG.md

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

# [3.13.0](https://github.com/lerna/lerna/compare/v3.12.1...v3.13.0) (2019-02-15)
### Features
* **meta:** Add `repository.directory` field to package.json ([aec5023](https://github.com/lerna/lerna/commit/aec5023))
* **meta:** Normalize package.json `homepage` field ([abeb4dc](https://github.com/lerna/lerna/commit/abeb4dc))
## [3.12.1](https://github.com/lerna/lerna/compare/v3.12.0...v3.12.1) (2019-02-14)

@@ -8,0 +20,0 @@

13

package.json
{
"name": "@lerna/collect-updates",
"version": "3.12.1",
"version": "3.13.0",
"description": "An internal Lerna tool",

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

],
"homepage": "https://github.com/lerna/lerna",
"homepage": "https://github.com/lerna/lerna/tree/master/utils/collect-updates#readme",
"license": "MIT",

@@ -29,3 +29,4 @@ "author": {

"type": "git",
"url": "git+https://github.com/lerna/lerna.git"
"url": "git+https://github.com/lerna/lerna.git",
"directory": "utils/collect-updates"
},

@@ -36,4 +37,4 @@ "scripts": {

"dependencies": {
"@lerna/child-process": "3.3.0",
"@lerna/describe-ref": "3.11.0",
"@lerna/child-process": "3.13.0",
"@lerna/describe-ref": "3.13.0",
"minimatch": "^3.0.4",

@@ -43,3 +44,3 @@ "npmlog": "^4.1.2",

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