async-glob-events
Advanced tools
Comparing version 1.3.0 to 1.3.1
# Changes | ||
## 1.3.1 | ||
- Use `this.invoke` for internal events instead of super implementation | ||
## 1.3.0 | ||
@@ -4,0 +8,0 @@ |
@@ -28,3 +28,3 @@ /* | ||
if (this.isInternalEvent(event)) { | ||
invoke.call(this, i, scope); | ||
this.invoke(i, scope); | ||
return; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name" : "async-glob-events", | ||
"version" : "1.3.0", | ||
"version" : "1.3.1", | ||
"description" : "Event emitter with glob support on event names and asynchronous listeners", | ||
@@ -5,0 +5,0 @@ "keywords" : ["event", "emitter", "glob", "listener", "async", "return values"], |
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
7753