{"id":22221985,"url":"https://github.com/fabiospampinato/uint8-to-hex","last_synced_at":"2025-06-26T03:35:06.894Z","repository":{"id":57385382,"uuid":"456775197","full_name":"fabiospampinato/uint8-to-hex","owner":"fabiospampinato","description":"The fastest function to convert a Uint8Array to hexadecimal.","archived":false,"fork":false,"pushed_at":"2025-01-15T02:45:34.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-02T12:04:54.537Z","etag":null,"topics":["buffer","conversion","convert","hex","hexadecimal","uint8","uint8array"],"latest_commit_sha":null,"homepage":"","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,"zenodo":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2022-02-08T03:56:45.000Z","updated_at":"2025-01-15T02:45:35.000Z","dependencies_parsed_at":"2022-09-14T18:00:40.369Z","dependency_job_id":"a2bc9a66-4398-42ba-a4f2-ae71c2341820","html_url":"https://github.com/fabiospampinato/uint8-to-hex","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fabiospampinato/uint8-to-hex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-to-hex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-to-hex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-to-hex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-to-hex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/uint8-to-hex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fuint8-to-hex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261995472,"owners_count":23242202,"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":["buffer","conversion","convert","hex","hexadecimal","uint8","uint8array"],"created_at":"2024-12-02T23:16:26.294Z","updated_at":"2025-06-26T03:35:06.877Z","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":"# Uint8 To Hex\n\nThe fastest function to convert a Uint8Array to hexadecimal.\n\n## Install\n\n```sh\nnpm install uint8-to-hex\n```\n\n## Usage\n\n```ts\nimport toHex from 'uint8-to-hex';\n\n// Converting a Uint8Array to a hexadecimal string\n\nconst uint8 = new Uint8Array ( [72, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100, 33] );\nconst hex = toHex ( uint8 ); // =\u003e '48656c6c6f2c20776f726c6421'\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fuint8-to-hex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fuint8-to-hex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fuint8-to-hex/lists"}