You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@fastify/jwt

Package Overview
Dependencies
Maintainers
20
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.3 to 6.4.0

4

jwt.js

@@ -76,3 +76,5 @@ 'use strict'

decoratorName = 'user',
verify: initialVerifyOptions = {},
// TODO: disable on next major
// enable errorCacheTTL to prevent breaking change
verify: initialVerifyOptions = { errorCacheTTL: 600000 },
...pluginOptions

@@ -79,0 +81,0 @@ } = options

{
"name": "@fastify/jwt",
"version": "6.3.3",
"version": "6.4.0",
"description": "JWT utils for Fastify",

@@ -36,3 +36,3 @@ "main": "jwt.js",

"@lukeed/ms": "^2.0.0",
"fast-jwt": "^1.7.0",
"fast-jwt": "^2.0.0",
"fastify-plugin": "^4.0.0",

@@ -39,0 +39,0 @@ "steed": "^1.1.3"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc