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 3.5.3 to 3.5.4

4

bluebird/index.d.ts

@@ -231,4 +231,4 @@ // Type definitions for bluebird 3.5.0

*/
return(): Bluebird<any>;
thenReturn(): Bluebird<any>;
return(): Bluebird<void>;
thenReturn(): Bluebird<void>;
return<U>(value: U): Bluebird<U>;

@@ -235,0 +235,0 @@ thenReturn<U>(value: U): Bluebird<U>;

{
"name": "@types/bluebird",
"version": "3.5.3",
"version": "3.5.4",
"description": "TypeScript definitions for bluebird",

@@ -20,4 +20,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "e4fb7372d2658d9fee81473613b56acfebb1043d5f0ef91ccbc1332bfce55724",
"typesPublisherContentHash": "3a93e6997e1215b993c20d7d7aca051091c8cd2a8810c1ca1a89b1243728d145",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 26 Apr 2017 21:39:19 GMT
* Last updated: Tue, 16 May 2017 20:31:08 GMT
* Dependencies: none

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

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