Comparing version 1.1.1 to 1.1.2
{ | ||
"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 |
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
50236
159