xpress-mongo
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "xpress-mongo", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Light Weight ODM for mongoDb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -97,3 +97,3 @@ import ObjectCollection = require("object-collection"); | ||
*/ | ||
static native(): Collection; | ||
static native(): Collection<any>; | ||
/** | ||
@@ -100,0 +100,0 @@ * Empties data in current model. |
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
100106