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 0.9.15 to 0.9.16

7

lib/Inflicter.js

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

var VERSION = exports.VERSION = '0.9.15';
var VERSION = exports.VERSION = '0.9.16';

@@ -112,2 +112,3 @@ function extend(obj, extension){

inflicter.addicts = function( object, options ){
var self = this;
this.detracts( object );

@@ -123,3 +124,5 @@

componentConfig.inflicter = this;
object.init( componentConfig );
object.init( componentConfig, function(err){ if(err){
self.logger.harconlog( err );
} } );
} catch( err ){

@@ -126,0 +129,0 @@ this.logger.error( err, 'Unable to initialize', fss.name );

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

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

},
"_id": "harcon@0.9.15"
"_id": "harcon@0.9.16"
}
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