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

@types/wait-on

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/wait-on - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

36

wait-on/index.d.ts

@@ -25,3 +25,3 @@ // Type definitions for wait-on 5.3

*/
delay?: number;
delay?: number | undefined;
/**

@@ -31,7 +31,7 @@ * Poll resource interval in ms,

*/
interval?: number;
interval?: number | undefined;
/**
* Flag which outputs to stdout, remaining resources waited on and when complete or any error occurs.
*/
log?: boolean;
log?: boolean | undefined;
/**

@@ -41,3 +41,3 @@ * Flag to reverse operation so checks are for resources being NOT available.

*/
reverse?: boolean;
reverse?: boolean | undefined;
/**

@@ -47,3 +47,3 @@ * Timeout in ms until it aborts with error.

*/
timeout?: number;
timeout?: number | undefined;
/**

@@ -53,3 +53,3 @@ * http HEAD/GET timeout to wait for request

*/
httpTimeout?: number;
httpTimeout?: number | undefined;
/**

@@ -59,3 +59,3 @@ * Tcp timeout in ms.

*/
tcpTimeout?: number;
tcpTimeout?: number | undefined;
/**

@@ -65,3 +65,3 @@ * Flag which outputs debug output.

*/
verbose?: boolean;
verbose?: boolean | undefined;
/**

@@ -72,3 +72,3 @@ * Stabilization time in ms

*/
window?: number;
window?: number | undefined;
/**

@@ -78,3 +78,3 @@ * Limit of concurrent connections to a resource

*/
simultaneous?: number;
simultaneous?: number | undefined;
/**

@@ -84,7 +84,7 @@ * Https specific option.

*/
auth?: WaitOnAuth;
auth?: WaitOnAuth | undefined;
/**
* Validates whether a status is valid.
*/
validateStatus?: ValidateStatus;
validateStatus?: ValidateStatus | undefined;
/**

@@ -94,6 +94,6 @@ * Proxy options.

*/
proxy?: AxiosProxyConfig;
strictSSL?: boolean;
followRedirect?: boolean;
headers?: Record<string, any>;
proxy?: AxiosProxyConfig | undefined;
strictSSL?: boolean | undefined;
followRedirect?: boolean | undefined;
headers?: Record<string, any> | undefined;
}

@@ -119,5 +119,5 @@

password: string;
};
protocol?: string;
} | undefined;
protocol?: string | undefined;
}
}
{
"name": "@types/wait-on",
"version": "5.3.0",
"version": "5.3.1",
"description": "TypeScript definitions for wait-on",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wait-on",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "9b0430e794439d6442607b272323ce6180cedb5eed90ad554addea74a375aec0",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "b40ca135e89183016ef89b9983bf1eaac53992d059324efd884b1fe82afd4d3e",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sun, 16 May 2021 14:01:19 GMT
* Last updated: Fri, 02 Jul 2021 18:05:14 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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