@lerna/rimraf-dir
Advanced tools
Comparing version 4.0.0 to 5.0.0-alpha.0
{ | ||
"name": "@lerna/rimraf-dir", | ||
"version": "4.0.0", | ||
"version": "5.0.0-alpha.0", | ||
"description": "Run rimraf on a directory in a subprocess to hack around slowness", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">= 10.18.0" | ||
"node": "^14.19.3 || >=16.0.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@lerna/child-process": "4.0.0", | ||
"@lerna/child-process": "5.0.0-alpha.0", | ||
"npmlog": "^4.1.2", | ||
@@ -41,3 +41,3 @@ "path-exists": "^4.0.0", | ||
}, | ||
"gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a" | ||
"gitHead": "5451a79392742a6e942a845de1e46db0a41b1c2e" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
2488
3
2
1
+ Added@lerna/child-process@5.0.0-alpha.0(transitive)
- Removed@lerna/child-process@4.0.0(transitive)