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

jose-node-esm-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-node-esm-runtime - npm Package Compare versions

Comparing version 3.15.3 to 3.15.4

4

dist/types/util/generate_key_pair.d.ts
import type { KeyLike } from '../types';
export interface GenerateKeyPairResult {
privateKey: KeyLike;
publicKey: KeyLike;
privateKey: Exclude<KeyLike, Uint8Array>;
publicKey: Exclude<KeyLike, Uint8Array>;
}

@@ -6,0 +6,0 @@ export interface GenerateKeyPairOptions {

{
"name": "jose-node-esm-runtime",
"version": "3.15.3",
"version": "3.15.4",
"description": "(Node.JS ESM Runtime) 'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK with no dependencies",

@@ -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