New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jose

Package Overview
Dependencies
Maintainers
0
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jose - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

6

dist/types/index.d.ts

@@ -1,7 +0,1 @@

/**
* JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other
* Web-interoperable runtimes
*
* @module jose
*/
export { compactDecrypt } from './jwe/compact/decrypt.js';

@@ -8,0 +2,0 @@ export type { CompactDecryptGetKey } from './jwe/compact/decrypt.js';

2

dist/webapi/jwks/remote.js

@@ -12,3 +12,3 @@ import { JOSEError, JWKSNoMatchingKey, JWKSTimeout } from '../util/errors.js';

const NAME = 'jose';
const VERSION = 'v6.0.2';
const VERSION = 'v6.0.3';
USER_AGENT = `${NAME}/${VERSION}`;

@@ -15,0 +15,0 @@ }

{
"name": "jose",
"version": "6.0.2",
"version": "6.0.3",
"description": "JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes",

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

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