
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@digitalbazaar/credentials-context
Advanced tools
A Verifiable Credentials Data Model contexts library for JavaScript
This project packages the contexts for the Verifiable Credentials Data Model specs for use with Node.js and web apps.
See related specs:
TBD
Requires Node.js 18+
To install via NPM:
npm install @digitalbazaar/credentials-context
import {contexts, metadata, named} from '@digitalbazaar/credentials-context';
// or
const {contexts, metadata, named} = require('@digitalbazaar/credentials-context');
The contexts Map can be used to access individual contexts by id or load
them into a JSON-LD document loader. The metadata Map contains
extra information about each context.
This package can be used with bundlers, such as webpack, in browser applications.
The library exports the following properties:
contexts: A Map associating context URLs to context data.metadata: A Map associating context URLs to context metadata.named: A Map associating short package specific names to context
metadata.Note that the metadata format is experimental and subject to change. The id
field is expected to stay stable and can be used with the named Map to get a
context URL for a short name such as v2.
The context files are available in the published contexts/ directory. The
metadata has a URL for each context. Note that these files are semantically
equivalent to published spec contexts but the formatting may differ such that
strict file digests are not equivalent.
The following contexts are available as of mid-2024. They track the published spec contexts.
https://www.w3.org/2018/credentials/v1v1https://www.w3.org/ns/credentials/v2v2https://www.w3.org/ns/credentials/undefined-terms/v2undefined-terms-v2Source is available at:
WARNING: The .jsonld files in contexts/ are auto-generated by the npm run build script each time the test suite is run.
DO NOT edit them directly since changes will be overwritten.
Make all context changes to lib/*.js.
Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com
FAQs
Verifiable Credentials Contexts for JavaScript
The npm package @digitalbazaar/credentials-context receives a total of 5,388 weekly downloads. As such, @digitalbazaar/credentials-context popularity was classified as popular.
We found that @digitalbazaar/credentials-context demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.