@types/bluebird
Advanced tools
Comparing version 3.5.26 to 3.5.27
@@ -5,3 +5,3 @@ // Type definitions for bluebird 3.5 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
// TypeScript Version: 3.2 | ||
@@ -45,2 +45,4 @@ /*! | ||
declare class Bluebird<R> implements PromiseLike<R>, Bluebird.Inspection<R> { | ||
readonly [Symbol.toStringTag]: "Object"; | ||
/** | ||
@@ -47,0 +49,0 @@ * Create a new promise. The passed in function will receive functions |
{ | ||
"name": "@types/bluebird", | ||
"version": "3.5.26", | ||
"version": "3.5.27", | ||
"description": "TypeScript definitions for bluebird", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "439dfc95779e0f71e76418e49001d4306184faeca0d91e7783f8f97527817896", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "0d3bc703aa72f847bd23e1b6f037eafbe0bf169e9ce0c8ee0c454b249c625036", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 26 Feb 2019 17:01:53 GMT | ||
* Last updated: Fri, 24 May 2019 21:00:58 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
55362
1144