js-multibase
js-multibase copied to clipboard
JavaScript implementation of the multibase specification
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
**Describe the bug** The TextEncoder/TextDecoder reference errors occur on React Native environment because the environment doesn't provide them. The multibase package drops the RN support at the version 4.0.3 release...
When running jest i get this error :  The code that fails is here `util.js`  As far as I know the nodejs env doesn't offer `TextDecoder` API. Is...