@feathersjs/authentication
Advanced tools
Comparing version 4.5.15 to 4.5.16
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { SignOptions, Secret, VerifyOptions } from 'jsonwebtoken'; | ||
@@ -12,3 +13,3 @@ import { Application, Params } from '@feathersjs/feathers'; | ||
} | ||
export declare type ConnectionEvent = 'login' | 'logout' | 'disconnect'; | ||
export type ConnectionEvent = 'login' | 'logout' | 'disconnect'; | ||
export interface AuthenticationStrategy { | ||
@@ -15,0 +16,0 @@ /** |
{ | ||
"name": "@feathersjs/authentication", | ||
"description": "Add Authentication to your FeathersJS app.", | ||
"version": "4.5.15", | ||
"version": "4.5.16", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,8 +55,8 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^4.5.15", | ||
"@feathersjs/feathers": "^4.5.15", | ||
"@feathersjs/transport-commons": "^4.5.15", | ||
"@types/jsonwebtoken": "^8.5.6", | ||
"@feathersjs/errors": "^4.5.16", | ||
"@feathersjs/feathers": "^4.5.16", | ||
"@feathersjs/transport-commons": "^4.5.16", | ||
"@types/jsonwebtoken": "^9.0.0", | ||
"debug": "^4.3.3", | ||
"jsonwebtoken": "^8.5.1", | ||
"jsonwebtoken": "^9.0.0", | ||
"lodash": "^4.17.21", | ||
@@ -78,3 +78,3 @@ "long-timeout": "^0.1.1", | ||
}, | ||
"gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c" | ||
"gitHead": "18872c070d9db0258f06cc66f08c0c6a9311b0b2" | ||
} |
Sorry, the diff of this file is too big to display
192928
1577
+ Added@types/jsonwebtoken@9.0.8(transitive)
+ Added@types/ms@2.1.0(transitive)
+ Added@types/node@22.13.4(transitive)
+ Addedjsonwebtoken@9.0.2(transitive)
+ Addedsemver@7.7.1(transitive)
- Removed@types/jsonwebtoken@8.5.9(transitive)
- Removed@types/node@22.13.5(transitive)
- Removedjsonwebtoken@8.5.1(transitive)
- Removedsemver@5.7.2(transitive)
Updated@feathersjs/errors@^4.5.16
Updated@feathersjs/feathers@^4.5.16
Updated@types/jsonwebtoken@^9.0.0
Updatedjsonwebtoken@^9.0.0