{"id":23138506,"url":"https://github.com/deployable/base58-random","last_synced_at":"2025-10-30T21:04:51.143Z","repository":{"id":149113360,"uuid":"123515583","full_name":"deployable/base58-random","owner":"deployable","description":"Create random base58 strings","archived":false,"fork":false,"pushed_at":"2018-03-02T01:55:31.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T20:28:23.483Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deployable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-03-02T01:50:36.000Z","updated_at":"2018-03-02T01:51:04.000Z","dependencies_parsed_at":"2023-04-26T01:02:15.584Z","dependency_job_id":null,"html_url":"https://github.com/deployable/base58-random","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fbase58-random","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fbase58-random/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fbase58-random/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployable%2Fbase58-random/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deployable","download_url":"https://codeload.github.com/deployable/base58-random/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157133,"owners_count":20893210,"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":"2024-12-17T13:11:01.026Z","updated_at":"2025-10-30T21:04:51.133Z","avatar_url":"https://github.com/deployable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base58-random\n\nGenerate random [base58 strings]() quickly with better \n[statistical dispersion](https://en.wikipedia.org/wiki/Statistical_dispersion)\nthan `Math.random()` unless Math.random is all that's available.\n\nLargely based on [`uuid-random`](https://github.com/jchook/uuid-random)\n\n## Install\n\n    yarn add base58-random\n    npm install base58-random\n\n## Example Usage\n\n### Node\n\n```javascript\nvar base58 = require('base58-random');\nbase58(12); // 'KsykHbcCzUSL'\n```\n\n### Browser\n\n```html\n\u003cscript src=\"https://cdn.rawgit.com/deployable/base58-random/v0.1.0/base58-random.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  base58(13); // 'BAho2V4BfUmo3'\n\u003c/script\u003e\n```\n\n\n### Is base58 string?\n\n```javascript\nbase58.test('4rhdLsp32qn'); // true\nbase58.test('5HXx8Eznu0'); // false\nbase58.test('P-f6cA4e'); // false\n```\n\n## License\n\nMIT\n\n## Links\n\n- Also see [deployable/base62-random](https://github.com/deployable/base62-random)\n- Based on [jchook/uuid-random](https://github.com/jchook/uuid-random)\n- github [deployable/base58-random](https://github.com/deployable/base58-random)\n- npm [base62-random](https://www.npmjs.com/package/base58-random)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployable%2Fbase58-random","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeployable%2Fbase58-random","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployable%2Fbase58-random/lists"}