{"library":"isomorphic-base64","type":"library","category":null,"description":"isomorphic-base64 is a compact, zero-dependency utility that provides consistent Base64 encoding and decoding functionality across both Node.js and browser environments. It exports `atob` and `btoa` functions, mirroring the browser's global Web API for Base64 operations. Currently at version 1.0.2, the package was last published over a decade ago (May 2015), indicating a highly stable and mature codebase that has seen no significant breaking changes or feature additions, operating on a maintenance-only release cadence. Its key differentiator is providing a reliable polyfill or abstraction layer, ensuring that applications can perform Base64 transformations uniformly without needing to conditionally implement Node.js's `Buffer` API or rely on the global `window.atob`/`window.btoa` in browsers. It primarily handles ASCII/Latin-1 strings, a common limitation of the native `atob`/`btoa` functions.","language":"javascript","status":"maintenance","version":"1.0.2","tags":["javascript","isomorphic","base64","browserify","ascii"],"last_verified":"Wed May 27","install":[{"cmd":"npm install isomorphic-base64","imports":["import { atob, btoa } from 'isomorphic-base64';","const { atob, btoa } = require('isomorphic-base64');","const base64 = require('isomorphic-base64');\nconst encoded = base64.btoa('hello');"]},{"cmd":"yarn add isomorphic-base64","imports":[]},{"cmd":"pnpm add isomorphic-base64","imports":[]}],"homepage":null,"github":"https://github.com/ksheedlo/isomorphic-base64","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/isomorphic-base64","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/isomorphic-base64/compatibility"}}