unexpected
Advanced tools
Comparing version 10.10.1 to 10.10.2
@@ -356,2 +356,6 @@ var utils = require('./utils'); | ||
similar: function (a, b) { | ||
if (a === null || b === null) { | ||
return false; | ||
} | ||
var typeA = typeof a; | ||
@@ -358,0 +362,0 @@ var typeB = typeof b; |
{ | ||
"name": "unexpected", | ||
"version": "10.10.1", | ||
"version": "10.10.2", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
749623
18749