debounce-action
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -33,6 +33,8 @@ 'use strict'; | ||
// provide hook to _.debounce().cancel() to cancel any trailing invocations | ||
// provide hook to _.debounce().cancel() to cancel any trailing invocations or | ||
// _.debounce().flush() to execute it immediately | ||
thunk.cancel = debounced.cancel; | ||
thunk.flush = debounced.flush; | ||
return thunk; | ||
} |
{ | ||
"name": "debounce-action", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "Create a debounced Redux action", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
6085
29
267
7