security-context

4.0.0 • Public • Published

Security Vocabulary

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

Security Vocabulary

Security Vocabulary specification: https://w3c-dvcg.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';

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i security-context

    Weekly Downloads

    4,452

    Version

    4.0.0

    License

    none

    Unpacked Size

    15 kB

    Total Files

    9

    Last publish

    Collaborators

    • davidlehn
    • dlongley
    • mattcollier
    • msporny