{"id":29167345,"url":"https://github.com/ceccode/base64-decode-utils","last_synced_at":"2025-07-01T09:09:37.652Z","repository":{"id":57201938,"uuid":"62880933","full_name":"ceccode/base64-decode-utils","owner":"ceccode","description":"A small library providing utility methods to decode base64 strings using Node Buffer API.","archived":false,"fork":false,"pushed_at":"2019-02-07T15:55:39.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T10:13:55.628Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceccode.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":"2016-07-08T10:30:34.000Z","updated_at":"2023-03-04T04:42:08.000Z","dependencies_parsed_at":"2022-09-18T09:32:17.982Z","dependency_job_id":null,"html_url":"https://github.com/ceccode/base64-decode-utils","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ceccode/base64-decode-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fbase64-decode-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fbase64-decode-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fbase64-decode-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fbase64-decode-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceccode","download_url":"https://codeload.github.com/ceccode/base64-decode-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceccode%2Fbase64-decode-utils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262933326,"owners_count":23386785,"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":"2025-07-01T09:09:36.852Z","updated_at":"2025-07-01T09:09:37.628Z","avatar_url":"https://github.com/ceccode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base64 decode utils\n\nA small library providing utility methods to decode base64 strings using Node Buffer API.\n\n[![Build Status](https://travis-ci.org/ceccode/base64-decode-utils.svg?branch=master)](https://travis-ci.org/ceccode/base64-decode-utils)\n[![Known Vulnerabilities](https://snyk.io/test/github/ceccode/base64-decode-utils/badge.svg)](https://snyk.io/test/github/ceccode/base64-decode-utils)\n[![https://david-dm.org/ceccode/base64-decode-utils.svg](https://david-dm.org/ceccode/base64-decode-utils.svg)](https://david-dm.org/ceccode/base64-decode-utils.svg)\n\n\n## Installation\n\n```\nnpm install base64-decode-utils\n```\n\n## Usage\n\n```\nconst base64DecodeUtils = require('base64-decode-utils');\n\n\nconst encoded = \"SGVsbG8gV29ybGQh\";\nbase64DecodeUtils.decodeToString(encoded); //Hello World!\n\n```\n\n## API\n\n```\n  decodeToString(stream)\n  decodeToHex(stream)\n  decodeToUtf8FromHex(stream)\n  decodeToIntFromByte(stream)\n  decode(stream, 'string') //default decode byte stream to int\n\n```\n\n## Test\n\n```\nnpm test\n```\n\n## Coverage\n\n```\nnpm run-script test-travis\n```\n\n\n## License\n\n[MIT license](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceccode%2Fbase64-decode-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceccode%2Fbase64-decode-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceccode%2Fbase64-decode-utils/lists"}