Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add to implementations - Revived cbor-js as cbor-redux #67

Open
aaronhuggins opened this issue Sep 3, 2020 · 0 comments
Open

Comments

@aaronhuggins
Copy link

The implementation for browser cbor-js has been unmaintained since 2016, and all other implementations had specific dependencies on the Node.js runtime when I needed it for both browser and Deno.

I have forked cbor-js and created cbor-redux. All outstanding reported bugs on the original repo are fixed, additional tests have been written to cover code 100%, it's been rewritten it in TypeScript, and released for browser, Deno, and Node.

Plan is to maintain this and get it even with node-cbor and updates to the CBOR spec over the next couple of months.

Links to releases:
https://www.npmjs.com/package/cbor-redux
https://deno.land/x/cbor_redux
https://www.skypack.dev/npm/cbor-redux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant