@usefy/use-throttle-callback 0.0.21 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,6 +31,12 @@
|
|
|
31
31
|
<a href="#license">License</a>
|
|
32
32
|
</p>
|
|
33
33
|
|
|
34
|
+
<p align="center">
|
|
35
|
+
<a href="https://geon0529.github.io/usefy/?path=/docs/hooks-usethrottlecallback--docs" target="_blank" rel="noopener noreferrer">
|
|
36
|
+
<strong>📚 View Storybook Demo</strong>
|
|
37
|
+
</a>
|
|
38
|
+
</p>
|
|
39
|
+
|
|
34
40
|
---
|
|
35
41
|
|
|
36
42
|
## Overview
|
|
@@ -395,12 +401,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
395
401
|
|
|
396
402
|
### Test Coverage
|
|
397
403
|
|
|
398
|
-
|
|
399
|
-
| ---------- | ---------- |
|
|
400
|
-
| Statements | 100% (2/2) |
|
|
401
|
-
| Branches | 100% (4/4) |
|
|
402
|
-
| Functions | 100% (1/1) |
|
|
403
|
-
| Lines | 100% (2/2) |
|
|
404
|
+
📊 <a href="https://geon0529.github.io/usefy/coverage/use-throttle-callback/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
|
|
404
405
|
|
|
405
406
|
### Running Tests
|
|
406
407
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usefy/use-throttle-callback",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"description": "A React hook for throttling callback functions",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@usefy/use-debounce-callback": "0.0.
|
|
20
|
+
"@usefy/use-debounce-callback": "0.0.23"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"react": "^18.0.0 || ^19.0.0"
|