JSPM

@digitalbazaar/cbor

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q73623F
  • License (MIT AND BSD-3-Clause)

Package Exports

  • @digitalbazaar/cbor
  • @digitalbazaar/cbor/lib/base64-browser.js
  • @digitalbazaar/cbor/lib/base64.js
  • @digitalbazaar/cbor/lib/hex-browser.js
  • @digitalbazaar/cbor/lib/hex.js
  • @digitalbazaar/cbor/lib/inspect-browser.js
  • @digitalbazaar/cbor/lib/inspect.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@digitalbazaar/cbor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cbor (@digitalbazaar/cbor)

Build status Coverage status Dependency Status NPM Version

Encode and parse data in the Concise Binary Object Representation (CBOR) data format defined in (RFC7049).

Table of Contents

Background

TBD

This is a fork of node-cbor with a limited feature set and targeted for easy isomorphic use in Node.js and browsers.

Security

TBD

Install

  • Node.js 12+ is required.

NPM

npm install @digitalbazaar/cbor

Development

git clone https://github.com/digitalbazaar/cbor.git
cd cbor
npm install

Usage

TBD

Contribute

See the contribute file!

PRs accepted.

If editing the Readme, please conform to the standard-readme specification.

Commercial Support

Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com

License