{"id":20705681,"url":"https://github.com/prozi/throttle-timers","last_synced_at":"2025-09-27T09:31:47.265Z","repository":{"id":262013946,"uuid":"885983077","full_name":"Prozi/throttle-timers","owner":"Prozi","description":"lodash throttle override global setTimeout and setInterval","archived":false,"fork":false,"pushed_at":"2024-11-09T23:11:32.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-17T22:12:31.034Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prozi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-09T21:56:36.000Z","updated_at":"2024-11-09T23:11:35.000Z","dependencies_parsed_at":"2024-11-09T23:17:03.326Z","dependency_job_id":"c69e346e-7977-4b4d-b8ea-f3696adfd731","html_url":"https://github.com/Prozi/throttle-timers","commit_stats":null,"previous_names":["prozi/throttle-timers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prozi%2Fthrottle-timers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prozi%2Fthrottle-timers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prozi%2Fthrottle-timers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prozi%2Fthrottle-timers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prozi","download_url":"https://codeload.github.com/Prozi/throttle-timers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234422941,"owners_count":18830316,"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-11-17T01:19:10.589Z","updated_at":"2025-09-27T09:31:46.913Z","avatar_url":"https://github.com/Prozi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Usage\n\n```\nconst { setTimeout, setInterval } = require('throttle-timers');\n\nglobalThis.setTimeout = setTimeout;\nglobalThis.setInterval = setInterval;\n```\n\nor\n\n```\nnode -r throttle-timers/register file.js\n```\n\n## Then\n\nall your `setInterval` and `setTimeout`\n\ncalls won't happen too often as they're protected by `lodash` `throttle` with the same time\n\nautomagically\n\n## Install\n\n```\nnpm i throttle-timers -D\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprozi%2Fthrottle-timers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprozi%2Fthrottle-timers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprozi%2Fthrottle-timers/lists"}