npx-import
Advanced tools
Comparing version 1.1.1 to 1.1.2-0
{ | ||
"name": "npx-import", | ||
"version": "1.1.1", | ||
"version": "1.1.2-0", | ||
"description": "Runtime dependencies, installed as if by magic ✨", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -220,3 +220,7 @@ import os from 'node:os' | ||
if (WINDOWS) { | ||
const paths = stdout.replace(/^PATH=/i, '').split(';') | ||
const paths = stdout | ||
.replace(/^PATH=/i, '') | ||
.replace(/\\\\\\\\/g, '\\\\') | ||
.replace(/\\r\\n/g, ';') | ||
.split(';') | ||
const tempPath = paths.find((p) => /\\npm[-\\]+cache\\_npx\\/.exec(p)) | ||
@@ -223,0 +227,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
61232
928
1