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

ts-retry

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-retry - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

changelog.md

2

lib/cjs/retry/utils/options.d.ts
import { RetryOptions, UNTIL } from "../options";
export declare type RetryUtilsOptions = Exclude<RetryOptions<void>, "until">;
export declare const retryUntilOptionsToRetryOptionsHof: <RETURN_TYPE>(until: UNTIL<RETURN_TYPE>) => (retryOptions?: RetryOptions<void> | undefined) => RetryOptions<RETURN_TYPE>;
export declare const retryUntilOptionsToRetryOptionsHof: <RETURN_TYPE>(until: UNTIL<RETURN_TYPE>) => (retryOptions?: RetryUtilsOptions) => RetryOptions<RETURN_TYPE>;
import { RetryOptions, UNTIL } from "../options";
export declare type RetryUtilsOptions = Exclude<RetryOptions<void>, "until">;
export declare const retryUntilOptionsToRetryOptionsHof: <RETURN_TYPE>(until: UNTIL<RETURN_TYPE>) => (retryOptions?: RetryOptions<void> | undefined) => RetryOptions<RETURN_TYPE>;
export declare const retryUntilOptionsToRetryOptionsHof: <RETURN_TYPE>(until: UNTIL<RETURN_TYPE>) => (retryOptions?: RetryUtilsOptions) => RetryOptions<RETURN_TYPE>;
{
"name": "ts-retry",
"version": "2.4.2",
"version": "2.4.3",
"main": "lib/cjs/index.js",

@@ -14,4 +14,4 @@ "module": "lib/esm/index.js",

"@types/mocha": "9.1.1",
"@types/node": "17.0.35",
"@types/sinon": "10.0.11",
"@types/node": "18.0.0",
"@types/sinon": "10.0.12",
"@types/sinon-chai": "3.2.8",

@@ -26,5 +26,5 @@ "chai": "^4.3.6",

"ts-mocha": "10.0.0",
"ts-node": "10.8.0",
"typescript": "4.6.4",
"yarn": "1.22.18"
"ts-node": "10.8.1",
"typescript": "4.7.4",
"yarn": "1.22.19"
},

@@ -31,0 +31,0 @@ "files": [

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