
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@identity.com/did-io-driver-sol
Advanced tools
A SOL driver for the [did.io](https://github.com/digitalbazaar/did-io) DID client.
A SOL driver for the did.io DID client.
The SOL driver supports the generate()
and get()
functions only, and generates
'sparse' DID documents, i.e. those derived from an initial private key with no additional
properties.
To generate a DID:
import { CachedResolver } from '@digitalbazaar/did-io';
import didSol from '@identity.com/did-io-driver-sol';
const resolver = new CachedResolver();
resolver.use(didSol.driver({payer: PAYER_KEY}))
// Generate a DID
const did = await resolver.generate({
method: 'sol',
cluster: 'devnet' // omit for mainnet
})
where PAYER_KEY is the private key of the transaction payer on solana and OWNER_KEY is the public key of the owner of the DID, both encrypted as base58 strings.
FAQs
A SOL driver for the [did.io](https://github.com/digitalbazaar/did-io) DID client.
We found that @identity.com/did-io-driver-sol demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.