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 3.0.6 to 3.1.0

12

lib/AmqpBarrel.js

@@ -173,3 +173,7 @@ 'use strict'

let nodeNO = comm.nodeSeqNo || self.nodeNO( comm )
self.outs[ comm.sourceDivision ].publish( entityName + '.' + nodeNO, packet, 'utf8')
try {
self.outs[ comm.sourceDivision ].publish( entityName + '.' + nodeNO, packet, 'utf8')
} catch (err) {
self.logger.harconlog( err )
}
}

@@ -198,3 +202,7 @@

let nodeNO = comm.nodeSeqNo || self.nodeNO( comm )
self.outs[ comm.division ].publish( entityName + '.' + nodeNO, packet, 'utf8')
try {
self.outs[ comm.division ].publish( entityName + '.' + nodeNO, packet, 'utf8')
} catch (err) {
self.logger.harconlog( err )
}
}

@@ -201,0 +209,0 @@

6

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

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

"async": "^1.5.2",
"harcon": "^4.1.5",
"harcon": "^4.1.6",
"isa.js": "^1.6.1",

@@ -36,3 +36,3 @@ "rabbit.js": "^0.4.4"

"gulp-docco": "0.0.4",
"gulp-eslint": "^2.0.0",
"gulp-eslint": "^3.0.1",
"gulp-load-plugins": "^1.2.4",

@@ -39,0 +39,0 @@ "gulp-mocha": "^2.2.0",

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