Socket
Socket
Sign inDemoInstall

@types/retry

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/retry - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

18

retry/index.d.ts

@@ -62,3 +62,3 @@ // Type definitions for retry 0.12

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

@@ -89,3 +89,3 @@ * Callback to execute when the operation takes longer than the timeout.

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

@@ -95,3 +95,3 @@ * Whether to [unref](https://nodejs.org/api/timers.html#timers_unref) the setTimeout's.

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

@@ -101,3 +101,3 @@ * The maximum time (in milliseconds) that the retried operation is allowed to run.

*/
maxRetryTime?: number;
maxRetryTime?: number | undefined;
}

@@ -113,3 +113,3 @@

*/
retries?: number;
retries?: number | undefined;
}

@@ -130,3 +130,3 @@

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

@@ -136,3 +136,3 @@ * The number of milliseconds before starting the first retry.

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

@@ -142,3 +142,3 @@ * The maximum number of milliseconds between two retries.

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

@@ -148,3 +148,3 @@ * Randomizes the timeouts by multiplying a factor between 1-2.

*/
randomize?: boolean;
randomize?: boolean | undefined;
}

@@ -151,0 +151,0 @@

{
"name": "@types/retry",
"version": "0.12.0",
"version": "0.12.1",
"description": "TypeScript definitions for retry",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/retry",
"license": "MIT",

@@ -19,11 +20,12 @@ "contributors": [

"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/retry"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "dc8156aa3c27632d2585c45d8951c4a0f7ae9122bd17190d8973018556d174f3",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "1f47bb1a205340c2ce3816cbd526a396c6abccdd0aa138a440aa244f7da840e1",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/retry
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/retry.
Additional Details
* Last updated: Thu, 03 Jan 2019 17:45:51 GMT
### Additional Details
* Last updated: Wed, 07 Jul 2021 18:02:26 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Stan Goldmann <https://github.com/krenor>, BendingBender <https://github.com/BendingBender>.
These definitions were written by [Stan Goldmann](https://github.com/krenor), and [BendingBender](https://github.com/BendingBender).

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