xpress-mongo
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -570,3 +570,3 @@ "use strict"; | ||
Object.defineProperty(this, '$data', { | ||
value: new ObjectCollection(this.data).removeNull(), | ||
value: new ObjectCollection(this.data), | ||
writable: true, | ||
@@ -573,0 +573,0 @@ enumerable: false |
{ | ||
"name": "xpress-mongo", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"description": "Light Weight ODM for mongoDb", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
@@ -694,3 +694,2 @@ import ObjectCollection = require('object-collection'); | ||
if (!this.hasOwnProperty('$data')) { | ||
Object.defineProperty(this, '$data', { | ||
@@ -697,0 +696,0 @@ value: new ObjectCollection(this.data), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
128315