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

@highoutput/amqp

Package Overview
Dependencies
Maintainers
5
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.11.9 to 0.11.12

13

build/lib/worker.js

@@ -84,3 +84,5 @@ "use strict";

: message.body;
const request = Object.assign(Object.assign({}, body), { arguments: this.options.deserialize ? serialize_1.deserialize(body.arguments) : body.arguments });
const request = Object.assign(Object.assign({}, body), { arguments: this.options.deserialize
? serialize_1.deserialize(body.arguments)
: body.arguments });
logger_1.default.tag(['worker', 'request']).verbose(request);

@@ -102,2 +104,5 @@ let result = null;

};
if (error) {
logger_1.default.tag(['worker', 'response']).error(error);
}
logger_1.default.tag(['worker', 'response']).verbose(response);

@@ -141,7 +146,7 @@ const sender = await this.getSender(message.reply_to);

const now = Date.now();
if (message.absolute_expiry_time
&& now > message.absolute_expiry_time) {
if (message.absolute_expiry_time &&
now > message.absolute_expiry_time) {
logger_1.default
.tag(['worker', 'message'])
.verbose('received an expired message.');
.warn('received an expired message.');
if (!this.shutdown) {

@@ -148,0 +153,0 @@ context.receiver.add_credit(1);

{
"name": "@highoutput/amqp",
"version": "0.11.9",
"version": "0.11.12",
"description": "A simplified client for ActiveMQ",

@@ -62,3 +62,3 @@ "keywords": [

},
"gitHead": "21a4a230bb088980e0eb23dc74bc59750f5d9860"
"gitHead": "6f03976b965c2848ed771b0604686500d6172c3d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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