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 0.6.5 to 0.6.6

4

lib/Connector.js

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

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

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

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

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

{
"name": "floca-amqp-client",
"version": "0.6.5",
"version": "0.6.6",
"description": "AMQP client for floca-based projects",

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

"floca": "^0.22.2",
"floca-amqp": "^0.6.9",
"floca-amqp": "^0.7.0",
"gulp": "^3.9.1",

@@ -39,0 +39,0 @@ "gulp-eslint": "^2.0.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