debounce-execution
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "debounce-execution", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Debounce will collapse multiple requests (if any) for a named task into one invocation which will execute after the given wait time has passed.", | ||
"main": "debounce.js", | ||
"jsnext:main": "native.js", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build:es5": "NODE_ENV=production rollup -c rollup.dist.config.js -o debounce.js", |
Sorry, the diff of this file is not supported yet
15720