Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastify-jwt

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-jwt - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

jwt.d.ts

@@ -44,3 +44,3 @@ import * as fastify from 'fastify';

interface FastifyReplyInterface {
interface FastifyReply {
jwtSign(payload: JWTTypes.SignPayloadType, options?: jwt.SignOptions): Promise<string>;

@@ -51,3 +51,3 @@ jwtSign(payload: JWTTypes.SignPayloadType, callback: JWTTypes.SignCallback): void;

interface FastifyRequestInterface {
interface FastifyRequest {
jwtVerify<Decoded extends JWTTypes.VerifyPayloadType>(options?: jwt.VerifyOptions): Promise<Decoded>;

@@ -54,0 +54,0 @@ jwtVerify<Decoded extends JWTTypes.VerifyPayloadType>(callback: JWTTypes.VerifyCallback<Decoded>): void;

{
"name": "fastify-jwt",
"version": "2.1.1",
"version": "2.1.2",
"description": "JWT utils for Fastify",

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

"devDependencies": {
"fastify": "^3.0.0-rc.3",
"fastify": "^3.0.0-rc.4",
"fastify-cookie": "^4.0.1",

@@ -43,0 +43,0 @@ "standard": "^14.0.2",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc