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

@types/async-retry

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/async-retry - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

async-retry/index.d.ts

@@ -22,5 +22,5 @@ // Type definitions for async-retry 1.2

type RetryFunction<A> = (bail: (e: Error) => A, attempt: number) => A|Promise<A>;
type RetryFunction<A> = (bail: (e: Error) => void, attempt: number) => A|Promise<A>;
}
export = AsyncRetry;
{
"name": "@types/async-retry",
"version": "1.2.0",
"version": "1.2.1",
"description": "TypeScript definitions for async-retry",

@@ -21,8 +21,8 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "17de25f40211474349e492e7f80198fda1778423d3e89d806e28a036bcf519ae",
"typesPublisherContentHash": "afb922cbeb6e9949f35997c55366eca8e3a76808e5c5447c8b463a4c80a68f7d",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async-retry
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async-retry
Additional Details
* Last updated: Mon, 02 Apr 2018 15:15:50 GMT
* Last updated: Tue, 05 Jun 2018 00:03:07 GMT
* Dependencies: none

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

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