New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

debouncing

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debouncing - npm Package Compare versions

Comparing version

to
21.6.5

10

index.d.ts

@@ -19,7 +19,4 @@ // typescript

*/
declare function debounce(func: Callback, timeout?: number): Listener;
export declare function debounce(func: Callback, timeout?: number): Listener;
// Exposed public method.
export default debounce;
/**

@@ -37,5 +34,2 @@ * Throttling is a technique in which, no matter how many times the user

*/
declare function throttle(func: Callback, timeout?: number): Listener;
// Exposed public method.
export default throttle;
export declare function throttle(func: Callback, timeout?: number): Listener;

1

index.js

@@ -6,2 +6,3 @@ /**

* @see https://developers.google.com/closure/compiler/docs/js-for-compiler
* @see https://github.com/Datamart/Glize
* @module debouncing

@@ -8,0 +9,0 @@ */

{
"name": "debouncing",
"type": "module",
"version": "21.6.4",
"version": "21.6.5",
"description": "Debouncing and throttling events module from Glize library.",

@@ -6,0 +6,0 @@ "homepage": "https://glize.js.org",