xpress-mongo
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "xpress-mongo", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Light Weight ODM for mongoDb", | ||
"main": "index.js", | ||
"main": "js/index.js", | ||
"types": "types/index.d.ts", | ||
"directories": { | ||
@@ -27,8 +28,13 @@ "test": "tests" | ||
"deep-object-diff": "^1.1.0", | ||
"mongodb": "^3.4.1", | ||
"object-collection": "^1.0.21" | ||
"mongodb": "^3.5.5", | ||
"object-collection": "^1.0.24", | ||
"typescript": "^3.8.3" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.149", | ||
"@types/lodash-es": "^4.17.3", | ||
"@types/mongodb": "^3.5.4", | ||
"@types/node": "^13.11.0", | ||
"chance": "^1.1.4" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
124405
32
3279
4
5
1
+ Addedtypescript@^3.8.3
+ Addedtypescript@3.9.10(transitive)
Updatedmongodb@^3.5.5
Updatedobject-collection@^1.0.24