Last 12 weeks · 0 commits
4 of 6 standards met
When using and , the round-trip result is not consistent. Specifically, the decoded string is missing the leading character from the original input. Example Code: Actual Output: Expected Output: I tested the results here: https://base62.org/ encodes to: decodes to When I try to decode the with base62.org, it decodes to (yes, there is a strange character at the beginning) When I try to encode the with , it encodes to so something different: and not to from which the came from.
Repository: sindresorhus/base62. Description: Encode & decode strings, bytes, and integers to Base62 Stars: 94, Forks: 6. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v1.0.0 (9mo ago). Open PRs: 0, open issues: 1. Last activity: 9mo ago. Community health: 71%. Top contributors: sindresorhus.