Comparing version 2.0.0 to 2.0.1
@@ -14,7 +14,3 @@ // On windows, create a .cmd file. | ||
try { | ||
var fs = require("graceful-fs") | ||
} catch (e) { | ||
var fs = require("fs") | ||
} | ||
var fs = require("graceful-fs") | ||
@@ -21,0 +17,0 @@ var mkdir = require("mkdirp") |
{ | ||
"name": "cmd-shim", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Used in npm for command line application support", | ||
@@ -13,7 +13,4 @@ "scripts": { | ||
"license": "BSD", | ||
"optionalDependencies": { | ||
"graceful-fs": "2" | ||
}, | ||
"dependencies": { | ||
"graceful-fs": "^3.0.2", | ||
"graceful-fs": ">3.0.1 <4.0.0-0", | ||
"mkdirp": "~0.5.0" | ||
@@ -20,0 +17,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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
2
14603
367
Updatedgraceful-fs@>3.0.1 <4.0.0-0