🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

debounce-action

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debounce-action - npm Package Compare versions

Comparing version

to
0.1.0

4

lib/index.js

@@ -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",