Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@solid/context

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid/context

A handy JSON-LD context for Solid apps and libraries

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
6
Created
Source

A handy JSON-LD context for Solid

This module contains a JSON-LD context for use with Solid apps and libraries.

npm version

This is not “the” Solid context (there is no such thing), but rather a useful one for your projects.
For example, LDflex for Solid relies on this module.

Usage

You can require the context:

const context = require('@solid/context');

Or import it:

import context from '@solid/context';

Or refer to the file:

const context = require('@solid/context/context.json');

Installation

npm install @solid/context

License

©2018–present Ruben Verborgh, MIT License.

FAQs

Package last updated on 08 Nov 2019

Did you know?

Socket

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.

Install

Related posts