{"id":22229702,"url":"https://github.com/boycce/throttle-debounce","last_synced_at":"2025-03-25T08:43:59.890Z","repository":{"id":77207795,"uuid":"46476827","full_name":"boycce/throttle-debounce","owner":"boycce","description":"Throttle debounce","archived":false,"fork":false,"pushed_at":"2015-11-19T08:19:34.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T16:48:47.360Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boycce.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}},"created_at":"2015-11-19T07:55:46.000Z","updated_at":"2017-03-20T15:59:32.000Z","dependencies_parsed_at":"2023-03-12T00:13:35.676Z","dependency_job_id":null,"html_url":"https://github.com/boycce/throttle-debounce","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/boycce%2Fthrottle-debounce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boycce%2Fthrottle-debounce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boycce%2Fthrottle-debounce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boycce%2Fthrottle-debounce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boycce","download_url":"https://codeload.github.com/boycce/throttle-debounce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245431709,"owners_count":20614182,"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-03T01:12:00.892Z","updated_at":"2025-03-25T08:43:59.858Z","avatar_url":"https://github.com/boycce.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Throttle-Debounce\nThrottle/debounce your functions.\n\nThis is the same as Ben Alman's [jquery-throttle-debounce](https://github.com/cowboy/jquery-throttle-debounce), but with a few alterations and no jQuery references.\n\nThrottle/debounce allows you to rate-limit your functions in multiple useful ways. Passing a delay and callback to throttle returns a new function that will execute no more than once every delay milliseconds. Passing a delay and callback to debounce returns a new function that will execute only once, coalescing multiple sequential calls into a single execution at either the very beginning or end.\n\n# License\n\nMIT © Ricky Boyce\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboycce%2Fthrottle-debounce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboycce%2Fthrottle-debounce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboycce%2Fthrottle-debounce/lists"}