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 3.2.0 to 4.0.0

13

wait-on/index.d.ts

@@ -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

11

wait-on/package.json
{
"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).
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