New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 8.4.0 to 8.4.1

4

lib/AmqpBarrel.js

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

let packet = JSON.stringify( { id: comm.id, comm: comm, callback: !!comm.callback } )
let nodeNO = comm.nodeID || self.randomNodeID( comm.valve, comm.division, entityName )
let nodeNO = self.randomNodeID( comm.valve, comm.division, entityName )
self.outs[ comm.division ].publish( entityName + (nodeNO ? SEPARATOR + nodeNO : ''), packet, 'utf8')

@@ -265,3 +265,3 @@ return 'ok'

let packet = JSON.stringify( { id: comm.id, comm: comm, err: err ? err.message : null, response: true, responseComms: responseComms || [] } )
let nodeNO = comm.nodeID || self.randomNodeID( comm.valve, comm.sourceDivision, entityName )
let nodeNO = comm.sourceNodeID || self.randomNodeID( comm.valve, comm.sourceDivision, entityName )
self.outs[ comm.sourceDivision ].publish( entityName + (nodeNO ? (SEPARATOR + nodeNO) : ''), packet, 'utf8')

@@ -268,0 +268,0 @@ return 'ok'

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

@@ -5,0 +5,0 @@ "keywords": [

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