@gitrows/gitrows-utils
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -268,7 +268,3 @@ const Data={ | ||
if (deep){ | ||
obj.forEach((item) => { | ||
if (item.length !== 0) | ||
return false; | ||
}); | ||
return true; | ||
return obj.every(x=>x.length === 0); | ||
} else | ||
@@ -275,0 +271,0 @@ return false; |
{ | ||
"name": "@gitrows/gitrows-utils", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Data and string handling utilities for @gitrows", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25557
835