@types/bluebird
Advanced tools
Comparing version 3.0.34 to 3.0.35
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45110
709