Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

harcon

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon - npm Package Compare versions

Comparing version 1.3.13 to 1.3.14

6

lib/Barrel.js

@@ -170,3 +170,3 @@ var async = require('async');

this.logger.harconlog( err, 'Appeasing', { responseComms: responseComms }, 'debug' );
this.logger.harconlog( err, 'Appeasing', { responseComms: responseComms }, 'silly' );

@@ -202,3 +202,3 @@ self.matchingResponse( comm ).forEach( function( fs ){

return function( cb ){
self.logger.harconlog( null, 'Emitting', { name: fs.name, comm: comm.shallow() }, 'debug' );
self.logger.harconlog( null, 'Emitting', { name: fs.name, comm: comm.shallow() }, 'silly' );
fs.burn( comm, cb );

@@ -209,3 +209,3 @@ };

function(err, results){
self.logger.harconlog( err, 'Emitted with: ', { results: results }, 'debug' );
self.logger.harconlog( err, 'Emitted with: ', { results: results }, 'silly' );
if( comm.callback ){

@@ -212,0 +212,0 @@ self.appease( comm, err, results );

@@ -185,3 +185,3 @@ var Communication = require('./Communication');

this.logger.harconlog(null, 'Burning', {comm: comm.shallow()}, 'debug' );
this.logger.harconlog(null, 'Burning', {comm: comm.shallow()}, 'silly' );

@@ -217,3 +217,3 @@ var serviceFn = this.getServiceFn( comm );

this.logger.harconlog( null, 'Igniting', {newComm: newComm.shallow(), comm: comm.shallow()}, 'debug' );
this.logger.harconlog( null, 'Igniting', {newComm: newComm.shallow(), comm: comm.shallow()}, 'silly' );

@@ -241,3 +241,3 @@ if( newComm.callback )

this.logger.harconlog(null, 'Initiate ignition', {comm: comm.shallow()}, 'debug' );
this.logger.harconlog(null, 'Initiate ignition', {comm: comm.shallow()}, 'silly' );
if( comm.callback )

@@ -244,0 +244,0 @@ this.comms[ comm.id ] = { comm: comm, callback: comm.callback };

@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication');

var VERSION = exports.VERSION = '1.3.13';
var VERSION = exports.VERSION = '1.3.14';

@@ -11,0 +11,0 @@ var _ = require('lodash');

{
"name": "harcon",
"version": "1.3.13",
"version": "1.3.14",
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.",

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

},
"_id": "harcon@1.3.13"
"_id": "harcon@1.3.14"
}
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