New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 8.4.6 to 8.4.7

test/amqp.complex.mocha.js

4

lib/AmqpBarrel.js

@@ -322,4 +322,4 @@ let _ = require('isa.js')

self.ctx.on('error', async () => { await self.reconnect } )
self.ctx.on('close', async () => { await self.reconnect } )
self.ctx.on('error', async () => { await self.reconnect() } )
self.ctx.on('close', async () => { await self.reconnect() } )
self.ctx.on('ready', async function () {

@@ -326,0 +326,0 @@ self.logger.harconlog( null, 'AMQP connection is made.', self.connectURL, 'warn' )

{
"name": "harcon-amqp",
"version": "8.4.6",
"version": "8.4.7",
"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