multiformats / js-cid

CID implementation in JavaScript
MIT License
98 stars 39 forks source link

fix: never return Node.js Buffers #127

Closed vmx closed 3 years ago

vmx commented 3 years ago

With updating the dependencies, we now never return Node.js Buffers

There were cases where CIDs where returned as Node.js Buffers. Now all CIDs are returned as Uint8Array only.

Fixes #126.