Socket
Socket
Sign inDemoInstall

@lerna/batch-packages

Package Overview
Dependencies
36
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.11.0 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.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)

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

13

package.json
{
"name": "@lerna/batch-packages",
"version": "3.11.0",
"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/batch-packages#readme",
"license": "MIT",

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

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

@@ -35,7 +36,7 @@ "scripts": {

"dependencies": {
"@lerna/package-graph": "3.11.0",
"@lerna/validation-error": "3.11.0",
"@lerna/package-graph": "3.13.0",
"@lerna/validation-error": "3.13.0",
"npmlog": "^4.1.2"
},
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc