UNPKG

use-debounce-fetch

Version:

"Debounce fetch and abort previous pending requests"

43 lines (42 loc) 851 B
{ "name": "use-debounce-fetch", "version": "1.0.9", "description": "\"Debounce fetch and abort previous pending requests\"", "main": "index.js", "scripts": { "test": "echo \"No test specified\"" }, "keywords": [ "react", "hooks" , "hook" , "debounce", "debounced", "fetch" , "use" , "api" , "request" , "input" , "promise", "abort" , "cancel" , "javascript" , "limit" , "limiting" , "throttle" , "throttling" ], "author": "Yehuda Moskowitz <ymoskowitzdev@gmail.com", "license": "ISC", "homepage": "https://github.com/ymoskowitz/useDebounceFetch", "repository": { "type": "git", "url": "https://github.com/ymoskowitz/useDebounceFetch" }, "dependencies": { "lodash": "^4.17.21" }, "peerDependencies": { "react": ">=16.8.0" } }