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

did-jwt

Package Overview
Dependencies
Maintainers
7
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 6.1.2 to 6.2.0

4

lib/index.modern.js

@@ -733,4 +733,4 @@ import * as u8a from 'uint8arrays';

'EcdsaPublicKeySecp256k1'],
Ed25519: ['ED25519SignatureVerification', 'Ed25519VerificationKey2018'],
EdDSA: ['ED25519SignatureVerification', 'Ed25519VerificationKey2018']
Ed25519: ['ED25519SignatureVerification', 'Ed25519VerificationKey2018', 'Ed25519VerificationKey2020', 'JsonWebKey2020'],
EdDSA: ['ED25519SignatureVerification', 'Ed25519VerificationKey2018', 'Ed25519VerificationKey2020', 'JsonWebKey2020']
};

@@ -737,0 +737,0 @@ const SELF_ISSUED_V2 = 'https://self-issued.me/v2';

{
"name": "did-jwt",
"version": "6.1.2",
"version": "6.2.0",
"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",

@@ -132,4 +132,9 @@ import canonicalizeData from 'canonicalize'

],
Ed25519: ['ED25519SignatureVerification', 'Ed25519VerificationKey2018'],
EdDSA: ['ED25519SignatureVerification', 'Ed25519VerificationKey2018'],
Ed25519: [
'ED25519SignatureVerification',
'Ed25519VerificationKey2018',
'Ed25519VerificationKey2020',
'JsonWebKey2020',
],
EdDSA: ['ED25519SignatureVerification', 'Ed25519VerificationKey2018', 'Ed25519VerificationKey2020', 'JsonWebKey2020'],
}

@@ -136,0 +141,0 @@

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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