includejs
Advanced tools
Comparing version 0.9.2 to 0.9.21
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.9.2", | ||
"version": "0.9.21", | ||
"bin": { | ||
@@ -12,0 +12,0 @@ "includejs": "includejs", |
@@ -1398,3 +1398,9 @@ | ||
var delimiter = process.platform === 'win32' ? ';' : ':', | ||
parts = process.env.path.split(delimiter), | ||
PATH = process.env.PATH || process.env.path; | ||
if (!PATH){ | ||
console.error('PATH not defined in env', process.env); | ||
} | ||
var parts = PATH.split(delimiter), | ||
globalPath = ruqq.arr.first(parts, function(x){ | ||
@@ -1401,0 +1407,0 @@ return /([\\\/]npm[\\\/])|([\\\/]npm$)/gi.test(x); |
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
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
1334735
28153
28