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.3.1 to 8.3.2

4

lib/AmqpBarrel.js

@@ -290,3 +290,5 @@ const { promisify } = require('util')

if (self.outs[ domain ])
self.outs[ domain ].publish( DIVISION_REPORTS, JSON.stringify( { domain: domain, entity: entity, nodeID: self.nodeID } ), 'utf8')
self.outs[ domain ].publish( DIVISION_REPORTS, JSON.stringify( {
domain: domain, entity: entity, nodeID: self.nodeID, pubKey: self.warper.pubKey
} ), 'utf8')
} )

@@ -293,0 +295,0 @@ } )

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

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

"clerobee": "^0.8.6",
"harcon": "^8.3.0",
"harcon": "^8.3.1",
"isa.js": "^2.0.0",

@@ -30,0 +30,0 @@ "proback.js": "^2.1.3",

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