Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

floca-amqp-client

Package Overview
Dependencies
Maintainers
2
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floca-amqp-client - npm Package Compare versions

Comparing version 5.3.6 to 5.3.7

5

lib/Connector.js

@@ -221,4 +221,4 @@ let rabbit = require('rabbit.js')

var realName = path[0] + distinguishPostfix( options.distinguish )
// originalId, flowId, externalId, sourceDivision, source, division, event, params
let comm = Communication.newCommunication( null, null, clerobee.generate(), self.harconName, self.name, division, realName + SEPARATOR + path[1], params )
let comm = Communication.newCommunication( null, null, clerobee.generate(), self.harconName, self.name, self.nodeID, division, realName + SEPARATOR + path[1], params )
comm.expose = true

@@ -231,3 +231,2 @@ if ( options.terms )

let packet = JSON.stringify( { id: comm.id, comm: comm, callback: true } )
console.log( '<><><>', path[0] + SEPARATOR + self.nodeID, JSON.stringify( comm ) )
self.outs[ comm.division ].publish( path[0] + SEPARATOR + self.nodeID, packet, 'utf8')

@@ -234,0 +233,0 @@ } )

2

package.json
{
"name": "floca-amqp-client",
"version": "5.3.6",
"version": "5.3.7",
"description": "AMQP client for floca-based projects",

@@ -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