New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.0.5 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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc