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 2.5.0 to 2.6.0

3

lib/AmqpBarrel.js

@@ -14,3 +14,3 @@ 'use strict'

amqpbarrel.nodeNO = function ( comm ) {
return 1
return Math.floor((Math.random() * this.nodeCount) + 1)
}

@@ -73,2 +73,3 @@

self.nodeSeqNo = config.nodeSeqNo || 1
self.nodeCount = config.nodeCount || 1

@@ -75,0 +76,0 @@ self.connectURL = config.connectURL || 'amqp://localhost'

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

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