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.0.34 to 3.0.35

13

bluebird/index.d.ts

@@ -34,9 +34,3 @@ // Type definitions for bluebird 3.0.0

// Generated by typings
// Source: bluebird.d.ts
declare module 'bluebird' {
// Type definitions for Bluebird v3.x.x
// Project: http://bluebirdjs.com
class Bluebird<R> implements Bluebird.Thenable<R>, Bluebird.Inspection<R> {
declare class Bluebird<R> implements Bluebird.Thenable<R>, Bluebird.Inspection<R> {
/**

@@ -635,3 +629,3 @@ * Create a new promise. The passed in function will receive functions `resolve` and `reject` as its arguments which can be called to seal the fate of the created promise.

namespace Bluebird {
declare namespace Bluebird {
export interface ConcurrencyOption {

@@ -783,3 +777,2 @@ concurrency: number;

export = Bluebird;
}
export = Bluebird;
{
"name": "@types/bluebird",
"version": "3.0.34",
"version": "3.0.35",
"description": "TypeScript definitions for bluebird 3.0.0",

@@ -16,3 +16,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "bf025dfa4fe94493cb9bf4205955a2ecd49f3505e53a073bc5d478a437447e4c"
"typesPublisherContentHash": "908a5561ecdf6b7ecbc2caec3184b20d4eb893e53ab7af689bda16f187cca538"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 05 Oct 2016 20:53:30 GMT
* File structure: DeclareModule
* Last updated: Wed, 05 Oct 2016 22:48:32 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
* Global values: Bluebird
# Credits
These definitions were written by Leonard Hecker <https://github.com/lhecker>.

@@ -13,4 +13,6 @@ {

"sourceBranch": "types-2.0",
"kind": "DeclareModule",
"globals": [],
"kind": "ProperModule",
"globals": [
"Bluebird"
],
"declaredModules": [

@@ -23,3 +25,3 @@ "bluebird"

"hasPackageJson": false,
"contentHash": "bf025dfa4fe94493cb9bf4205955a2ecd49f3505e53a073bc5d478a437447e4c"
"contentHash": "908a5561ecdf6b7ecbc2caec3184b20d4eb893e53ab7af689bda16f187cca538"
}
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