mongo-dot-notation
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -53,3 +53,3 @@ 'use strict' | ||
value === undefined || | ||
value.constructor.name === 'ObjectID' | ||
(value.constructor && value.constructor.name === 'ObjectID') | ||
} | ||
@@ -56,0 +56,0 @@ |
{ | ||
"name": "mongo-dot-notation", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Convert simple objects to mongo update operators", | ||
@@ -5,0 +5,0 @@ "author": { |
22661