You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-distributed-debounce

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-distributed-debounce - npm Package Compare versions

Comparing version

to
1.0.2

lib/index.d.ts

3

lib/index.js

@@ -8,5 +8,2 @@ "use strict";

* distributed debounce function using redis.
*
* more detail
* - https://github.com/plaidev/karte-io-systems/issues/24054
*/

@@ -13,0 +10,0 @@ async function distributedDebounce(callback, args) {

{
"name": "node-distributed-debounce",
"version": "1.0.1",
"version": "1.0.2",
"description": "debounce function for distributed system with redis and nodejs.",

@@ -5,0 +5,0 @@ "keywords": ["nodejs", "debounce", "distributed-system", "redis", "distributed"],