@types/async
Advanced tools
Comparing version 2.0.35 to 2.0.36
@@ -114,4 +114,4 @@ // Type definitions for Async 2.0.1 | ||
mapLimit<T, R, E>(arr: Dictionary<T>, limit: number, iterator: AsyncResultIterator<T, R, E>, callback?: AsyncResultArrayCallback<R, E>): void; | ||
mapValuesLimit<T, R, E>(obj: Dictionary<T>, limit: number, iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void, callback: AsyncResultObjectCallback<R, E>): void; | ||
mapValues<T, R, E>(obj: Dictionary<T>, iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void, callback: AsyncResultObjectCallback<R, E>): void; | ||
mapValuesLimit<T, R, E>(obj: Dictionary<T>, limit: number, iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void, callback: AsyncResultCallback<R[], E>): void; | ||
mapValues<T, R, E>(obj: Dictionary<T>, iteratee: (value: T, key: string, callback: AsyncResultCallback<R, E>) => void, callback: AsyncResultCallback<R[], E>): void; | ||
mapValuesSeries: typeof async.mapValues; | ||
@@ -118,0 +118,0 @@ filter<T, E>(arr: T[], iterator: AsyncBooleanIterator<T, E>, callback?: AsyncResultArrayCallback<T, E>): void; |
{ | ||
"name": "@types/async", | ||
"version": "2.0.35", | ||
"version": "2.0.36", | ||
"description": "TypeScript definitions for Async", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b3c03a6863a463bb7b1b9ad5474fdae955517909d1087a7ae61c355d9c9c3917" | ||
"typesPublisherContentHash": "40cce2f1b857bdb832945ed63b4ed7a903e5de16fdd81eba21586bca7d4c46bb" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/async | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/async | ||
Additional Details | ||
* Last updated: Mon, 12 Dec 2016 22:50:15 GMT | ||
* Last updated: Tue, 13 Dec 2016 21:09:28 GMT | ||
* Library Dependencies: none | ||
@@ -14,0 +14,0 @@ * Module Dependencies: none |
@@ -11,3 +11,3 @@ { | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
@@ -23,3 +23,3 @@ "async" | ||
"hasPackageJson": false, | ||
"contentHash": "b3c03a6863a463bb7b1b9ad5474fdae955517909d1087a7ae61c355d9c9c3917" | ||
"contentHash": "40cce2f1b857bdb832945ed63b4ed7a903e5de16fdd81eba21586bca7d4c46bb" | ||
} |
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
16108