{"id":34542862,"url":"https://github.com/kbismark/utilities","last_synced_at":"2026-05-27T06:32:01.885Z","repository":{"id":277993187,"uuid":"934170637","full_name":"KBismark/utilities","owner":"KBismark","description":"Opinionated  JavaScript Utilities","archived":false,"fork":false,"pushed_at":"2025-02-17T12:15:57.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T12:33:40.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/KBismark.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":"2025-02-17T11:46:25.000Z","updated_at":"2025-02-17T12:16:01.000Z","dependencies_parsed_at":"2025-02-17T12:33:41.714Z","dependency_job_id":"bd51a6b5-afc0-48dc-94aa-24e5d488cda0","html_url":"https://github.com/KBismark/utilities","commit_stats":null,"previous_names":["kbismark/utilities"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KBismark/utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBismark%2Futilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBismark%2Futilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBismark%2Futilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBismark%2Futilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KBismark","download_url":"https://codeload.github.com/KBismark/utilities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBismark%2Futilities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33554779,"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-05-27T02:00:06.184Z","response_time":53,"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":"2025-12-24T06:41:00.960Z","updated_at":"2026-05-27T06:32:01.865Z","avatar_url":"https://github.com/KBismark.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utilities\nOpinionated  JavaScript Utilities\n\n## List    \n- [Batched Task Executer](https://github.com/KBismark/utilities/blob/master/src/batch_task_executer.ts) : Batches and executes similar tasks once for all. \n\u003e ```ts\n\u003e const performer = new BatchedTaskExecutor;\n\u003e \n\u003e const getUsers = async ()=\u003e{\n\u003e    try {\n\u003e        return await performer.perfromTask('get_users', async () =\u003e [], {retries: 2, timeout: 1000});\n\u003e    } catch (error) {\n\u003e        return null\n\u003e    } \n\u003e }\n\u003e\n\u003e app.get('/users', async (req, res)=\u003e{\n\u003e    const users = await getUsers();\n\u003e    // rest of code here..\n\u003e })\n\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbismark%2Futilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbismark%2Futilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbismark%2Futilities/lists"}