@transmute/jsonld
v0.1.0
Published
[![CI](https://github.com/transmute-industries/jsonld/actions/workflows/ci.yml/badge.svg)](https://github.com/transmute-industries/jsonld/actions/workflows/ci.yml) ![Branches](./badges/coverage-branches.svg) ![Functions](./badges/coverage-functions.svg) !
Downloads
17,684
Readme
@transmute/jsonld
This package is a wrapper around the original jsonld
package published by digitalbazaar as found here: https://www.npmjs.com/package/jsonld
This package contains all of the same functions in addition to a newly added safeCanonize
function that will prevent you from canonizing data that is not properly formatted JSON-LD.
Installation
To install simply run:
npm i @transmute/jsonld