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

harcon-amqp

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon-amqp - npm Package Compare versions

Comparing version 9.0.7 to 9.1.0

5

lib/AmqpBarrel.js

@@ -228,3 +228,3 @@ let _ = require('isa.js')

self.logger.harconlog( null, 'Received from bus...', comm, 'trace' )
self.logger.harconlog( null, 'Package received', comm, 'trace' )

@@ -236,3 +236,2 @@ let realComm = Communication.importCommunication( comm.comm )

realComm.callback = function () { }
self.logger.harconlog( null, 'Request received from bus...', realComm, 'trace' )
await self.appease( realComm )

@@ -282,3 +281,3 @@ } else {

self.logger.harconlog( null, 'Intoxicating to bus...', {comm: comm, err: err ? err.message || err.toString() : null, responseComms: responseComms}, 'trace' )
self.logger.harconlog( null, 'Packet sending', {comm: comm, err: err ? err.message || err.toString() : null, responseComms: responseComms}, 'trace' )

@@ -285,0 +284,0 @@ let entityName = comm.source // event.substring(0, comm.event.indexOf('.') )

4

package.json
{
"name": "harcon-amqp",
"version": "9.0.7",
"version": "9.1.0",
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.",

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

"clerobee": "^0.9.8",
"harcon": "^9.0.12",
"harcon": "^9.1.0",
"isa.js": "^2.2.10",

@@ -31,0 +31,0 @@ "proback.js": "^2.1.8",

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