Socket
Socket
Sign inDemoInstall

amqp-connection-manager

Package Overview
Dependencies
19
Maintainers
12
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

2

lib/ChannelWrapper.js

@@ -181,3 +181,3 @@ // Generated by CoffeeScript 2.2.4

var encodedMessage, sendPromise;
encodedMessage = this._json ? new Buffer(JSON.stringify(message.content)) : message.content;
encodedMessage = this._json ? new Buffer.from(JSON.stringify(message.content)) : message.content;
sendPromise = (function() {

@@ -184,0 +184,0 @@ switch (message.type) {

{
"name": "amqp-connection-manager",
"version": "1.4.1",
"version": "1.4.2",
"description": "Auto-reconnect and round robin support for amqplib.",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

"proxyquire": "^2.0.1",
"sinon": "^4.0.1"
"sinon": "^5.0.1"
},

@@ -30,0 +30,0 @@ "scripts": {

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