Socket
Socket
Sign inDemoInstall

@types/bluebird

Package Overview
Dependencies
0
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.36 to 3.0.37

5

bluebird/index.d.ts

@@ -10,2 +10,5 @@ // Type definitions for bluebird 3.0.0

*
* Note for browser users: use bluebird-global typings instead of this one
* if you want to use Bluebird via the global Promise symbol.
*
* Licensed under:

@@ -781,2 +784,2 @@ * The MIT License (MIT)

export = Bluebird;
export = Bluebird;

8

bluebird/package.json
{
"name": "@types/bluebird",
"version": "3.0.36",
"description": "TypeScript definitions for bluebird 3.0.0",
"version": "3.0.37",
"description": "TypeScript definitions for bluebird",
"license": "MIT",

@@ -15,4 +15,4 @@ "author": "Leonard Hecker <https://github.com/lhecker>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "9f375657ec71a77ca2f0dfc6bc26e6a58c8f2a67afd5dee8cd703d02781aa056"
"typesPublisherContentHash": "f9312aa6f1f109e52dca067f860c56dc23ce58fcde07d377b6f0c29a9a832d3b",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,14 @@ # Installation

# Summary
This package contains type definitions for bluebird 3.0.0 (https://github.com/petkaantonov/bluebird).
This package contains type definitions for bluebird (https://github.com/petkaantonov/bluebird).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/bluebird
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/bluebird
Additional Details
* Last updated: Tue, 22 Nov 2016 20:59:26 GMT
* File structure: ProperModule
* Last updated: Thu, 29 Dec 2016 16:51:17 GMT
* Library Dependencies: none
* Module Dependencies: none
* Global values: Bluebird
* Global values: none
# Credits
These definitions were written by Leonard Hecker <https://github.com/lhecker>.
{
"authors": "Leonard Hecker <https://github.com/lhecker>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],

@@ -8,11 +7,9 @@ "moduleDependencies": [],

"libraryMinorVersion": 0,
"libraryName": "bluebird 3.0.0",
"typeScriptVersion": "2.0",
"libraryName": "bluebird",
"typingsPackageName": "bluebird",
"projectName": "https://github.com/petkaantonov/bluebird",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"Bluebird"
],
"sourceBranch": "master",
"globals": [],
"declaredModules": [

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

"hasPackageJson": false,
"contentHash": "9f375657ec71a77ca2f0dfc6bc26e6a58c8f2a67afd5dee8cd703d02781aa056"
"contentHash": "f9312aa6f1f109e52dca067f860c56dc23ce58fcde07d377b6f0c29a9a832d3b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc