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.25 to 9.2.30

5

lib/AmqpBarrel.js

@@ -122,5 +122,8 @@ let _ = require('isa.js')

self.presences[ status.division ] = {}
if ( !self.presences[ status.division ][ status.entity ] )
if ( !self.presences[ status.division ][ status.entity ] ) {
self.presences[ status.division ][ status.entity ] = {}
await self.igniteSystemEvent( 'entityAppeared', status.division, status.context || '', status.entity )
}
self.presences[ status.division ][ status.entity ][ status.nodeID ] = {

@@ -127,0 +130,0 @@ timestamp: Date.now(),

4

package.json
{
"name": "harcon-amqp",
"version": "9.2.25",
"version": "9.2.30",
"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.32",
"harcon": "^9.2.40",
"isa.js": "^2.2.15",

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

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