@xiaobai-world/upload
Advanced tools
Comparing version 0.0.71 to 0.0.72
{ | ||
"name": "@xiaobai-world/upload", | ||
"version": "0.0.71", | ||
"version": "0.0.72", | ||
"description": "upload to xiaobai store", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -127,3 +127,3 @@ #!/usr/bin/env node | ||
// npm run build | ||
const cmd = `npm run build -- --logLevel=all --manifest --base=${pathRes.data}/`; | ||
const cmd = `npm run build -- --logLevel=all --manifest --base=${process.env.xiaobai_base || ''}${pathRes.data}/`; | ||
console.log("cmd is:", cmd); | ||
@@ -130,0 +130,0 @@ const execRes = execSync(cmd, { |
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
9555
10