prelude-extension
Advanced tools
Comparing version 0.0.9 to 0.0.10
12
index.js
@@ -67,8 +67,7 @@ // Generated by LiveScript 1.4.0 | ||
} else { | ||
if (keys(o1).length !== keys(o2).length) { | ||
return false; | ||
} | ||
return all(function(key){ | ||
if (isType('Object', o1[key]) || isType('Array', o1[key])) { | ||
return isEqualToObject(o1[key], o2[key]); | ||
} else { | ||
return o1[key] === o2[key]; | ||
} | ||
return isEqualToObject(o1[key], o2[key]); | ||
})( | ||
@@ -159,3 +158,4 @@ keys(o1)); | ||
})( | ||
keys(arr[0])); | ||
keys( | ||
arr[0])); | ||
}; | ||
@@ -162,0 +162,0 @@ unwrap = curry$(function(f, depth, object){ |
{ | ||
"name": "prelude-extension", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "prelude-extension", | ||
@@ -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
7973