{"id":22222026,"url":"https://github.com/fabiospampinato/decode-base64","last_synced_at":"2025-07-20T22:06:42.695Z","repository":{"id":57211726,"uuid":"374332812","full_name":"fabiospampinato/decode-base64","owner":"fabiospampinato","description":"A tiny function for decoding base64 strings into ArrayBuffer objects, useful for bundling and loading WASM modules.","archived":false,"fork":false,"pushed_at":"2025-01-25T19:28:01.000Z","size":11,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T04:50:05.966Z","etag":null,"topics":["arraybuffer","base64","browser","buffer","decode","node","web"],"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/fabiospampinato.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2021-06-06T10:38:47.000Z","updated_at":"2025-02-13T14:56:44.000Z","dependencies_parsed_at":"2024-06-19T00:10:04.818Z","dependency_job_id":"8a6f012d-5f9b-4ce4-a12a-39364f3c52a7","html_url":"https://github.com/fabiospampinato/decode-base64","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"f8a74ba981433e1f9b93c66321447c86b5f71416"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fabiospampinato/decode-base64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fdecode-base64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fdecode-base64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fdecode-base64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fdecode-base64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/decode-base64/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fdecode-base64/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266205467,"owners_count":23892469,"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":["arraybuffer","base64","browser","buffer","decode","node","web"],"created_at":"2024-12-02T23:16:36.213Z","updated_at":"2025-07-20T22:06:42.690Z","avatar_url":"https://github.com/fabiospampinato.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"# Decode Base64\n\nA tiny function for decoding base64 strings into Uint8Arrays, useful for bundling and loading WASM modules.\n\n## Install\n\n```sh\nnpm install decode-base64\n```\n\n## Usage\n\n```ts\nimport decode from 'decode-base64';\n\n// let's decode a base64 string to a Uint8Array\n\ndecode ( 'base64 string here...' ); // =\u003e Uint8Array\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fdecode-base64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fdecode-base64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fdecode-base64/lists"}