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 2.0.46 to 2.0.47

2

async/index.d.ts

@@ -172,2 +172,4 @@ // Type definitions for Async 2.0.1

export function concat<T, R, E>(arr: Dictionary<T>, iterator: AsyncResultIterator<T, R[], E>, callback?: AsyncResultArrayCallback<R, E>): void;
export function concatLimit<T, R, E>(arr: T[] | IterableIterator<T>, limit: number, iterator: AsyncResultIterator<T, R[], E>, callback?: AsyncResultArrayCallback<R, E>): void;
export function concatLimit<T, R, E>(arr: Dictionary<T>, limit: number,iterator: AsyncResultIterator<T, R[], E>, callback?: AsyncResultArrayCallback<R, E>): void;
export const concatSeries: typeof concat;

@@ -174,0 +176,0 @@

4

async/package.json
{
"name": "@types/async",
"version": "2.0.46",
"version": "2.0.47",
"description": "TypeScript definitions for Async",

@@ -40,4 +40,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "0eb76dd70181e87e43580b012d4614299d24637cfdf3bad87ac83f39f45dec47",
"typesPublisherContentHash": "98059a2a001997777b94bcd2f4ac93ecd173461cce9c4798b2e326247bfab17c",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Sat, 23 Dec 2017 16:04:56 GMT
* Last updated: Thu, 11 Jan 2018 21:51:19 GMT
* Dependencies: none

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

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