Comparing version 6.1.2 to 6.2.0
@@ -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
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
1347360
11904