{"id":18544750,"url":"https://github.com/131/ubase64","last_synced_at":"2025-09-02T19:48:31.404Z","repository":{"id":34631251,"uuid":"38581501","full_name":"131/ubase64","owner":"131","description":"Minimal footprint for base64 (nothing fancy here)","archived":false,"fork":false,"pushed_at":"2016-10-07T20:14:24.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T09:16:43.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/131.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-05T19:42:05.000Z","updated_at":"2016-09-02T22:07:06.000Z","dependencies_parsed_at":"2022-07-28T18:19:48.198Z","dependency_job_id":null,"html_url":"https://github.com/131/ubase64","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fubase64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fubase64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fubase64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fubase64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/131","download_url":"https://codeload.github.com/131/ubase64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254282944,"owners_count":22045131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T20:17:29.555Z","updated_at":"2025-05-15T05:34:16.638Z","avatar_url":"https://github.com/131.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base64 encoder/decoder for nodejs or the browser, with minimal footprint\r\n\r\n# Api \r\n\r\n```\r\nvar b64 = require('ubase64');\r\nvar encode = b64.encode;\r\nvar decode = b64.decode;\r\n\r\nconsole.log(decode(encode(\"this is bar\")) == \"this is bar\");\r\n\r\n//minimal module export usage\r\nvar encode = require('ubase64/encode');\r\nvar decode = require('ubase64/decode');\r\n\r\n```\r\n\r\n# Notes\r\n* full code coverage\r\n* minimal footprint for rollup/browserify\r\n* **sane API**\r\n\r\n[![Build Status](https://travis-ci.org/131/ubase64.svg?branch=master)](https://travis-ci.org/131/ubase64)\r\n[![Coverage Status](https://coveralls.io/repos/github/131/ubase64/badge.svg?branch=master)](https://coveralls.io/github/131/ubase64?branch=master)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F131%2Fubase64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F131%2Fubase64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F131%2Fubase64/lists"}