floca-amqp-client
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
25283