Comparing version 1.2.9 to 1.2.10
# Changes | ||
## v1.2.10 | ||
* Use env.PATH only, not env.Path | ||
## v1.2.9 | ||
@@ -5,0 +9,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -22,3 +22,3 @@ module.exports = which | ||
var colon = opt.colon || COLON | ||
var pathEnv = opt.path || process.env.Path || process.env.PATH || '' | ||
var pathEnv = opt.path || process.env.PATH || '' | ||
var pathExt = [''] | ||
@@ -25,0 +25,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
9117
5