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

@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.28 to 3.5.29

6

bluebird/index.d.ts
// Type definitions for bluebird 3.5
// Project: https://github.com/petkaantonov/bluebird
// Definitions by: Leonard Hecker <https://github.com/lhecker>
// Definitions by: Leonard Hecker <https://github.com/lhecker>, thislooksfun <https://github.com/thislooksfun>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -569,3 +569,3 @@ // TypeScript Version: 3.2

*/
all(this: Bluebird<Iterable<{}>>): Bluebird<R>;
all<Q>(this: Bluebird<R & Iterable<Q>>): Bluebird<R>;

@@ -597,3 +597,3 @@ /**

*/
some(this: Bluebird<Iterable<{}>>, count: number): Bluebird<R>;
some<Q>(this: Bluebird<R & Iterable<Q>>, count: number): Bluebird<R>;

@@ -600,0 +600,0 @@ /**

{
"name": "@types/bluebird",
"version": "3.5.28",
"version": "3.5.29",
"description": "TypeScript definitions for bluebird",

@@ -11,6 +11,11 @@ "license": "MIT",

"githubUsername": "lhecker"
},
{
"name": "thislooksfun",
"url": "https://github.com/thislooksfun",
"githubUsername": "thislooksfun"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +28,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "0a3259a5fbbf9650866838abe613360d0ef99d539c323078315de3bb31d5887f",
"typesPublisherContentHash": "1c7ca163e9738edec9dac76a546a6e4d2f778939779f11e05654500f75233e67",
"typeScriptVersion": "3.2"
}

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird.
Additional Details
* Last updated: Mon, 14 Oct 2019 20:16:51 GMT
### Additional Details
* Last updated: Mon, 11 Nov 2019 20:12:15 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Leonard Hecker <https://github.com/lhecker>.
These definitions were written by Leonard Hecker (https://github.com/lhecker), and thislooksfun (https://github.com/thislooksfun).
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