@zkochan/cmd-shim
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -12,3 +12,3 @@ 'use strict'; | ||
createCmdFile: isWindows(), | ||
fs: require('fs') | ||
fs: require('graceful-fs') | ||
}; | ||
@@ -15,0 +15,0 @@ /** |
{ | ||
"name": "@zkochan/cmd-shim", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "Used in pnpm for command line application support", | ||
@@ -23,2 +23,3 @@ "author": { | ||
"cmd-extension": "^1.0.2", | ||
"graceful-fs": "^4.2.10", | ||
"is-windows": "^1.0.2" | ||
@@ -25,0 +26,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
37489
2
3
+ Addedgraceful-fs@^4.2.10
+ Addedgraceful-fs@4.2.11(transitive)