{"id":15840212,"url":"https://github.com/linusu/fast-base64-decode","last_synced_at":"2025-10-14T05:07:36.075Z","repository":{"id":32921228,"uuid":"145321446","full_name":"LinusU/fast-base64-decode","owner":"LinusU","description":"A fast Base64 decoder with a low level API","archived":false,"fork":false,"pushed_at":"2022-10-30T13:50:41.000Z","size":41,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T04:50:27.283Z","etag":null,"topics":["base64","base64-decoding"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinusU.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-19T16:54:44.000Z","updated_at":"2024-09-14T18:18:28.000Z","dependencies_parsed_at":"2022-08-07T18:16:20.004Z","dependency_job_id":null,"html_url":"https://github.com/LinusU/fast-base64-decode","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Ffast-base64-decode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Ffast-base64-decode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Ffast-base64-decode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Ffast-base64-decode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusU","download_url":"https://codeload.github.com/LinusU/fast-base64-decode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232497683,"owners_count":18532810,"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":["base64","base64-decoding"],"created_at":"2024-10-05T16:42:08.430Z","updated_at":"2025-10-14T05:07:31.057Z","avatar_url":"https://github.com/LinusU.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Base64 Decoding\n\nA fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).\n\n## Installation\n\n```sh\nnpm install --save fast-base64-decode\n```\n\n## Usage\n\n```js\nimport base64Decode from 'fast-base64-decode'\n\n// You need to know the length of the decoded data\nconst result = new Uint8Array(13)\n\n// Pass the string to decode, and a `UInt8Array` where the bytes will be written\nbase64Decode('SGVsbG8sIFdvcmxkIQ==', result)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Ffast-base64-decode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusu%2Ffast-base64-decode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Ffast-base64-decode/lists"}