Socket
Socket
Sign inDemoInstall

@types/amqplib

Package Overview
Dependencies
2
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.15 to 0.5.16

4

amqplib/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for amqplib 0.5

// Nicolás Fantone <https://github.com/nfantone>,
// Nick Zelei <https://github.com/zelein>,
// Nick Zelei <https://github.com/nickzelei>,
// Vincenzo Chianese <https://github.com/XVincentX>

@@ -38,3 +38,3 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

assertExchange(exchange: string, type: '' | 'direct' | 'topic' | 'headers' | 'fanout' | 'match', options?: Options.AssertExchange): Promise<Replies.AssertExchange>;
assertExchange(exchange: string, type: 'direct' | 'topic' | 'headers' | 'fanout' | 'match' | string, options?: Options.AssertExchange): Promise<Replies.AssertExchange>;
checkExchange(exchange: string): Promise<Replies.Empty>;

@@ -41,0 +41,0 @@

{
"name": "@types/amqplib",
"version": "0.5.15",
"version": "0.5.16",
"description": "TypeScript definitions for amqplib",

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

"name": "Nick Zelei",
"url": "https://github.com/zelein",
"githubUsername": "zelein"
"url": "https://github.com/nickzelei",
"githubUsername": "nickzelei"
},

@@ -46,4 +46,4 @@ {

},
"typesPublisherContentHash": "1ab0339c5533f35c74fcbd5aa7b5255084845779c8314f4e16033a6c755c3087",
"typesPublisherContentHash": "3686542d1061e04c2afb4736fa425cd696e4a39e8e981c206b4460eff34d11d2",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Sun, 25 Oct 2020 16:47:44 GMT
* Last updated: Thu, 05 Nov 2020 18:15:51 GMT
* Dependencies: [@types/bluebird](https://npmjs.com/package/@types/bluebird), [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Michael Nahkies](https://github.com/mnahkies), [Ab Reitsma](https://github.com/abreits), [Nicolás Fantone](https://github.com/nfantone), [Nick Zelei](https://github.com/zelein), and [Vincenzo Chianese](https://github.com/XVincentX).
These definitions were written by [Michael Nahkies](https://github.com/mnahkies), [Ab Reitsma](https://github.com/abreits), [Nicolás Fantone](https://github.com/nfantone), [Nick Zelei](https://github.com/nickzelei), and [Vincenzo Chianese](https://github.com/XVincentX).
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