New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

socket.io-amqp

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socket.io-amqp - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -338,3 +338,3 @@ /*

self.amqpChannel.unbindQueue(self.amqpIncomingQueue, self.amqpExchangeName, channel, function (err)
self.amqpChannel.unbindQueue(self.amqpIncomingQueue, self.amqpExchangeName, channel, {}, function (err)
{

@@ -397,3 +397,3 @@ if (err)

self.amqpChannel.unbindQueue(self.amqpIncomingQueue, self.amqpExchangeName, channel, function (err)
self.amqpChannel.unbindQueue(self.amqpIncomingQueue, self.amqpExchangeName, channel, {}, function (err)
{

@@ -400,0 +400,0 @@ if (err)

{
"name": "socket.io-amqp",
"version": "0.0.2",
"version": "0.0.3",
"description": "A Sockets.IO Adapter for AMQP & RabbitMQ",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

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