Comparing version 3.1.0 to 3.1.1
@@ -206,4 +206,8 @@ /*global Map Promise Set*/ | ||
var isStr = typeof arg === strType | ||
var isArr = | ||
!isStr && | ||
Array.isArray(arg) && | ||
typeof arg[0] === strType | ||
if (isStr || Array.isArray(arg)) { | ||
if (isStr || isArr) { | ||
k.arr = k.arr.concat(isStr ? [arg] : arg) | ||
@@ -210,0 +214,0 @@ } else if (i === args.length - 1) { |
{ | ||
"name": "dot-event", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"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
16223
362