Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@andrewscwei/mongodb-odm

Package Overview
Dependencies
246
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.92.0 to 0.93.0

26

package.json
{
"name": "@andrewscwei/mongodb-odm",
"version": "0.92.0",
"version": "0.93.0",
"description": "ODM for MongoDB",

@@ -13,3 +13,3 @@ "main": "build/index.js",

"svc": "docker run --rm -p 27017:27017 mongo:7.0",
"lint": "eslint --ext .ts src",
"lint": "eslint",
"lint:fix": "npm run lint -- --fix"

@@ -37,23 +37,27 @@ },

"devDependencies": {
"@eslint/js": "^9.4.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@stylistic/eslint-plugin": "^2.1.0",
"@types/bcrypt": "^5.0.2",
"@types/chance": "^1.1.6",
"@types/debug": "^4.1.12",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.4",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"chance": "^1.1.11",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"eslint": "^9.4.0",
"mocha": "^10.4.0",
"rimraf": "^5.0.7",
"semantic-release": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
"typescript": "5.4.5",
"typescript-eslint": "^8.0.0-alpha.10"
},
"dependencies": {
"bcrypt": "^5.1.1",
"debug": "^4.3.4",
"debug": "^4.3.5",
"lodash": "^4.17.21",
"mongodb": "^6.3.0"
"mongodb": "^6.7.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc