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

Base64 implementation for JavaScript

Results 9 js-base64 issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to decode a string containing an UTF-8 character from the javascript library to Java server: My test: index.js ``` javascript import { Base64 } from 'js-base64'; function...

build error log: [1mERROR in commons.8f5bff5d7eec971a07f7.chunk.js from UglifyJs Unexpected token: keyword «const» [./node_modules/js-base64/base64.mjs:12,0][commons.8f5bff5d7eec971a07f7.chunk.js:16254,0]

There are many variants of base64 (https://en.wikipedia.org/wiki/Base64#Variants_summary_table). It would be nice if the docs spent some words on it.

This may not be a tested target environment, but it worked fine before the update with version `3.3.2`. After updating to version `3.4.5`, I'm getting an exception: ``` System.err: An...

Please could you implement a changelog to keep track of changes made between versions. Over the last month there have been 17 versions of `js-base64` published, and scrolling through the...

I had an issue in which adding this dependency to a project worked fine as I TDD'd through jest tests but then when I bundled the project for web with...

TypeError: buffer is not a constructor at _encode (base64.js:96:24) at Object.encode (base64.js:102:30) at login (loginAPI.js?t=1671159346988:5:24) at user.js?t=1671159346988:87:11 at new Promise () at Store2.Login (user.js?t=1671159346988:85:14) at Array.wrappedActionHandler (vuex.esm.js:747:23) at Store2.dispatch (vuex.esm.js:438:13)...

not used with token type string on react native import {encode, decode} from 'js-base64'; const token = userTokenObject.accessToken; const decoded = decode(token);

use `unknown` instead of `any`