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.5.0 to 3.5.1

6

lib/AmqpBarrel.js

@@ -237,7 +237,7 @@ 'use strict'

self.logger.harconlog( null, 'Reconnecting...', self.connectURL, 'warn' )
self.reconnectionProcess = setTimeout( function () {
self.logger.harconlog( null, 'Reconnecting...', self.connectURL, 'warn' )
self.reconnectionProcess = setTimeout( function () {
self.connect( function () {
self.reconnectionTimeout *= 2
self.reconnectionTimeout = self.reconnectionTimeout * 2
if ( self.reconnectionTimeout > self.reconnectionMaxTimeout )

@@ -244,0 +244,0 @@ self.reconnectionTimeout = self.reconnectionMaxTimeout

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

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

"async": "^2.0.1",
"harcon": "^4.5.1",
"harcon": "^4.5.3",
"isa.js": "^1.7.5",

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

"mkdirp": "^0.5.1",
"watch": "^0.19.1",
"watch": "^0.19.2",
"winston": "^2.2.0"

@@ -45,0 +45,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