@atombender/hydrant-api
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -57,3 +57,3 @@ 'use strict'; | ||
value: function equals(other) { | ||
return other instanceof Filter && other.dimension.equals(this.dimension) && (0, _underscore.isEqual)(this.operator, other.operator) && (0, _underscore.isEqual)(this.value, other.value); | ||
return other instanceof Filter && this.dimension && other.dimension && other.dimension.equals(this.dimension) && (0, _underscore.isEqual)(this.operator, other.operator) && (0, _underscore.isEqual)(this.value, other.value); | ||
} | ||
@@ -60,0 +60,0 @@ }]); |
{ | ||
"name": "@atombender/hydrant-api", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
99514