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.6.0 to 7.6.1

1

dist/index.d.ts

@@ -15,2 +15,3 @@ import * as jwt from 'jsonwebtoken';

requestProperty?: string;
algorithms: jwt.Algorithm[] | undefined;
} & jwt.VerifyOptions;

@@ -17,0 +18,0 @@ export { UnauthorizedError } from './errors/UnauthorizedError';

2

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

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

@@ -242,2 +242,4 @@ # express-jwt

To get the full types of the parameters object install also `@types/jsonwebtoken`.
An `ExpressJwtRequest` type is provided which extends `express.Request` with the `auth` property.

@@ -244,0 +246,0 @@

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