Comparing version 0.0.2 to 0.0.3
@@ -43,3 +43,3 @@ | ||
// Windows root directory handling. | ||
if (process.env.OS === 'Windows_NT' && relative.substr(1, 2) === ':\\') { | ||
if (process.platform === 'win32' && relative.substr(1, 2) === ':\\') { | ||
relative = relative.substr(2); | ||
@@ -46,0 +46,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "Dav Glass <davglass@gmail.com>", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "./lib/index.js", | ||
@@ -8,0 +8,0 @@ "devDependencies": { |
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
1
26419