🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@types/bluebird-retry

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bluebird-retry - npm Package Compare versions

Comparing version

to
0.11.7

6

bluebird-retry/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for bluebird-retry 0.11
// Project: https://github.com/demmer/bluebird-retry
// Definitions by: Pascal Vomhoff <https://github.com/pvomhoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.2
import Promise = require("bluebird");

@@ -8,0 +2,0 @@

8

bluebird-retry/package.json
{
"name": "@types/bluebird-retry",
"version": "0.11.6",
"version": "0.11.7",
"description": "TypeScript definitions for bluebird-retry",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird-retry",

"name": "Pascal Vomhoff",
"url": "https://github.com/pvomhoff",
"githubUsername": "pvomhoff"
"githubUsername": "pvomhoff",
"url": "https://github.com/pvomhoff"
}

@@ -26,4 +26,4 @@ ],

},
"typesPublisherContentHash": "d5fe50e1eadf2cbddc64204820a44be162b437c0c0484e2cee32bccae6093c90",
"typesPublisherContentHash": "a8965ae390da770d0912797e6c02bce0b1477cfd62e341041b0cf64c40668dd9",
"typeScriptVersion": "4.5"
}

@@ -11,8 +11,2 @@ # Installation

````ts
// Type definitions for bluebird-retry 0.11
// Project: https://github.com/demmer/bluebird-retry
// Definitions by: Pascal Vomhoff <https://github.com/pvomhoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.2
import Promise = require("bluebird");

@@ -43,7 +37,6 @@

### Additional Details
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird)
* Global values: none
# Credits
These definitions were written by [Pascal Vomhoff](https://github.com/pvomhoff).