Socket
Socket
Sign inDemoInstall

start-server-and-test

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

start-server-and-test - npm Package Compare versions

Comparing version 1.11.7 to 1.12.0

2

package.json
{
"name": "start-server-and-test",
"description": "Starts server, waits for URL, then runs test command; when the tests end, shuts down server",
"version": "1.11.7",
"version": "1.12.0",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/bahmutov/start-server-and-test/issues",

@@ -82,3 +82,6 @@ // @ts-check

strictSSL: !isInsecure(),
log: isDebug()
log: isDebug(),
headers: {
Accept: 'text/html, application/json, text/plain, */*'
}
}

@@ -85,0 +88,0 @@ debug('wait-on options %o', options)

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