@types/async
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -152,5 +152,5 @@ // Type definitions for Async 3.2 | ||
export function mapValuesLimit<T, R, E = Error>( | ||
obj: Dictionary<T>, | ||
limit: number, | ||
iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void | ||
obj: Dictionary<T>, | ||
limit: number, | ||
iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void | ||
): Promise<R>; | ||
@@ -157,0 +157,0 @@ |
{ | ||
"name": "@types/async", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "TypeScript definitions for Async", | ||
@@ -62,4 +62,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a2f3692bf0eb838ba6a9189b79f8008d9a5c51a004ba1267d948feacd9724d6e", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "81e047871626508bdf9169741b829f659624ec62fcdfa6ddb9deb317ca2a143c", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 May 2020 17:28:15 GMT | ||
* Last updated: Fri, 15 May 2020 04:08:47 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `async` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22742