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.26 to 0.9.28

5

lib/Barrel.js

@@ -23,4 +23,7 @@ var async = require('async');

barrel.setWarper = function( division, warper ){
if( this.warpers[division] )
var self = this;
if( this.warpers[division] && warper ){
this.warpers[division] = warper;
warper.barrel = self;
}
};

@@ -27,0 +30,0 @@

2

lib/Inflicter.js

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

var VERSION = exports.VERSION = '0.9.26';
var VERSION = exports.VERSION = '0.9.28';

@@ -11,0 +11,0 @@ function extend(obj, extension){

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

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

},
"_id": "harcon@0.9.26"
"_id": "harcon@0.9.28"
}
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