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.2.17 to 9.2.18

4

lib/AmqpBarrel.js
let _ = require('isa.js')
let rabbit = require('rabbit.js.ng')
let Harcon = require('harcon')
let { MODE_REQUEST } = require('harcon/lib/Communication')
let Barrel = Harcon.Barrel

@@ -297,3 +299,3 @@ let Communication = Harcon.Communication

if (!this.ignorePresense && (!this.presences || !this.presences[ comm.division ] || !this.presences[ comm.division ][ entityName ]) ) {
if (!this.ignorePresense && comm.mode === MODE_REQUEST && (!this.presences || !this.presences[ comm.division ] || !this.presences[ comm.division ][ entityName ]) ) {
await Proback.until( () => {

@@ -300,0 +302,0 @@ return self.presences && self.presences[ comm.division ] && self.presences[ comm.division ][ entityName ]

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

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

"clerobee": "^1.0.1",
"harcon": "^9.2.25",
"harcon": "^9.2.26",
"isa.js": "^2.2.12",

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

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