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
19
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.2.0 to 6.2.1

2

jwt.js

@@ -499,3 +499,3 @@ 'use strict'

const user = formatUser ? formatUser(result) : result
request.user = user
request[decoratorName] = user
next(null, user)

@@ -502,0 +502,0 @@ }

{
"name": "@fastify/jwt",
"version": "6.2.0",
"version": "6.2.1",
"description": "JWT utils for Fastify",

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

"tap": "^16.0.0",
"tsd": "^0.21.0",
"tsd": "^0.22.0",
"typescript": "^4.5.5"

@@ -50,0 +50,0 @@ },

Sorry, the diff of this file is too big to display

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