Socket
Socket
Sign inDemoInstall

amqper

Package Overview
Dependencies
31
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

4

lib/client.js

@@ -48,3 +48,3 @@ "use strict";

Client.prototype.ready = function (done) {
this.$promose.then(function () {
this.$promise.then(function () {
done();

@@ -68,3 +68,3 @@ }, function (err) {

content = bufferify(codec.encode(content));
channel.publish(exchange, routingKey, content);
return channel.publish(exchange, routingKey, content);
});

@@ -71,0 +71,0 @@ };

{
"name": "amqper",
"version": "0.1.4",
"version": "0.1.5",
"description": "A simple and elegant AMQP client for node based on amqplib.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/taoyuan/amqper",

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