Ross ROSS = Recommend OSS · open-source software intelligence for agents

dankogai/js-base64

Base64 implementation for JavaScript observed · 2026-08-28

github.com/dankogai/js-base64 · JavaScript · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6363
  • days_rel: n/a
  • days_push: 17
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4360 stars · 1290 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A pure-JavaScript Base64 encoder/decoder library supporting UTF-8 strings, Uint8Array, and URI-safe encoding. It works in browsers, Node.js, and as an ES6 module with a long-maintained, widely-used codebase.

Use cases

  • encode strings to base64 in javascript
  • decode base64 to utf-8 text
  • convert Uint8Array to base64
  • url-safe base64 encoding
  • base64 encode unicode strings
  • replace btoa with utf8-safe base64

When to choose

  • you need consistent base64 encoding across browser and Node.js
  • you must handle UTF-8/unicode strings safely
  • you need URI-safe base64 or Uint8Array conversion

When to avoid

  • modern runtimes with btoa/atob or Buffer suffice
  • you need general binary data encoding beyond base64

Facets

library · maturity stable

serialization developer-tools developer-tools web-development files browser cross-platform bun base64 encoding decoding utf8 uri-safe pure-javascript nodejs deno

2 sources

Member repositories

RepositoryRoleHealth v2
dankogai/js-base64main76

For agents

markdown · JSON · MCP: product_card(name="dankogai/js-base64")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem