xpress-mongo
Advanced tools
Comparing version 2.4.1 to 2.4.2
{ | ||
"name": "xpress-mongo", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Light Weight ODM for mongoDb NodeJs", | ||
@@ -11,7 +11,8 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "npx tsc", | ||
"play": "npx ts-node-dev --respawn tests/index.ts", | ||
"test": "node JapaFile.js", | ||
"test": "npm run build && node JapaFile.js", | ||
"test-dev": "npx nodemon JapaFile.js --watch 'tests/**' --ext 'ts'", | ||
"watch": "npx tsc --watch", | ||
"prepublishOnly": "npx tsc && npm run test" | ||
"prepublishOnly": "npm run build && npm run test" | ||
}, | ||
@@ -37,3 +38,3 @@ "repository": { | ||
"lodash": "^4.17.21", | ||
"mongodb": "4.3.0", | ||
"mongodb": "4.3.1", | ||
"object-collection": "^3.0.0", | ||
@@ -44,3 +45,3 @@ "uuid": "^8.3.2" | ||
"@types/chance": "^1.1.3", | ||
"@types/node": "^17.0.8", | ||
"@types/node": "^17.0.10", | ||
"@types/uuid": "^8.3.4", | ||
@@ -52,3 +53,3 @@ "chance": "^1.1.8", | ||
"ts-node-dev": "^1.1.8", | ||
"typescript": "^4.5.4" | ||
"typescript": "^4.5.5" | ||
}, | ||
@@ -55,0 +56,0 @@ "engines": { |
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
101368
+ Addedmongodb@4.3.1(transitive)
- Removedmongodb@4.3.0(transitive)
Updatedmongodb@4.3.1