fastify-jwt
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -120,5 +120,5 @@ import { | ||
export const fastifyJWT: fastify.FastifyPluginCallback<FastifyJWTOptions> | ||
export const fastifyJwt: fastify.FastifyPluginCallback<FastifyJWTOptions> | ||
export default fastifyJWT | ||
export default fastifyJwt | ||
@@ -125,0 +125,0 @@ export interface FastifyJwtSignOptions { |
{ | ||
"name": "fastify-jwt", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "JWT utils for Fastify", | ||
@@ -40,7 +40,7 @@ "main": "jwt.js", | ||
"fastify-plugin": "^3.0.0", | ||
"http-errors": "^1.8.1", | ||
"http-errors": "^2.0.0", | ||
"steed": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.11.10", | ||
"@types/node": "^17.0.0", | ||
"fastify": "^3.24.0", | ||
@@ -47,0 +47,0 @@ "fastify-cookie": "^5.4.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138879
3213
+ Addeddepd@2.0.0(transitive)
+ Addedhttp-errors@2.0.0(transitive)
+ Addedstatuses@2.0.1(transitive)
- Removeddepd@1.1.2(transitive)
- Removedhttp-errors@1.8.1(transitive)
- Removedstatuses@1.5.0(transitive)
Updatedhttp-errors@^2.0.0