Comparing version 0.1.1 to 0.1.2
@@ -35,2 +35,3 @@ #!/usr/bin/env node | ||
lazy-start -t $(shuf -i 60-300 -n 1) run-in-random-between-1-and-5-minutes.py | ||
DISABLE_LAZY_START=true lazy-start run-immediate | ||
`); | ||
@@ -69,2 +70,7 @@ }; | ||
if (process.env.DISABLE_LAZY_START) { | ||
runCommand(); | ||
return; | ||
} | ||
const page = ` | ||
@@ -71,0 +77,0 @@ <!doctype html> |
{ | ||
"name": "lazy-start", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Lazily start a web server the first time it is requested", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
3324
102
3