xpress-mongo
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -570,3 +570,3 @@ "use strict"; | ||
Object.defineProperty(this, '$data', { | ||
value: new ObjectCollection(this.data), | ||
value: new ObjectCollection(this.data).removeNull(), | ||
writable: true, | ||
@@ -573,0 +573,0 @@ enumerable: false |
{ | ||
"name": "xpress-mongo", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "Light Weight ODM for mongoDb", | ||
@@ -29,3 +29,3 @@ "main": "js/index.js", | ||
"mongodb": "^3.5.9", | ||
"object-collection": "^1.0.24", | ||
"object-collection": "^1.0.25", | ||
"typescript": "^3.9.5" | ||
@@ -32,0 +32,0 @@ }, |
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
128329
Updatedobject-collection@^1.0.25