@docknetwork/security-context

4.0.1-0 • Public • Published

Security Vocabulary

CI

This repository contains the Credentials Community Group Security Vocabulary and a npm package that exports related contexts and constants.

Security Vocabulary

Security Vocabulary specification: https://w3c-ccg.github.io/security-vocab/.

Context Package

The repository contains JSON-LD contexts for the Security Vocabulary. These are also packaged in a npm package for CommonJS and ES Modules. To use with NPM and Node.js, use the following:

npm install security-context

The package exposes two values:

  • contexts: A Map from context URI to JSON-LD context.
  • constants: An Object of shorthand keys mapped to context URIs.
const {contexts, constants} = require('security-context');

With ES Modules:

// use one of the following forms:
import * as securityvocab1 from 'security-context';
import {default as securityvocab2} from 'security-context';
import {contexts, constants} from 'security-context';

/@docknetwork/security-context/

    Package Sidebar

    Install

    npm i @docknetwork/security-context

    Weekly Downloads

    1

    Version

    4.0.1-0

    License

    none

    Unpacked Size

    76.3 kB

    Total Files

    34

    Last publish

    Collaborators

    • mikeatdock
    • mayconmello
    • samdock
    • lovesh_h