@schroffl/json-mapping
Advanced tools
Comparing version
@@ -170,3 +170,3 @@ // The export pattern is a UMD template: | ||
case INSTANCE: | ||
if (typeof value !== 'object' || value === null || !(decoder.key in value)) { | ||
if (typeof value !== 'object' || value === null) { | ||
return err(expected('an object', value)); | ||
@@ -173,0 +173,0 @@ } else { |
{ | ||
"name": "@schroffl/json-mapping", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A set of utilites for defining and running conversions between JSON and JavaScript values", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9761
-0.28%