Socket
Socket
Sign inDemoInstall

@lerna/check-working-tree

Package Overview
Dependencies
55
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.0 to 5.1.1

11

CHANGELOG.md

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

## [5.1.1](https://github.com/lerna/lerna/compare/v5.1.0...v5.1.1) (2022-06-09)
### Bug Fixes
* allow maintenance LTS node 14 engines starting at 14.15.0 ([#3161](https://github.com/lerna/lerna/issues/3161)) ([72305e4](https://github.com/lerna/lerna/commit/72305e4dbab607a2d87ae4efa6ee577c93a9dda9))
# [5.1.0](https://github.com/lerna/lerna/compare/v5.0.0...v5.1.0) (2022-06-07)

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

12

package.json
{
"name": "@lerna/check-working-tree",
"version": "5.1.0",
"version": "5.1.1",
"description": "Check git working tree status and error appropriately",

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

"engines": {
"node": "^14.19.3 || >=16.0.0"
"node": "^14.15.0 || >=16.0.0"
},

@@ -34,7 +34,7 @@ "publishConfig": {

"dependencies": {
"@lerna/collect-uncommitted": "5.1.0",
"@lerna/describe-ref": "5.1.0",
"@lerna/validation-error": "5.1.0"
"@lerna/collect-uncommitted": "5.1.1",
"@lerna/describe-ref": "5.1.1",
"@lerna/validation-error": "5.1.1"
},
"gitHead": "6b9c375e4210d2d97c75c465badbbe4334b6388f"
"gitHead": "eb7da8519069ad71793fa49c51133dc8df2fa806"
}
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