jose-node-esm-runtime
Advanced tools
Comparing version 3.15.3 to 3.15.4
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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152346