1.0.10 • Published 6 months ago

cbor-object v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

cbor-object

Core Description: https://github.com/cyberphone/CBOR.js#cborjs

Nodejs Installation

npm install cbor-object

If cbor-object is to be installed as a global package, perform the following:

npm install cbor-object -g
npm link cbor-object

The above works for both CJS and MJS (ESM) applications.

Usage in Browsers

Copy the file https://github.com/cyberphone/CBOR.js/blob/main/src/cbor.js to your application and include it in HTML with the <script src='...'></script> tag.

Release Notes

See file https://cyberphone.github.io/CBOR.js/doc/release-notes.txt

1.0.10

6 months ago

1.0.9

9 months ago

1.0.8

10 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

12 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago