eventemitter2
Advanced tools
Comparing version 6.4.5 to 6.4.6
@@ -151,1 +151,3 @@ export type event = (symbol|string); | ||
} | ||
export default EventEmitter2; |
@@ -102,3 +102,3 @@ /*! | ||
var len = keys.length; | ||
var valuesCount = values ? value.length : 0; | ||
var valuesCount = values ? values.length : 0; | ||
for (var i = 0; i < len; i++) { | ||
@@ -105,0 +105,0 @@ key = keys[i]; |
{ | ||
"name": "eventemitter2", | ||
"version": "6.4.5", | ||
"version": "6.4.6", | ||
"description": "A feature-rich Node.js event emitter implementation with namespaces, wildcards, TTL, async listeners and browser/worker support.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
1541
81012
6