@lerna/get-packed
Advanced tools
Comparing version 3.13.0 to 3.16.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.16.0](https://github.com/lerna/lerna/compare/v3.15.0...v3.16.0) (2019-07-18) | ||
### Features | ||
* **deps:** `fs-extra@^8.1.0` ([313287f](https://github.com/lerna/lerna/commit/313287f)) | ||
# [3.13.0](https://github.com/lerna/lerna/compare/v3.12.1...v3.13.0) (2019-02-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lerna/get-packed", | ||
"version": "3.13.0", | ||
"version": "3.16.0", | ||
"description": "Read contents of package tarball created by npm pack", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"dependencies": { | ||
"fs-extra": "^7.0.0", | ||
"fs-extra": "^8.1.0", | ||
"ssri": "^6.0.1", | ||
"tar": "^4.4.8" | ||
}, | ||
"gitHead": "9a47201f3fdd1df09cfb1922f26329d1dc4c8cc5" | ||
"gitHead": "8ca18bedecf4f141c6242a099086e84b2ced72de" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4630
+ Addedfs-extra@8.1.0(transitive)
- Removedfs-extra@7.0.1(transitive)
Updatedfs-extra@^8.1.0