xpress-mongo
Advanced tools
Comparing version 0.0.61 to 0.1.0
{ | ||
"name": "xpress-mongo", | ||
"version": "0.0.61", | ||
"version": "0.1.0", | ||
"description": "Light Weight ODM for mongoDb", | ||
"main": "js/index.js", | ||
"types": "types/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"directories": { | ||
@@ -11,2 +11,3 @@ "test": "tests" | ||
"scripts": { | ||
"bp": "tsc && ts-node build && cd dist && npm publish", | ||
"test": "nodemon tests/test.js", | ||
@@ -29,16 +30,17 @@ "watch": "tsc --watch" | ||
"dependencies": { | ||
"@types/mongodb": "^3.5.33", | ||
"@types/node": "^14.14.7", | ||
"@types/mongodb": "^3.6.3", | ||
"@types/node": "^14.14.22", | ||
"@types/uuid": "^8.3.0", | ||
"axios": "^0.21.0", | ||
"axios": "^0.21.1", | ||
"deep-object-diff": "^1.1.0", | ||
"mongodb": "^3.6.3", | ||
"object-collection": "^1.0.30", | ||
"uuid": "^8.3.1" | ||
"object-collection": "^1.0.31", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.165", | ||
"@types/lodash": "^4.14.168", | ||
"chance": "^1.1.7", | ||
"typescript": "^4.0.5" | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3" | ||
} | ||
} | ||
} |
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
75992
4
20
2421
1
Updated@types/mongodb@^3.6.3
Updated@types/node@^14.14.22
Updatedaxios@^0.21.1
Updatedobject-collection@^1.0.31
Updateduuid@^8.3.2