Comparing version 0.1.1 to 0.1.2
0.1.2 / 2013-09-18 | ||
================== | ||
* bug: [fix] misnamed variable from code migration (reference error) | ||
0.1.1 / 2013-09-18 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -223,4 +223,4 @@ /*! | ||
for (i = 0; i < m.length; i++) { | ||
if ((memos[i][0] === a && memos[i][1] === b) | ||
|| (memos[i][0] === b && memos[i][1] === a)) { | ||
if ((m[i][0] === a && m[i][1] === b) | ||
|| (m[i][0] === b && m[i][1] === a)) { | ||
return true; | ||
@@ -227,0 +227,0 @@ } |
{ | ||
"name": "deep-eql" | ||
, "version": "0.1.1" | ||
, "version": "0.1.2" | ||
, "description": "Improved deep equality testing for Node.js and the browser." | ||
@@ -5,0 +5,0 @@ , "author": "Jake Luer <jake@alogicalparadox.com>" |
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
8826