🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

time-loom

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

time-loom - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
package.json
{
"name": "time-loom",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -41,3 +41,3 @@ # Time Loom

# Debounce Function Options:
#### Debounce Function Options:

@@ -48,3 +48,3 @@ - `leading (boolean)`: Whether to execute the function on the leading edge of the timeout (default: false).

# Debounce Function Methods:
#### Debounce Function Methods:

@@ -62,3 +62,3 @@ - `cancel`: Cancels the scheduled execution of the debounced function.

# Throttle Function Options:
#### Throttle Function Options:

@@ -68,3 +68,3 @@ - `leading (boolean)`: Whether to execute the function on the leading edge of the timeout (default: true).

# Throttle Function Methods:
#### Throttle Function Methods:

@@ -71,0 +71,0 @@ - `cancel`: Cancels the scheduled execution of the throttled function.