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.2.2 to 0.3.0

4

lib/Connector.js

@@ -8,3 +8,3 @@ 'use strict';

var Fire = require('./Fire');
var Communication = require( path.join(process.cwd(), 'node_modules', 'harcon', 'lib', 'Communication') );
var Communication = require( 'harcon' ).Communication;

@@ -205,3 +205,3 @@ var Cerobee = require('clerobee');

comm.expose = true;
if( options && options.terms )
if( options && options.terms )
comm.terms = options.terms;

@@ -208,0 +208,0 @@ var packet = JSON.stringify( { id: comm.id, comm: comm, callback: !!comm.callback } );

{
"name": "floca-amqp-client",
"version": "0.2.2",
"version": "0.3.0",
"description": "AMQP client for floca-based projects",

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