@types/wait-on
Advanced tools
Comparing version 3.2.0 to 4.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for wait-on 3.2 | ||
// Type definitions for wait-on 4.0 | ||
// Project: https://github.com/jeffbski/wait-on#readme | ||
@@ -46,2 +46,7 @@ // Definitions by: Ifiok Jr. <https://github.com/ifiokjr> | ||
/** | ||
* http HEAD/GET timeout to wait for request | ||
* @default 0 | ||
*/ | ||
httpTimeout?: number; | ||
/** | ||
* Tcp timeout in ms. | ||
@@ -62,4 +67,8 @@ * @default 300 | ||
window?: number; | ||
/** | ||
* Limit of concurrent connections to a resource | ||
* @default Infinity | ||
*/ | ||
simultaneous?: number; | ||
/** | ||
* Https specific option. | ||
@@ -66,0 +75,0 @@ * see https:// github.com/request/request#readme for specific details |
{ | ||
"name": "@types/wait-on", | ||
"version": "3.2.0", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for wait-on", | ||
@@ -14,11 +14,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/wait-on" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ddb720d06ba8160949bfd0833d075a6b991688fca6ffc3f193956fe2293897d2", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "c67f2ab0fb0e0d61a0e129fd359d0af0e7943a066935775e85ffad009008ecf7", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for wait-on ( https://github.com/jeffbski/wait-on#readme ). | ||
This package contains type definitions for wait-on (https://github.com/jeffbski/wait-on#readme). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wait-on | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wait-on. | ||
Additional Details | ||
* Last updated: Tue, 05 Feb 2019 23:06:59 GMT | ||
### Additional Details | ||
* Last updated: Fri, 14 Feb 2020 18:48:27 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Ifiok Jr. <https://github.com/ifiokjr>. | ||
These definitions were written by [Ifiok Jr.](https://github.com/ifiokjr). |
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
5187
98