node-pluggable
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -39,3 +39,5 @@ var EventEmitter, Pluggable, _, async, | ||
fn = fns[i]; | ||
this.container.push([match_param, fn]); | ||
if (fn) { | ||
this.container.push([match_param, fn]); | ||
} | ||
} | ||
@@ -42,0 +44,0 @@ return this; |
{ | ||
"name": "node-pluggable", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Add your Hook more easily.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/pluggable.js", |
Sorry, the diff of this file is not supported yet
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
12380
10
90