eventemitter2
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -9,2 +9,6 @@ # Change Log | ||
## [3.0.2] - 2017-03-06 | ||
### Fixed | ||
- Fixed `emitAsync` when using `once`. @Moeriki | ||
## [3.0.1] - 2017-02-21 | ||
@@ -11,0 +15,0 @@ ### Changed |
@@ -264,3 +264,3 @@ /*! | ||
} | ||
fn.apply(this, arguments); | ||
return fn.apply(this, arguments); | ||
} | ||
@@ -446,2 +446,3 @@ | ||
} else if (handler && handler.length) { | ||
handler = handler.slice(); | ||
if (al > 3) { | ||
@@ -448,0 +449,0 @@ args = new Array(al - 1); |
{ | ||
"name": "eventemitter2", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.", | ||
@@ -5,0 +5,0 @@ "keywords": ["event", "events", "emitter", "eventemitter"], |
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
35621
677