Comparing version 0.6.1 to 0.6.2
@@ -81,2 +81,10 @@ var async = require('async'); | ||
barrel.close = function( ){ | ||
_.each( this.firestarters, function( fs ){ | ||
if( fs.close() ){ | ||
fs.close(); | ||
} | ||
} ); | ||
}; | ||
module.exports = Barrel; |
@@ -70,2 +70,6 @@ var _ = require('lodash'); | ||
inflicter.close = function( ){ | ||
this.barrel.close(); | ||
}; | ||
module.exports = Inflicter; |
{ | ||
"name": "harcon", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@0.6.1" | ||
"_id": "harcon@0.6.2" | ||
} |
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
28563
484