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

wait-on

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wait-on - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

npm-shrinkwrap.json
{
"name": "wait-on",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {

@@ -5,0 +5,0 @@ "core-js": {

{
"name": "wait-on",
"description": "wait-on is a command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available",
"version": "1.1.1",
"description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available",
"version": "1.1.2",
"main": "lib/wait-on",

@@ -48,4 +48,11 @@ "bin": {

"ready",
"available"
"available",
"portable",
"cross-platform",
"unix",
"linux",
"windows",
"win32",
"osx"
]
}
# wait-on - wait for files, ports, sockets, http(s) resources
wait-on is a command line utility which will wait for files, ports, sockets, and http(s) resources to become available. Functionality is also available via a Node.js API
wait-on is a command line utility which will wait for files, ports, sockets, and http(s) resources to become available. Functionality is also available via a Node.js API. Cross-platform runs everywhere Node.js runs (linux, unix, mac OS X, windows)

@@ -38,2 +38,3 @@ wait-on will wait for period of time for a file to stop growing before triggering availability which is good for monitoring files that are being built. Likewise wait-on will wait for period of time for other resources to remain available before triggering success.

wait-on socket:/path/mysock # wait for service to listen on domain socket
wait-on http://unix:/var/SOCKPATH:/a/foo # wait for http on domain socket
```

@@ -108,3 +109,4 @@

'tcp:foo.com:8000',
'socket:/my/sock'
'socket:/my/sock',
'http://unix:/my/sock:/my/url'
],

@@ -142,2 +144,3 @@ delay: 1000, // initial delay in ms, default 0

- command line utility returns success code (0) when resources are availble
- cross platform - runs anywhere Node.js runs (linux, unix, mac OS X, windows)

@@ -144,0 +147,0 @@ ## Why

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