Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/bluebird-global

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bluebird-global - npm Package Compare versions

Comparing version 3.5.12 to 3.5.13

8

bluebird-global/index.d.ts

@@ -180,6 +180,6 @@ // Type definitions for bluebird 3.5

then<TResult1 = T, TResult2 = never>(
onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null,
onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null
onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null,
onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null
): Promise<TResult1 | TResult2>;
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): Promise<T | TResult>;
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null): Promise<T | TResult>;

@@ -205,3 +205,3 @@ /*

*/
finally(onfinally?: (() => void) | undefined | null): Promise<T>;
finally(onfinally?: (() => void) | null): Promise<T>;
}

@@ -208,0 +208,0 @@

{
"name": "@types/bluebird-global",
"version": "3.5.12",
"version": "3.5.13",
"description": "TypeScript definitions for bluebird",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird-global",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "8e3ab5b84b60a6031f70c5845180f05f860df990b24ffd6e082a77ca1b7bd70f",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "5379356386c5972fa25fb3032442eab1e7193731d26cc9e4e6301a3c255c245d",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for bluebird ( https://github.com/kaatt/bluebird-global ).
This package contains type definitions for bluebird (https://github.com/kaatt/bluebird-global).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird-global
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird-global.
Additional Details
* Last updated: Fri, 24 May 2019 21:00:58 GMT
* Dependencies: @types/bluebird
### Additional Details
* Last updated: Thu, 15 Jul 2021 00:01:25 GMT
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird)
* Global values: none
# Credits
These definitions were written by d-ph <https://github.com/d-ph>.
These definitions were written by [d-ph](https://github.com/d-ph).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc