Socket
Socket
Sign inDemoInstall

@types/bluebird

Package Overview
Dependencies
0
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.35 to 3.5.36

16

bluebird/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc