@types/bluebird
Advanced tools
Comparing version 3.5.35 to 3.5.36
@@ -1104,11 +1104,11 @@ // Type definitions for bluebird 3.5 | ||
wForgottenReturn: boolean; | ||
}; | ||
} | undefined; | ||
/** Enable long stack traces */ | ||
longStackTraces?: boolean; | ||
longStackTraces?: boolean | undefined; | ||
/** Enable cancellation */ | ||
cancellation?: boolean; | ||
cancellation?: boolean | undefined; | ||
/** Enable monitoring */ | ||
monitoring?: boolean; | ||
monitoring?: boolean | undefined; | ||
/** Enable async hooks */ | ||
asyncHooks?: boolean; | ||
asyncHooks?: boolean | undefined; | ||
}): void; | ||
@@ -1136,10 +1136,10 @@ | ||
interface FromNodeOptions { | ||
multiArgs?: boolean; | ||
multiArgs?: boolean | undefined; | ||
} | ||
interface PromisifyOptions { | ||
context?: any; | ||
multiArgs?: boolean; | ||
multiArgs?: boolean | undefined; | ||
} | ||
interface PromisifyAllOptions<T> extends PromisifyOptions { | ||
suffix?: string; | ||
suffix?: string | undefined; | ||
filter?(name: string, func: (...args: any[]) => any, target?: any, passesDefaultFilter?: boolean): boolean; | ||
@@ -1146,0 +1146,0 @@ // The promisifier gets a reference to the original method and should return a function which returns a promise |
{ | ||
"name": "@types/bluebird", | ||
"version": "3.5.35", | ||
"version": "3.5.36", | ||
"description": "TypeScript definitions for bluebird", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird", | ||
"license": "MIT", | ||
@@ -29,4 +30,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "281174437a83082d76345c266697f6d59ce28483303f42628ca3a19620e44357", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "cef678bc4e076b58e414047bfc6a0259ab29714ff578aefe7377f481e0d97d8d", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 18 May 2021 17:01:48 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:42 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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
112190
0