Socket
Socket
Sign inDemoInstall

@types/bluebird

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bluebird - npm Package Compare versions

Comparing version 3.5.39 to 3.5.40

4

bluebird/index.d.ts

@@ -669,3 +669,3 @@ // Type definitions for bluebird 3.5

reducer: (memo: U, item: Q, index: number, arrayLength: number) => Resolvable<U>,
initialValue?: U,
initialValue?: Resolvable<U>,
): Bluebird<U>;

@@ -1073,3 +1073,3 @@

reducer: (total: U, current: R, index: number, arrayLength: number) => Resolvable<U>,
initialValue?: U,
initialValue?: Resolvable<U>,
): Bluebird<U>;

@@ -1076,0 +1076,0 @@

{
"name": "@types/bluebird",
"version": "3.5.39",
"version": "3.5.40",
"description": "TypeScript definitions for bluebird",

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

"dependencies": {},
"typesPublisherContentHash": "947b7d1ee8bf15f459c0c2aad2b7f147147ebbe30d30ab2ab60d5a990501c828",
"typesPublisherContentHash": "7e5f48f4e338cfab11b019e57923bfc690734c92e90cbb5d83a2a5a4e08b9d62",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT
* Last updated: Mon, 09 Oct 2023 19:34:53 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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