Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lazy-start

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-start - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

bin/lazy-start.js

@@ -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>

2

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc