hi-base32 icon indicating copy to clipboard operation
hi-base32 copied to clipboard

A simple Base32(RFC 4648) encode / decode function for JavaScript supports UTF-8 encoding.

Results 8 hi-base32 issues
Sort by recently updated
recently updated
newest added

Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mocha](https://github.com/mochajs/mocha) and [nyc](https://github.com/istanbuljs/nyc). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 2.3.4 to 10.2.0 Release...

dependencies

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [mocha](https://github.com/mochajs/mocha) and [nyc](https://github.com/istanbuljs/nyc). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's...

dependencies

Bumps [ms](https://github.com/vercel/ms) to 2.1.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.3 Release notes Sourced from ms's releases. 2.1.3 Patches...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.0.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 5.0.1 Commits 9f49616 5.0.1 cdc3188 don't load the whole...

dependencies

https://word.site/2019/11/13/base32cx/

I’m working on a project using Rollup, and getting this compile error: ``` [ ERROR ] Rollup: Missing Export: src/utils/new-id.js:1:9 'encode' is not exported by node_modules/hi-base32/src/base32.js L1: import { encode...