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.17 to 3.5.18

3

bluebird-global/index.d.ts

@@ -203,2 +203,3 @@ /*

predicate: (error: any) => boolean,
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
onReject: (error: any) => T | PromiseLike<T> | void | PromiseLike<void>,

@@ -209,2 +210,3 @@ ): Bluebird<T>;

ErrorClass: new(...args: any[]) => E,
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
onReject: (error: E) => T | PromiseLike<T> | void | PromiseLike<void>,

@@ -216,2 +218,3 @@ ): Bluebird<T>;

): Bluebird<U | T>;
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
catch(predicate: Object, onReject: (error: any) => T | PromiseLike<T> | void | PromiseLike<void>): Bluebird<T>;

@@ -218,0 +221,0 @@ catch<U>(predicate: Object, onReject: (error: any) => U | PromiseLike<U>): Bluebird<U | T>;

4

bluebird-global/package.json
{
"name": "@types/bluebird-global",
"version": "3.5.17",
"version": "3.5.18",
"description": "TypeScript definitions for bluebird-global",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird-global",

},
"typesPublisherContentHash": "fb43c4849ad79353a0c172534e82b9cad24bc20b766fd7295af297083b32f3ab",
"typesPublisherContentHash": "aec4a41e62e2a85cf1d44d851f8a7a495a0f76b24cccb6aedc4de599d213d294",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird)

@@ -14,0 +14,0 @@

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