just-compare
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -26,3 +26,3 @@ module.exports = compare; | ||
} | ||
if (typeof value1 != typeof value2) { | ||
if ({}.toString.call(value1) != {}.toString.call(value2)) { | ||
return false; | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "just-compare", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "compare two collections", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3394