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.6.2 to 0.6.3

6

lib/Barrel.js

@@ -82,4 +82,6 @@ var async = require('async');

barrel.close = function( ){
_.each( this.firestarters, function( fs ){
if( fs.close() ){
var self = this;
_.each( self.firestarters, function( fs ){
if( fs.close ){
fs.close();

@@ -86,0 +88,0 @@ }

@@ -57,2 +57,7 @@ var _ = require('lodash');

firestorm.close = function( ){
if( this.object.close )
this.object.close();
};
module.exports = Firestormstarter;
{
"name": "harcon",
"version": "0.6.2",
"version": "0.6.3",
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.",

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

},
"_id": "harcon@0.6.2"
"_id": "harcon@0.6.3"
}
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