{"id":16983520,"url":"https://github.com/dbish6/lodash-debounce-tiny","last_synced_at":"2026-04-16T14:32:59.074Z","repository":{"id":226144309,"uuid":"767885629","full_name":"dBish6/lodash-debounce-tiny","owner":"dBish6","description":"A lightweight dependency as an alternative to lodash.debounce.","archived":false,"fork":false,"pushed_at":"2024-03-31T20:09:08.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T21:11:17.899Z","etag":null,"topics":["debounce","debouncing","delay","dependency","javascript","lodash","npm","npm-package","typescript","utility"],"latest_commit_sha":null,"homepage":"","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/dBish6.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","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}},"created_at":"2024-03-06T04:21:50.000Z","updated_at":"2024-03-31T20:08:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea4bf522-8bf8-410c-919e-2c412ff8ddf9","html_url":"https://github.com/dBish6/lodash-debounce-tiny","commit_stats":null,"previous_names":["dbish6/lodash-debounce-tiny"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dBish6%2Flodash-debounce-tiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dBish6%2Flodash-debounce-tiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dBish6%2Flodash-debounce-tiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dBish6%2Flodash-debounce-tiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dBish6","download_url":"https://codeload.github.com/dBish6/lodash-debounce-tiny/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890120,"owners_count":20527030,"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":["debounce","debouncing","delay","dependency","javascript","lodash","npm","npm-package","typescript","utility"],"created_at":"2024-10-14T02:28:46.610Z","updated_at":"2026-04-16T14:32:59.031Z","avatar_url":"https://github.com/dBish6.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/dBish"],"categories":[],"sub_categories":[],"readme":"# lodash-debounce-tiny\nA lightweight alternative to lodash.debounce. This utility doesn't include all the bloat from lodash.debounce, all it does is delay invoking a function call until after the provided milliseconds.\n\n## Installation\n```\n$ npm i lodash-debounce-tiny\n```\n\n## Example\n```\nimport debounce from \"lodash-debounce-tiny\";\n\nfunction handleResize() {\n  // Do something.\n}\nwindow.addEventListener(\"resize\", debounce(handleResize, 500));\n```\n\n## Contributing\nContributions are welcome! Although I'd like to keep this package as small as possible since it is meant to be a tiny utility.\n\n### To Get Started\n- Fork this repository.\n- Create a new branch.\n- install the dependencies with `npm install`.\n- Do a `npm run test` to see if you're all set.\n- For the dev environment, `npm run dev` and there you go!\n\n```\n$ npm install\n$ npm run test\n$ npm run dev\n```\n\n## License\nThis project is licensed under the [MIT](https://github.com/dBish6/lodash-debounce-tiny/blob/master/LICENSE) License.\n\n## Support Me\nIf you find this package helpful consider buying me a coffee, your support helps me stay motivated!\n\n\u003ca href=\"https://www.buymeacoffee.com/dBish\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbish6%2Flodash-debounce-tiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbish6%2Flodash-debounce-tiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbish6%2Flodash-debounce-tiny/lists"}