Socket
Socket
Sign inDemoInstall

express-oauth2-jwt-bearer

Package Overview
Dependencies
1
Maintainers
43
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

3

dist/index.js

@@ -180,3 +180,3 @@ 'use strict';

var getKeyFn = ({ secret, cooldownDuration, timeoutDuration, cacheMaxAge, }) => {
var getKeyFn = ({ agent, cooldownDuration, timeoutDuration, cacheMaxAge, secret }) => {
let getKeyFn;

@@ -191,2 +191,3 @@ let prevjwksUri;

getKeyFn = jose.createRemoteJWKSet(new URL(jwksUri), {
agent,
cooldownDuration,

@@ -193,0 +194,0 @@ timeoutDuration,

{
"name": "express-oauth2-jwt-bearer",
"description": "Authentication middleware for Express.js that validates JWT bearer access tokens.",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc