Socket
Socket
Sign inDemoInstall

express-jwt

Package Overview
Dependencies
Maintainers
52
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-jwt - npm Package Compare versions

Comparing version 7.7.5 to 7.7.6

2

dist/index.d.ts

@@ -81,4 +81,4 @@ import * as jwt from 'jsonwebtoken';

export declare const expressjwt: (options: Params) => {
(req: express.Request, res: express.Response, next: express.NextFunction): Promise<void>;
(req: express.Request, res: express.Response, next: express.NextFunction): Promise<any>;
unless: typeof unless;
};
{
"name": "express-jwt",
"version": "7.7.5",
"version": "7.7.6",
"description": "JWT authentication middleware.",

@@ -36,5 +36,4 @@ "keywords": [

"dependencies": {
"@types/express-unless": "^0.5.3",
"@types/jsonwebtoken": "^8.5.8",
"express-unless": "^2.0.2",
"express-unless": "^2.1.3",
"jsonwebtoken": "^8.5.1"

@@ -41,0 +40,0 @@ },

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