deepEqualsWith
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "deepEqualsWith", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Performs a deep equality check on two members, with support for custom equality function for primitive types.", | ||
"main": "index.js", | ||
"main": "deepEqualsWith.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
5580