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

did-jwt

Package Overview
Dependencies
Maintainers
6
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-jwt - npm Package Compare versions

Comparing version 7.2.0 to 7.2.1

2

lib/Digest.d.ts
export { ripemd160 } from '@noble/hashes/ripemd160';
export declare function sha256(payload: string | Uint8Array): Uint8Array;
export declare const keccak: {
(message: import("@noble/hashes/utils").Input): Uint8Array;
(msg: import("@noble/hashes/utils").Input): Uint8Array;
outputLen: number;

@@ -6,0 +6,0 @@ blockLen: number;

{
"name": "did-jwt",
"version": "7.2.0",
"version": "7.2.1",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",

@@ -5,0 +5,0 @@ "type": "module",

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