Comparing version 3.1.1 to 3.1.2
@@ -209,3 +209,3 @@ /*global Map Promise Set*/ | ||
Array.isArray(arg) && | ||
typeof arg[0] === strType | ||
(!arg[0] || typeof arg[0] === strType) | ||
@@ -212,0 +212,0 @@ if (isStr || isArr) { |
{ | ||
"name": "dot-event", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Powerful event emitter", | ||
@@ -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
16236