js-multibase icon indicating copy to clipboard operation
js-multibase copied to clipboard

JavaScript implementation of the multibase specification

Results 3 js-multibase issues
Sort by recently updated
recently updated
newest added

[//]: # (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`...

dependencies

**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 : ![image](https://user-images.githubusercontent.com/80440/122584464-acd1d980-d05a-11eb-9bad-c157ab01e1a8.png) The code that fails is here `util.js` ![image](https://user-images.githubusercontent.com/80440/122584514-ba875f00-d05a-11eb-8071-ee1dd2dd09b5.png) As far as I know the nodejs env doesn't offer `TextDecoder` API. Is...