🚀 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.25

4

CHANGELOG.md

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

## [5.0.25](https://github.com/feathersjs/feathers/compare/v5.0.24...v5.0.25) (2024-05-03)
**Note:** Version bump only for package @feathersjs/mongodb
## [5.0.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13)

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

24

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

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

"dependencies": {
"@feathersjs/adapter-commons": "^5.0.24",
"@feathersjs/commons": "^5.0.24",
"@feathersjs/errors": "^5.0.24",
"@feathersjs/feathers": "^5.0.24"
"@feathersjs/adapter-commons": "^5.0.25",
"@feathersjs/commons": "^5.0.25",
"@feathersjs/errors": "^5.0.25",
"@feathersjs/feathers": "^5.0.25"
},

@@ -64,12 +64,12 @@ "peerDependencies": {

"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.24",
"@feathersjs/schema": "^5.0.24",
"@feathersjs/adapter-tests": "^5.0.25",
"@feathersjs/schema": "^5.0.25",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"mongodb-memory-server": "^9.1.7",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"mongodb-memory-server": "^9.2.0",
"shx": "^0.3.4",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "09519fb1c454ea718747a09797bc6dfd3b6a79a3"
"gitHead": "01bc3339efd27df1b3e8d4f6a82152faf6c5ced3"
}