eventemitter-ex
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -81,5 +81,6 @@ (function () { | ||
this.on('end', function (/* arguments */) { | ||
var result; | ||
try { | ||
var endArgs = arguments; | ||
var result = mapArgs.map(function (f) { | ||
result = mapArgs.map(function (f) { | ||
var res = f.apply(eex, endArgs); | ||
@@ -86,0 +87,0 @@ return Array.isArray(res) ? res : [res]; |
{ | ||
"name": "eventemitter-ex", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "EventEmitter extensions", | ||
"main": "EventEmitterEx.js", | ||
"scripts": { | ||
"spec": "$(npm bin)/mocha test", | ||
"test": "$(npm bin)/jshint --exclude-path=.gitignore . && $(npm bin)/mocha test" | ||
"spec": "mocha test", | ||
"test": "jshint --exclude-path=.gitignore . && mocha test" | ||
}, | ||
@@ -10,0 +10,0 @@ "repository": { |
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
454
34298