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

@hierotech/amqp-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hierotech/amqp-client - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

8

package.json
{
"name": "@hierotech/amqp-client",
"version": "0.1.5",
"version": "0.1.6",
"description": "AMQP client wrapper",

@@ -28,7 +28,7 @@ "main": "src/index.js",

"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-xo": "^0.36.0",
"mocha": "^8.4.0"
"eslint": "^7.29.0",
"eslint-config-xo": "^0.37.0",
"mocha": "^9.0.1"
},
"peerDependencies": {}
}

@@ -165,5 +165,3 @@ const amqplib = require('amqplib');

await channel.bindQueue(queue, name);
await channel.consume(queue, (...args) => {
return this._handleMessage(channel, ...args);
});
await channel.consume(queue, (...args) => this._handleMessage(channel, ...args));

@@ -170,0 +168,0 @@ return channel;

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