{"id":16888529,"url":"https://github.com/brianhung/uuid-base62","last_synced_at":"2025-10-23T07:37:01.832Z","repository":{"id":162737285,"uuid":"281088776","full_name":"BrianHung/uuid-base62","owner":"BrianHung","description":"convert between uuid and base62 in the browser without Buffer or BigInt","archived":false,"fork":false,"pushed_at":"2021-09-16T19:53:06.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-20T07:14:20.571Z","etag":null,"topics":["base62","uuid"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/BrianHung.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-20T10:41:42.000Z","updated_at":"2024-05-06T19:33:49.000Z","dependencies_parsed_at":"2023-07-02T15:00:48.044Z","dependency_job_id":null,"html_url":"https://github.com/BrianHung/uuid-base62","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrianHung/uuid-base62","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHung%2Fuuid-base62","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHung%2Fuuid-base62/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHung%2Fuuid-base62/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHung%2Fuuid-base62/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrianHung","download_url":"https://codeload.github.com/BrianHung/uuid-base62/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianHung%2Fuuid-base62/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261162066,"owners_count":23118221,"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":["base62","uuid"],"created_at":"2024-10-13T16:52:29.251Z","updated_at":"2025-10-23T07:36:56.801Z","avatar_url":"https://github.com/BrianHung.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## uuid-base62\n\nThis is a library for converting between formatted uuid and its base62 representation, which is URL-safe.\nIn contrast to other libraries, we do not depend on `buffer` (which requires polyfill outside node.js) or \non `BigInt` (which is currently not supported by Safari). To extend the library past base62, define\nthe character set to a desired base N. Any base from 1 to N is then valid for `convertBase`.\n\n### Usage\n\n```bash\nnpm install --save @brianhung/uuid-base62\n```\n\n```js\nimport { v4 as uuidv4 } from \"uuid\";\nimport { uuidEncodeBase62, uuidDecodeBase62 } from \"uuid-base62\";\n\nvar uuid = uuidv4();\nvar base62 = uuidEncodeBase62(uuid);\nconsole.log(uuid, uuidDecodeBase62(base62))\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhung%2Fuuid-base62","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianhung%2Fuuid-base62","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhung%2Fuuid-base62/lists"}