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

4

CHANGELOG.md

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

## [5.0.27](https://github.com/feathersjs/feathers/compare/v5.0.26...v5.0.27) (2024-06-18)
**Note:** Version bump only for package @feathersjs/mongodb
## [5.0.26](https://github.com/feathersjs/feathers/compare/v5.0.25...v5.0.26) (2024-06-09)

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

16

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

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

"dependencies": {
"@feathersjs/adapter-commons": "^5.0.26",
"@feathersjs/commons": "^5.0.26",
"@feathersjs/errors": "^5.0.26",
"@feathersjs/feathers": "^5.0.26"
"@feathersjs/adapter-commons": "^5.0.27",
"@feathersjs/commons": "^5.0.27",
"@feathersjs/errors": "^5.0.27",
"@feathersjs/feathers": "^5.0.27"
},

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

"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.26",
"@feathersjs/schema": "^5.0.26",
"@feathersjs/adapter-tests": "^5.0.27",
"@feathersjs/schema": "^5.0.27",
"@types/mocha": "^10.0.6",

@@ -74,3 +74,3 @@ "@types/node": "^20.12.8",

},
"gitHead": "3fe6843c1a478a2887ca91b6f79eda3b61d35ef3"
"gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6"
}