Socket
Socket
Sign inDemoInstall

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 7.0.1 to 7.1.0

7

bin/usage.txt

@@ -71,2 +71,3 @@ Usage: wait-on {OPTIONS} resource [...resource]

default Infinity
Use postfix 'ms', 's', 'm' or 'h' to change the unit.

@@ -76,3 +77,9 @@ --tcpTimeout

Maximum time in ms for tcp connect, default 300ms
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
--httpTimeout
Maximum time to wait for the HTTP request, default Infinity
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
-v, --verbose

@@ -79,0 +86,0 @@

4

exampleConfig.js

@@ -15,4 +15,4 @@ module.exports = {

auth: {
user: 'yourusername',
pass: 'yourpassword'
username: 'yourusername',
password: 'yourpassword'
},

@@ -19,0 +19,0 @@ strictSSL: false,

{
"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": "7.0.1",
"version": "7.1.0",
"main": "lib/wait-on",

@@ -27,8 +27,8 @@ "bin": {

"devDependencies": {
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-node": "^11.1.0",

@@ -43,6 +43,6 @@ "eslint-plugin-promise": "^6.1.1",

"axios": "^0.27.2",
"joi": "^17.7.0",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"minimist": "^1.2.7",
"rxjs": "^7.8.0"
"minimist": "^1.2.8",
"rxjs": "^7.8.1"
},

@@ -49,0 +49,0 @@ "keywords": [

@@ -124,7 +124,14 @@ # wait-on - wait for files, ports, sockets, http(s) resources

default Infinity
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
--tcpTimeout
Maximum time in ms for tcp connect, default 300ms
Maximum time in ms for tcp connect, default 300ms
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
--httpTimeout
Maximum time to wait for the HTTP request, default Infinity
Use postfix 'ms', 's', 'm' or 'h' to change the unit.
-v, --verbose

@@ -131,0 +138,0 @@

Sorry, the diff of this file is not supported yet

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