
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@digitalcredentials/did-context
Advanced tools
A DID (Decentralized Identifier) context library for JavaScript
This project packages the DID Context from the DID specification for use with Node.js and web apps.
TBD
See also (related specs):
Requires Node.js 8.3+
To install via NPM:
npm install did-context
const didContext = require('did-context');
// use URL in a JSON-LD context
const obj = {
"@context": [
didContext.constants.DID_CONTEXT_URL,
// ...
],
// ...
};
// get context data for a specific context
const data = didContext.contexts.get('https://www.w3.org/ns/did/v1');
// ...
This package can be used with bundlers, such as webpack, in browser applications.
The library exports two properties:
constants: A Object that maps constants to well-known context URLs. The
main constant DID_CONTEXT_URL may be updated from time to time to the
latest context location.contexts: A Map that maps URLs to full context data.Code and packaging development is at the did-context project. The contexts themselves are developed in the did-spec project.
Contexts in this package are updated manually from the did-spec contexts. Please file an issue if this package is not synced with did-spec changes in a timely manner.
Small note: If editing the Readme, please conform to the standard-readme specification.
Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com
FAQs
DID Context
We found that @digitalcredentials/did-context demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.