Socket
Socket
Sign inDemoInstall

@types/amqplib

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/amqplib - npm Package Compare versions

Comparing version 0.5.14 to 0.5.15

8

amqplib/index.d.ts
// Type definitions for amqplib 0.5
// Project: https://github.com/squaremo/amqp.node, http://squaremo.github.io/amqp.node
// Definitions 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>
// Definitions 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>,
// Vincenzo Chianese <https://github.com/XVincentX>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -33,3 +37,3 @@ // TypeScript Version: 3.2

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

@@ -36,0 +40,0 @@

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

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "zelein"
},
{
"name": "Vincenzo Chianese",
"url": "https://github.com/XVincentX",
"githubUsername": "XVincentX"
}

@@ -41,4 +46,4 @@ ],

},
"typesPublisherContentHash": "c1be3b5682e05c711099f00a32402e3ab3898e95f9827a7fb6953588f1be05da",
"typesPublisherContentHash": "1ab0339c5533f35c74fcbd5aa7b5255084845779c8314f4e16033a6c755c3087",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Thu, 08 Oct 2020 20:19:48 GMT
* Last updated: Sun, 25 Oct 2020 16:47:44 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), and [Nick Zelei](https://github.com/zelein).
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).
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