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.5 to 1.3.10

2

lib/Firestarter.js

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

this.innerBurn( comm, callback, serviceFn, igniteFn, params );
this.innerBurn( comm, callbackFn, serviceFn, igniteFn, params );
};

@@ -200,0 +200,0 @@

@@ -110,3 +110,3 @@ var Firestarter = require('./Firestarter');

} catch (ex) {
callback( ex, comm.twist(self.name, ex, null) );
callback( ex );
}

@@ -113,0 +113,0 @@ };

@@ -93,3 +93,3 @@ var Firestarter = require('./Firestarter');

} catch (ex) {
callback( ex, comm.twist(self.name, ex, null) );
callback( ex );
}

@@ -96,0 +96,0 @@ };

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

var VERSION = exports.VERSION = '1.3.5';
var VERSION = exports.VERSION = '1.3.10';

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

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

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

},
"_id": "harcon@1.3.5"
"_id": "harcon@1.3.10"
}
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