🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@feathersjs/mongodb

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/mongodb - npm Package Compare versions

Comparing version

to
5.0.32

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01)
**Note:** Version bump only for package @feathersjs/mongodb
## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)

@@ -8,0 +12,0 @@

28

package.json
{
"name": "@feathersjs/mongodb",
"description": "Feathers MongoDB service adapter",
"version": "5.0.31",
"version": "5.0.32",
"homepage": "https://feathersjs.com",

@@ -54,21 +54,21 @@ "main": "lib/",

"dependencies": {
"@feathersjs/adapter-commons": "^5.0.31",
"@feathersjs/commons": "^5.0.31",
"@feathersjs/errors": "^5.0.31",
"@feathersjs/feathers": "^5.0.31"
"@feathersjs/adapter-commons": "^5.0.32",
"@feathersjs/commons": "^5.0.32",
"@feathersjs/errors": "^5.0.32",
"@feathersjs/feathers": "^5.0.32"
},
"peerDependencies": {
"mongodb": "^6.10.0"
"mongodb": "^6.13.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.31",
"@feathersjs/schema": "^5.0.31",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.4",
"mocha": "^10.8.2",
"mongodb-memory-server": "^10.1.2",
"@feathersjs/adapter-tests": "^5.0.32",
"@feathersjs/schema": "^5.0.32",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.0",
"mocha": "^11.1.0",
"mongodb-memory-server": "^10.1.3",
"shx": "^0.3.4",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6"
}