Socket
Socket
Sign inDemoInstall

express-jwt

Package Overview
Dependencies
Maintainers
55
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.3.0 to 7.4.0

2

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

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

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

.split(',')
.map(header => header.trim())
.map(header => header.trim().toLowerCase())
.includes('authorization');

@@ -46,0 +46,0 @@ if (hasAuthInAccessControl) {

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