@pnpm/package-bins
Advanced tools
Comparing version 4.0.5 to 4.0.6
# @pnpm/package-bins | ||
## 4.0.6 | ||
### Patch Changes | ||
- 1520e3d6f: Update graceful-fs to v4.2.4 | ||
## 4.0.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pnpm/package-bins", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Returns bins of a package", | ||
@@ -35,5 +35,5 @@ "main": "lib/index.js", | ||
"@pnpm/types": "6.1.0", | ||
"graceful-fs": "4.2.3", | ||
"is-subdir": "1.1.1", | ||
"p-filter": "2.1.0" | ||
"graceful-fs": "^4.2.4", | ||
"is-subdir": "^1.1.1", | ||
"p-filter": "^2.1.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"@types/graceful-fs": "^4.1.3", | ||
"@types/node": "^12.12.45", | ||
"@types/node": "^12.12.47", | ||
"@types/tape": "^4.13.0" | ||
@@ -46,0 +46,0 @@ }, |
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
5542
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedis-subdir@1.2.0(transitive)
- Removedgraceful-fs@4.2.3(transitive)
- Removedis-subdir@1.1.1(transitive)
Updatedgraceful-fs@^4.2.4
Updatedis-subdir@^1.1.1
Updatedp-filter@^2.1.0