@types/bluebird
Advanced tools
Comparing version 2.0.32 to 2.0.33
@@ -39,3 +39,4 @@ // Type definitions for bluebird 2.0.0 | ||
) => void): Promise<T>; | ||
Promise: typeof Promise | ||
config(options: { | ||
@@ -317,4 +318,4 @@ warnings?: boolean | {wForgottenReturn?: boolean}; | ||
mapSeries<R, U>(values: R[], mapper: (item: R, index: number, arrayLength: number) => U | PromiseLike<U>): Promise<U[]>; | ||
/** | ||
@@ -321,0 +322,0 @@ * Reduce an array, or a promise of an array, which contains a promises (or a mix of promises and values) with the given `reducer` function with the signature `(total, current, index, arrayLength)` where `item` is the resolved value of a respective promise in the input array. If any promise in the input array is rejected the returned promise is rejected as well. |
{ | ||
"name": "@types/bluebird", | ||
"version": "2.0.32", | ||
"version": "2.0.33", | ||
"description": "TypeScript definitions for bluebird", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Bart van der Schoor", | ||
"url": "https://github.com/Bartvds" | ||
"url": "https://github.com/Bartvds", | ||
"githubUsername": "Bartvds" | ||
}, | ||
{ | ||
"name": "falsandtru", | ||
"url": "https://github.com/falsandtru" | ||
"url": "https://github.com/falsandtru", | ||
"githubUsername": "falsandtru" | ||
} | ||
@@ -24,5 +26,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0fe33f17b1f3c8595cb226e9307b3fe07c2499681288d7226196daae45e7aaf5", | ||
"typesPublisherContentHash": "522a328d8232db61ab940de663a53ca703023e2636d37469d848cfa490b3304b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/bluebird/v2 | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird/v2 | ||
Additional Details | ||
* Last updated: Tue, 28 Feb 2017 14:21:55 GMT | ||
* Last updated: Mon, 25 Sep 2017 19:28:59 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Promise |
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
43602
4
671