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.15.4 to 4.15.5

10

dist/browser/util/errors.js

@@ -63,2 +63,12 @@ export class JOSEError extends Error {

}
export class JWEDecompressionFailed extends JOSEError {
constructor() {
super(...arguments);
this.code = 'ERR_JWE_DECOMPRESSION_FAILED';
this.message = 'decompression operation failed';
}
static get code() {
return 'ERR_JWE_DECOMPRESSION_FAILED';
}
}
export class JWEInvalid extends JOSEError {

@@ -65,0 +75,0 @@ constructor() {

@@ -66,2 +66,11 @@ import type { KeyLike } from '../types';

/**
* An error subclass thrown when a JWE ciphertext decompression fails.
*
*/
export declare class JWEDecompressionFailed extends JOSEError {
static get code(): 'ERR_JWE_DECOMPRESSION_FAILED';
code: string;
message: string;
}
/**
* An error subclass thrown when a JWE is invalid.

@@ -68,0 +77,0 @@ *

2

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

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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