dankogai/js-base64

Base64 implementation for JavaScript

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 12 minutes ago
Type:Library / SDKCategory(s):Core & Utility LibrariesLanguages & Runtimes
Added to GitGenius on September 15th, 2026
Created on April 1st, 2009
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 1,292
Total Stargazers: 4,360 (+0)
Total Subscribers: 64 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.0 hours
Mean response time: 139.8 days
90th percentile: 631.5 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 521 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

js-base64 is a Base64 encoding and decoding library for JavaScript.

The library solves the need to convert data to and from Base64 format in JavaScript environments. It provides functions to encode strings and binary data into Base64 representation and decode Base64 strings back to their original form. The implementation handles the standard Base64 alphabet and addresses the common requirement for Base64 operations across browser and Node.js contexts.

Developers should choose this library if their project requires straightforward Base64 conversion without external dependencies. It suits applications that need to encode data for transmission, storage, or compatibility with systems expecting Base64 format. The tool is appropriate for projects of any scale that want a focused, single-purpose Base64 implementation rather than bundling larger utility libraries.

The project maintains steady activity with regular updates and responsive maintenance. The codebase shows consistent engagement with issues and pull requests, indicating active stewardship of the library's functionality and compatibility.