Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@transmute/cbor-ld

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transmute/cbor-ld

🚧 This module is currently under heavy constuction.

  • 0.6.1-unstable.32
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-20%
Maintainers
3
Weekly downloads
 
Created
Source

@transmute/cbor-ld

🚧 This module is currently under heavy constuction.

Assume it is non functional for now, and use digitalbazaar/cborld instead.

We're working through their implementation to extract some interoperabiity tooling for the codecs and contexts and associated test vectors, as well as trying to reduce dependencies and ensure support for typescript and jest / tsdx.

Currently things are non function.

🚧 Seriously, just use this library instead digitalbazaar/cborld

npm i @transmute/cbor-ld@latest --save

Usage

import { encode, decode } from '@transmute/cbor-ld';
const encoded = await encode(document, documentLoader);
const decoded = await decode(encoded, documentLoader);

About

This module is based on / interoperable with digitalbazaar/cborld.

Some adjustments needed to be made to support typescript and jest.

FAQs

Package last updated on 09 Jun 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc