Socket
Socket
Sign inDemoInstall

jose

Package Overview
Dependencies
Maintainers
1
Versions
210
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 4.14.2 to 4.14.3

13

dist/types/types.d.ts

@@ -32,7 +32,2 @@ /**

type JsonObject = { [Key in string]?: JsonValue }
type JsonArray = JsonValue[]
type JsonPrimitive = string | number | boolean | null
type JsonValue = JsonPrimitive | JsonObject | JsonArray
/**

@@ -81,3 +76,3 @@ * JSON Web Key ({@link https://www.rfc-editor.org/rfc/rfc7517 JWK}). "RSA", "EC", "OKP", and "oct"

[propName: string]: JsonValue | undefined
[propName: string]: unknown
}

@@ -206,3 +201,3 @@

/** Any other JWS Header member. */
[propName: string]: JsonValue | undefined
[propName: string]: unknown
}

@@ -315,3 +310,3 @@

/** Any other JWE Header member. */
[propName: string]: JsonValue | undefined
[propName: string]: unknown
}

@@ -490,3 +485,3 @@

/** Any other JWT Claim Set member. */
[propName: string]: JsonValue | undefined
[propName: string]: unknown
}

@@ -493,0 +488,0 @@

{
"name": "jose",
"version": "4.14.2",
"version": "4.14.3",
"description": "'JSON Web Almost Everything' - 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