@byu-oit/wabs-starter
Advanced tools
Comparing version 0.13.5 to 0.13.6
@@ -182,2 +182,4 @@ /** | ||
child.on('error', err => reject(err)); | ||
child.on('close', code => { | ||
@@ -308,3 +310,3 @@ if (code !== 0) return reject(code); | ||
// start the docker container | ||
spawn(docker, args, { | ||
const child = spawn(docker, args, { | ||
env: env, | ||
@@ -314,2 +316,4 @@ stdio: 'inherit' | ||
child.on('error', err => console.error(err)); | ||
}); | ||
@@ -336,2 +340,3 @@ } | ||
result.error = err; | ||
reject(err); | ||
}); | ||
@@ -338,0 +343,0 @@ |
@@ -73,6 +73,2 @@ #!/usr/bin/env node | ||
switch (command) { | ||
case 'path': | ||
console.log(process.env.PATH); | ||
console.log(require('child_process').execSync('which docker').toString()); | ||
break; | ||
case 'bash': | ||
@@ -79,0 +75,0 @@ case 'run': |
{ | ||
"name": "@byu-oit/wabs-starter", | ||
"version": "0.13.5", | ||
"version": "0.13.6", | ||
"description": "web application starter kit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
173563
10
3
2392