Socket
Socket
Sign inDemoInstall

@transmute/did-key-common

Package Overview
Dependencies
37
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @transmute/did-key-common

This module contains commont interfaces and factories for did:key.


Version published
Weekly downloads
2.8K
increased by6.31%
Maintainers
2
Install size
5.71 MB
Created
Weekly downloads
 

Changelog

Source

0.3.0-unstable.10 (2022-12-12)

Note: Version bump only for package root

Readme

Source

did:key common

This module contains commont interfaces and factories for did:key.

npm i @transmute/did-key-common@latest --save

Usage

import { Ed25519KeyPair } from '@transmute/ed25519-key-pair';
const resolve = getResolver(Ed25519KeyPair);
const { didDocument } = await resolve(did, {
  accept: 'application/did+json',
});

FAQs

Last updated on 12 Dec 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc