base64-arraybuffer
base64-arraybuffer copied to clipboard
Encode/decode base64 data into ArrayBuffers
Hi, Thanks a lot for your work on this library! I'm curious if you perhaps benchmarked your solution against browser built-in functions `btoa` and `atob`? If not, I could volunteer...
console.log(encode(decode('P-vo4HxWwOyJEZsd-7dYER4L7VLMZzDD0Hs6IdiMT_k'))) // Output: PAvo4HxWwOyJEZsdA7dYER4L7VLMZzDD0Hs6IdiMTAk= Am I doing something wrong?
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
We internally used this package for encoding/decoding large pdf files and noticed our instance crashing on around 2gb of files. The instance had free memory of 12gb! After hours of...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...