Socket
Socket
Sign inDemoInstall

amqp-connection-manager

Package Overview
Dependencies
16
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.11 to 4.1.12

5

dist/esm/ChannelWrapper.d.ts

@@ -36,6 +36,6 @@ /// <reference types="node" />

}
interface ConsumerOptions extends amqplib.Options.Consume {
export interface ConsumerOptions extends amqplib.Options.Consume {
prefetch?: number;
}
interface Consumer {
export interface Consumer {
consumerTag: string | null;

@@ -252,2 +252,1 @@ queue: string;

}
export {};

7

package.json
{
"name": "amqp-connection-manager",
"version": "4.1.11",
"version": "4.1.12",
"description": "Auto-reconnect and round robin support for amqplib.",

@@ -12,3 +12,4 @@ "module": "./dist/esm/index.js",

"require": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
"default": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts"
}

@@ -60,3 +61,3 @@ },

"ts-node": "^10.2.1",
"typescript": "^4.3.5"
"typescript": "^5.0.3"
},

@@ -63,0 +64,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc