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

@feathersjs/authentication-oauth

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication-oauth - npm Package Compare versions

Comparing version

to
5.0.33

6

CHANGELOG.md

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

## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24)
### Bug Fixes
- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217))
## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01)

@@ -8,0 +14,0 @@

26

package.json
{
"name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "5.0.32",
"version": "5.0.33",
"homepage": "https://feathersjs.com",

@@ -57,11 +57,11 @@ "main": "lib/",

"dependencies": {
"@feathersjs/authentication": "^5.0.32",
"@feathersjs/commons": "^5.0.32",
"@feathersjs/errors": "^5.0.32",
"@feathersjs/express": "^5.0.32",
"@feathersjs/feathers": "^5.0.32",
"@feathersjs/koa": "^5.0.32",
"@feathersjs/schema": "^5.0.32",
"@feathersjs/authentication": "^5.0.33",
"@feathersjs/commons": "^5.0.33",
"@feathersjs/errors": "^5.0.33",
"@feathersjs/express": "^5.0.33",
"@feathersjs/feathers": "^5.0.33",
"@feathersjs/koa": "^5.0.33",
"@feathersjs/schema": "^5.0.33",
"cookie-session": "^2.1.0",
"grant": "^5.4.23",
"grant": "^5.4.24",
"koa-session": "^7.0.2",

@@ -71,3 +71,3 @@ "qs": "^6.14.0"

"devDependencies": {
"@feathersjs/memory": "^5.0.32",
"@feathersjs/memory": "^5.0.33",
"@types/cookie-session": "^2.0.49",

@@ -77,3 +77,3 @@ "@types/express": "^4.17.21",

"@types/mocha": "^10.0.10",
"@types/node": "^22.13.0",
"@types/node": "^22.13.5",
"@types/tough-cookie": "^4.0.5",

@@ -83,7 +83,7 @@ "axios": "^1.7.9",

"shx": "^0.3.4",
"tough-cookie": "^5.1.0",
"tough-cookie": "^5.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6"
"gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4"
}