Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jose-browser-runtime

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jose-browser-runtime - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

9

dist/browser/runtime/fetch_jwks.js
import { JOSEError, JWKSTimeout } from '../util/errors.js';
import { isCloudflareWorkers } from './env.js';
const fetchJwks = async (url, timeout) => {

@@ -17,10 +16,2 @@ let controller;

redirect: 'manual',
method: 'GET',
...(!isCloudflareWorkers()
? {
referrerPolicy: 'no-referrer',
credentials: 'omit',
mode: 'cors',
}
: undefined),
}).catch((err) => {

@@ -27,0 +18,0 @@ if (timedOut)

2

package.json
{
"name": "jose-browser-runtime",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://github.com/panva/jose",

@@ -5,0 +5,0 @@ "repository": "panva/jose",

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