Socket
Socket
Sign inDemoInstall

@highoutput/amqp

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/amqp - npm Package Compare versions

Comparing version 0.0.10 to 0.0.12

4

build/lib/client.js

@@ -10,3 +10,2 @@ "use strict";

const async_group_1 = __importDefault(require("@highoutput/async-group"));
const serialize_error_1 = require("serialize-error");
const logger_1 = __importDefault(require("./logger"));

@@ -93,4 +92,3 @@ class Client {

if (body.error) {
const error = serialize_error_1.deserializeError(body.error);
callback.reject(error);
callback.reject(body.error);
return;

@@ -97,0 +95,0 @@ }

{
"name": "@highoutput/amqp",
"version": "0.0.10",
"version": "0.0.12",
"description": "A simplified abstraction of the AMQP 1.0 protocol",

@@ -41,2 +41,3 @@ "keywords": [

"@highoutput/delay": "^0.2.1",
"@highoutput/error": "^0.1.2",
"@highoutput/logger": "^0.1.6",

@@ -51,3 +52,3 @@ "ramda": "^0.26.1",

},
"gitHead": "a85a851a292d84f8395efe3d5e7b9e4df2730a96"
"gitHead": "65b6c101db88e31d4b3dcce1034816434f208276"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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