Comparing version 1.5.3 to 1.5.4
@@ -20,3 +20,3 @@ /** | ||
for(var keyName in values) { | ||
if(keyName != null) { | ||
if(keyName != null && keyName != '') { | ||
valuesArray.push(keyName); | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "gutil", | ||
"description": "GUtil", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "licenses": [ |
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
49224