{"id":19501261,"url":"https://github.com/acryps/micro-uuid","last_synced_at":"2026-06-19T09:32:18.599Z","repository":{"id":225346455,"uuid":"765735452","full_name":"acryps/micro-uuid","owner":"acryps","description":"Converts UUIDs into a shortened URL-encodeable form","archived":false,"fork":false,"pushed_at":"2024-03-01T14:16:18.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-25T21:32:53.063Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acryps.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}},"created_at":"2024-03-01T14:12:25.000Z","updated_at":"2024-03-01T14:13:17.000Z","dependencies_parsed_at":"2024-03-01T15:29:58.190Z","dependency_job_id":"b2306d97-0894-4a52-90ee-c8f89500276d","html_url":"https://github.com/acryps/micro-uuid","commit_stats":null,"previous_names":["acryps/micro-uuid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acryps/micro-uuid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fmicro-uuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fmicro-uuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fmicro-uuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fmicro-uuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acryps","download_url":"https://codeload.github.com/acryps/micro-uuid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fmicro-uuid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34526065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-11-10T22:12:03.191Z","updated_at":"2026-06-19T09:32:18.577Z","avatar_url":"https://github.com/acryps.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroUUID\nConverts UUIDs into a shortened URL-encodeable form. \n\nNow you can use shorter URLs!\n```\nhttps://example.com/offer/7f6e5313-2103-431c-b299-769f7db25008 → https://example.com/offer/IhfFAYArMGYYLVcIIWEMat\n```\n\n```\nimport { shorten, expand } from '@acryps/micro-uuid';\n\n// create a cool short link to an offer\nconst linkButton = \u003cui-button ui-href={`/offer/${shorten(offer.id)}`}\u003e\n\t{offer.name}\n\u003c/ui-button\u003e;\n\n// get the offer by UUID from the link\nconst offer = await offerService.find(expand(parameters.id));\n```\n\nThe encoding uses a base64-esque form (using 63 = - and 64 = _). The mapping has been picked randomly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facryps%2Fmicro-uuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facryps%2Fmicro-uuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facryps%2Fmicro-uuid/lists"}