eventemitter2
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -697,2 +697,6 @@ /*! | ||
EventEmitter.prototype.listenerCount = function(type) { | ||
return this.listeners(type).length; | ||
}; | ||
EventEmitter.prototype.listenersAny = function() { | ||
@@ -699,0 +703,0 @@ |
{ | ||
"name": "eventemitter2", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"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
34655
678