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

@types/async

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/async - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

6

async/index.d.ts

@@ -236,5 +236,7 @@ // Type definitions for Async 3.0

export function times<T, E>(n: number, iterator: AsyncResultIterator<number, T, E>, callback: AsyncResultArrayCallback<T, E>): void;
export function timesSeries<T, E = Error>(n: number, iterator: AsyncResultIterator<number, T, E>, callback: AsyncResultArrayCallback<T, E>): void;
export function times<T, E = Error>(n: number, iterator: AsyncResultIterator<number, T, E>, callback: AsyncResultArrayCallback<T, E>): void;
export function times<T, E = Error>(n: number, iterator: AsyncResultIterator<number, T, E>): Promise<T>;
export const timesSeries: typeof times;
export function timesLimit<T, E = Error>(n: number, limit: number, iterator: AsyncResultIterator<number, T, E>, callback: AsyncResultArrayCallback<T, E>): void;
export function timesLimit<T, E = Error>(n: number, limit: number, iterator: AsyncResultIterator<number, T, E>): Promise<T>;

@@ -241,0 +243,0 @@ export function transform<T, R, E = Error>(arr: T[], iteratee: (acc: R[], item: T, key: number, callback: (error?: E) => void) => void, callback?: AsyncResultArrayCallback<T, E>): void;

{
"name": "@types/async",
"version": "3.0.3",
"version": "3.0.4",
"description": "TypeScript definitions for Async",

@@ -49,3 +49,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -58,4 +58,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "d6a89fb5a99ec0128f7bb752fbea6047c928eddfe39749ca619f1bcdb8d0ac97",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "d921476a7b31a2f8bc8896436e996b6cee5b7d566ac033784976ea1c14992775",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async.
Additional Details
* Last updated: Tue, 15 Oct 2019 17:42:27 GMT
### Additional Details
* Last updated: Tue, 21 Jan 2020 01:00:06 GMT
* Dependencies: none
* Global values: async
* Global values: `async`
# Credits
These definitions were written by Boris Yankov <https://github.com/borisyankov>, Arseniy Maximov <https://github.com/kern0>, Joe Herman <https://github.com/Penryn>, Angus Fenying <https://github.com/fenying>, Pascal Martin <https://github.com/pascalmartin>, Dmitri Trofimov <https://github.com/Dmitri1337>, Etienne Rossignon <https://github.com/erossignon>, and Lifeng Zhu <https://github.com/Juliiii>.
These definitions were written by Boris Yankov (https://github.com/borisyankov), Arseniy Maximov (https://github.com/kern0), Joe Herman (https://github.com/Penryn), Angus Fenying (https://github.com/fenying), Pascal Martin (https://github.com/pascalmartin), Dmitri Trofimov (https://github.com/Dmitri1337), Etienne Rossignon (https://github.com/erossignon), and Lifeng Zhu (https://github.com/Juliiii).
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