Comparing version 0.6.2 to 0.6.3
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28663
489