{"id":13515339,"url":"https://github.com/spazmodius/fastGuid","last_synced_at":"2025-03-31T04:36:56.842Z","repository":{"id":27629627,"uuid":"31114030","full_name":"spazmodius/fastGuid","owner":"spazmodius","description":"Blazingly fast UUIDs in Node.js","archived":false,"fork":false,"pushed_at":"2024-10-01T17:02:02.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-17T01:24:59.918Z","etag":null,"topics":["module","node"],"latest_commit_sha":null,"homepage":"","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/spazmodius.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":"2015-02-21T03:25:22.000Z","updated_at":"2024-10-01T17:02:06.000Z","dependencies_parsed_at":"2024-11-23T04:15:09.053Z","dependency_job_id":null,"html_url":"https://github.com/spazmodius/fastGuid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spazmodius%2FfastGuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spazmodius%2FfastGuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spazmodius%2FfastGuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spazmodius%2FfastGuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spazmodius","download_url":"https://codeload.github.com/spazmodius/fastGuid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418657,"owners_count":20773934,"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":["module","node"],"created_at":"2024-08-01T05:01:09.777Z","updated_at":"2025-03-31T04:36:53.481Z","avatar_url":"https://github.com/spazmodius.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Spaz's fastGuid\nBlazingly fast UUIDs in Node.js.\n\n## Install\n`npm install spazmodius/fastGuid`\n\n## Usage\n```\nconst fastGuid = require('@spazmodius/fastGuid')\n\nconsole.log(fastGuid())       // 21004214-9c2d-4730-813b-fbe35848fc00\nconsole.log(fastGuid('D'))    // 21004214-9c2d-4730-813b-fbe35848fc01\nconsole.log(fastGuid('N'))    // 210042149c2d4730813bfbe35848fc02\nconsole.log(fastGuid('B'))    // {21004214-9c2d-4730-813b-fbe35848fc03}\n\n// or\nconsole.log(fastGuid.D())     // 21004214-9c2d-4730-813b-fbe35848fc04\nconsole.log(fastGuid.N())     // 210042149c2d4730813bfbe35848fc05\nconsole.log(fastGuid.B())     // {21004214-9c2d-4730-813b-fbe35848fc06}\n```\n\n## Note\nThis UUID generator is freakishly fast, and generates _unique_ UUIDs, in conformance with [RFC 9562](https://tools.ietf.org/html/rfc9562).  But it __does not__ generate _unguessable_ UUIDs.  In particulary, sequences of 256 UUIDs\nwill differ only in the last byte.  So if you've generated one, it's pretty easy to guess the next one.\n\nHowever, you [should not be using UUIDs for unguessable secrets](https://datatracker.ietf.org/doc/html/rfc9562#section-8) anyway; that is explicitly not one of their\nproperties.  They are intended to be unique, not unguessable; please use a cryptographically random source if you need secrets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspazmodius%2FfastGuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspazmodius%2FfastGuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspazmodius%2FfastGuid/lists"}