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 1.2.4 to 1.2.5

4

lib/AmqpBarrel.js

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

socket.connect( division, function ( ) {
self.logger.harconlog( null, 'AMQP subscribe ' + self.socketType + ' socket is made.', division, 'info' )
self.logger.harconlog( null, 'AMQP ' + self.socketType + ' in socket is made.', division, 'info' )

@@ -77,3 +77,3 @@ if ( callback )

socket.connect( division, function () {
self.logger.harconlog( null, 'AMQP publish ' + self.socketType + ' socket is made.', division, 'info' )
self.logger.harconlog( null, 'AMQP ' + self.socketType + ' out socket is made.', division, 'info' )

@@ -80,0 +80,0 @@ self.outs[division] = socket

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