Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/amqp-connection-manager

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/amqp-connection-manager - npm Package Compare versions

Comparing version 2.0.10 to 2.0.11

3

amqp-connection-manager/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for amqp-connection-manager 2.0

// tstelzer <https://github.com/tstelzer>
// borales <https://github.com/Borales>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -61,3 +62,3 @@ // TypeScript Version: 3.2

*/
export function connect(urls: string[], options?: AmqpConnectionManagerOptions): AmqpConnectionManager;
export function connect(urls: Array<string | Options.Connect>, options?: AmqpConnectionManagerOptions): AmqpConnectionManager;

@@ -64,0 +65,0 @@ export type SetupFunc = ((channel: ConfirmChannel, callback: (error?: Error) => void) => void) | ((channel: ConfirmChannel) => Promise<void>);

{
"name": "@types/amqp-connection-manager",
"version": "2.0.10",
"version": "2.0.11",
"description": "TypeScript definitions for amqp-connection-manager",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amqp-connection-manager",
"license": "MIT",

@@ -16,2 +17,7 @@ "contributors": [

"githubUsername": "tstelzer"
},
{
"name": "borales",
"url": "https://github.com/Borales",
"githubUsername": "Borales"
}

@@ -30,4 +36,4 @@ ],

},
"typesPublisherContentHash": "501b74cb55808aed18b9f2ab92b55deb425aa2386f6d0e7e8d385433f955ea1f",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "f6fc1c07e8e4116dd2a41386ed9bbaaf0d2dd922fab5826dcaed71bf2081456c",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 04:08:44 GMT
* Last updated: Thu, 17 Jun 2021 06:31:14 GMT
* Dependencies: [@types/amqplib](https://npmjs.com/package/@types/amqplib)

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

# Credits
These definitions were written by [rogierschouten](https://github.com/rogierschouten), and [tstelzer](https://github.com/tstelzer).
These definitions were written by [rogierschouten](https://github.com/rogierschouten), [tstelzer](https://github.com/tstelzer), and [borales](https://github.com/Borales).
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