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 2.0.32 to 2.0.33

bluebird v2/LICENSE

5

bluebird v2/index.d.ts

@@ -39,3 +39,4 @@ // Type definitions for bluebird 2.0.0

) => void): Promise<T>;
Promise: typeof Promise
config(options: {

@@ -317,4 +318,4 @@ warnings?: boolean | {wForgottenReturn?: boolean};

mapSeries<R, U>(values: R[], mapper: (item: R, index: number, arrayLength: number) => U | PromiseLike<U>): Promise<U[]>;
/**

@@ -321,0 +322,0 @@ * Reduce an array, or a promise of an array, which contains a promises (or a mix of promises and values) with the given `reducer` function with the signature `(total, current, index, arrayLength)` where `item` is the resolved value of a respective promise in the input array. If any promise in the input array is rejected the returned promise is rejected as well.

11

bluebird v2/package.json
{
"name": "@types/bluebird",
"version": "2.0.32",
"version": "2.0.33",
"description": "TypeScript definitions for bluebird",

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
"url": "https://github.com/Bartvds",
"githubUsername": "Bartvds"
},
{
"name": "falsandtru",
"url": "https://github.com/falsandtru"
"url": "https://github.com/falsandtru",
"githubUsername": "falsandtru"
}

@@ -24,5 +26,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "0fe33f17b1f3c8595cb226e9307b3fe07c2499681288d7226196daae45e7aaf5",
"typesPublisherContentHash": "522a328d8232db61ab940de663a53ca703023e2636d37469d848cfa490b3304b",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/bluebird/v2
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird/v2
Additional Details
* Last updated: Tue, 28 Feb 2017 14:21:55 GMT
* Last updated: Mon, 25 Sep 2017 19:28:59 GMT
* Dependencies: none

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

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