Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "wait-on", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "core-js": { |
{ | ||
"name": "wait-on", | ||
"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.5.0", | ||
"version": "1.5.1", | ||
"main": "lib/wait-on", | ||
@@ -6,0 +6,0 @@ "bin": { |
# wait-on - wait for files, ports, sockets, http(s) resources | ||
wait-on is a cross-platform 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) | ||
wait-on is a cross-platform command line utility which will wait for files, ports, sockets, and http(s) resources to become available (or not available using reverse mode). Functionality is also available via a Node.js API. Cross-platform - runs everywhere Node.js runs (linux, unix, mac OS X, windows) | ||
@@ -5,0 +5,0 @@ 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. |
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
65383