Socket
Socket
Sign inDemoInstall

express-jwt

Package Overview
Dependencies
16
Maintainers
55
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.5.1 to 7.5.2

3

dist/index.d.ts

@@ -16,2 +16,5 @@ import * as jwt from 'jsonwebtoken';

export declare type ExpressJwtRequest<T = jwt.JwtPayload> = express.Request & {
auth: T;
};
export declare type ExpressJwtRequestUnrequired<T = jwt.JwtPayload> = express.Request & {
auth?: T;

@@ -18,0 +21,0 @@ };

2

package.json
{
"name": "express-jwt",
"version": "7.5.1",
"version": "7.5.2",
"description": "JWT authentication middleware.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc