Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@veramo/did-comm
Advanced tools
Veramo messaging plugin implementing DIDComm v2, as specified by the DIDComm v2 Spec as well as certain "DIDComm Protocols"
Message Envelopes:
Envelope | Veramo 'packing' | IANA type (typ ) | packDIDCommMessage | unpackDIDCommMessage | notes |
---|---|---|---|---|---|
plaintext | 'none' | application/didcomm-plain+json | [X] | [X] | |
signed(plaintext) | 'jws' | application/didcomm-signed+json | [X] | [X] | |
anoncrypt(plaintext) | 'anoncrypt' | application/didcomm-encrypted+json | [X] | [X] | |
authcrypt(plaintext) | 'authcrypt' | application/didcomm-encrypted+json | [X] | [X] | |
anoncrypt(sign(plaintext)) | 'anoncrypt+jws' | application/didcomm-encrypted+json | [ ] | [ ] | |
authcrypt(sign(plaintext)) | 'authcrypt+jws' | application/didcomm-encrypted+json | [ ] | [ ] | SHOULD NOT be emitted, but MAY be accepted |
anoncryptauthcrypt((sign(plaintext))) | '' | application/didcomm-encrypted+json | [ ] | [ ] |
6.0.0 (2024-04-02)
revocable
and send
options from credential create command (#1345) (e1beeaf), closes #1342dataStoreORMGetVerifiableCredentialsByClaims
(#1299) (5aa97a2), closes #1285IIdentifier
(#1268) (e94aaf2)to
property.getChainIdForDidEthr
method has been renamed to getChainId
plugin.schema.json
files are now generated as plugin.schema.ts
.IDIDComm.sendDIDCommMessage()
has changed from a string representing the transport ID to an object that may include a returnMessage
property along with a transportId
property.DIDManager
has changed when working with alias
. It is mostly ignoring provider
unless it is used to create new identifiers. AbstractDIDStore
APIs have been adapted and implementations have changed.eth_signTransaction
algorithms may be slightly different as transactions are by default infered as type 1 (EIP1559)@veramo/data-store
to work with your credentials, you will have to recompute them using the @veramo/utils#computeEntryHash
method.FAQs
Veramo messaging plugin implementing DIDComm v2.
The npm package @veramo/did-comm receives a total of 597 weekly downloads. As such, @veramo/did-comm popularity was classified as not popular.
We found that @veramo/did-comm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.