Socket
Socket
Sign inDemoInstall

amqp-service

Package Overview
Dependencies
21
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

amqpService.js

@@ -85,3 +85,3 @@ const amqp = require('amqplib');

await this._channel.ack(msg);
// await this._channel.ack(msg);
});

@@ -88,0 +88,0 @@ }

{
"name": "amqp-service",
"version": "1.0.0",
"version": "1.0.1",
"description": "AMQP client",
"main": "amqpService.js",
"scripts": {
},
"scripts": {},
"repository": {

@@ -15,3 +13,4 @@ "type": "git",

"amqp",
"client"
"amqp client",
"amqp service"
],

@@ -23,3 +22,7 @@ "author": "yegorHeiz",

},
"homepage": "https://github.com/yegorHeiz/amqpService#readme"
"homepage": "https://github.com/yegorHeiz/amqpService#readme",
"dependencies": {
"amqplib": "^0.5.3",
"joi": "^14.3.1"
}
}
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