Comparing version 1.0.6 to 1.0.7
@@ -82,3 +82,3 @@ /** | ||
*/ | ||
export function isIterable(identity){ | ||
function isIterable(identity){ | ||
if(['array','object'].indexOf(getType(identity)) === -1) return false; | ||
@@ -85,0 +85,0 @@ if(Object.keys(identity).length === 0) return false; |
{ | ||
"name": "mitsuketa", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A Javascript library that enables you to handle deeply nested objects easily.", | ||
@@ -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
8088