@usefy/usefy 0.0.32 → 0.0.34
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 +3 -1
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -127,6 +127,7 @@ All packages require React 18 or 19:
|
|
|
127
127
|
| <a href="https://www.npmjs.com/package/@usefy/use-geolocation" target="_blank" rel="noopener noreferrer">@usefy/use-geolocation</a> | Device geolocation with real-time tracking and distance | <a href="https://www.npmjs.com/package/@usefy/use-geolocation" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/v/@usefy/use-geolocation.svg?style=flat-square&color=007acc" alt="npm version" /></a> |  |
|
|
128
128
|
| <a href="https://www.npmjs.com/package/@usefy/use-intersection-observer" target="_blank" rel="noopener noreferrer">@usefy/use-intersection-observer</a> | Element visibility detection with Intersection Observer | <a href="https://www.npmjs.com/package/@usefy/use-intersection-observer" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/v/@usefy/use-intersection-observer.svg?style=flat-square&color=007acc" alt="npm version" /></a> |  |
|
|
129
129
|
| <a href="https://www.npmjs.com/package/@usefy/use-signal" target="_blank" rel="noopener noreferrer">@usefy/use-signal</a> | Event-driven communication between components | <a href="https://www.npmjs.com/package/@usefy/use-signal" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/v/@usefy/use-signal.svg?style=flat-square&color=007acc" alt="npm version" /></a> |  |
|
|
130
|
+
| <a href="https://www.npmjs.com/package/@usefy/use-memory-monitor" target="_blank" rel="noopener noreferrer">@usefy/use-memory-monitor</a> | Real-time browser memory monitoring with leak detection | <a href="https://www.npmjs.com/package/@usefy/use-memory-monitor" target="_blank" rel="noopener noreferrer"><img src="https://img.shields.io/npm/v/@usefy/use-memory-monitor.svg?style=flat-square&color=007acc" alt="npm version" /></a> |  |
|
|
130
131
|
|
|
131
132
|
---
|
|
132
133
|
|
|
@@ -748,9 +749,10 @@ All packages are comprehensively tested using Vitest to ensure reliability and s
|
|
|
748
749
|
| use-copy-to-clipboard | 87.87% | 79.16% | 85.71% | 87.87% |
|
|
749
750
|
| use-unmount | 100% | 100% | 100% | 100% |
|
|
750
751
|
| use-timer | 83.8% | 72.63% | 93.93% | 84.13% |
|
|
751
|
-
| use-geolocation |
|
|
752
|
+
| use-geolocation | 93.89% | 93.47% | 100% | 93.75% |
|
|
752
753
|
| use-intersection-observer | 94% | 85% | 95% | 93.93% |
|
|
753
754
|
| use-signal | 98.61% | 90.9% | 96.42% | 98.59% |
|
|
755
|
+
| use-memory-monitor | 89.05% | 71.64% | 87.87% | 92.27% |
|
|
754
756
|
|
|
755
757
|
---
|
|
756
758
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usefy/usefy",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "A collection of useful React hooks",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -17,25 +17,25 @@
|
|
|
17
17
|
],
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@usefy/use-click-any-where": "0.0.
|
|
21
|
-
"@usefy/use-copy-to-clipboard": "0.0.
|
|
22
|
-
"@usefy/use-counter": "0.0.
|
|
23
|
-
"@usefy/use-signal": "0.0.
|
|
24
|
-
"@usefy/use-toggle": "0.0.
|
|
25
|
-
"@usefy/use-debounce": "0.0.
|
|
26
|
-
"@usefy/use-debounce-callback": "0.0.
|
|
27
|
-
"@usefy/use-throttle": "0.0.
|
|
28
|
-
"@usefy/use-throttle-callback": "0.0.
|
|
29
|
-
"@usefy/use-local-storage": "0.0.
|
|
30
|
-
"@usefy/use-session-storage": "0.0.
|
|
31
|
-
"@usefy/use-on-click-outside": "0.0.
|
|
32
|
-
"@usefy/use-event-listener": "0.0.
|
|
33
|
-
"@usefy/use-timer": "0.0.
|
|
34
|
-
"@usefy/use-unmount": "0.0.
|
|
35
|
-
"@usefy/use-init": "0.0.
|
|
36
|
-
"@usefy/use-geolocation": "0.0.
|
|
37
|
-
"@usefy/use-intersection-observer": "0.0.
|
|
38
|
-
"@usefy/use-memory-monitor": "0.0.
|
|
20
|
+
"@usefy/use-click-any-where": "0.0.34",
|
|
21
|
+
"@usefy/use-copy-to-clipboard": "0.0.34",
|
|
22
|
+
"@usefy/use-counter": "0.0.34",
|
|
23
|
+
"@usefy/use-signal": "0.0.34",
|
|
24
|
+
"@usefy/use-toggle": "0.0.34",
|
|
25
|
+
"@usefy/use-debounce": "0.0.34",
|
|
26
|
+
"@usefy/use-debounce-callback": "0.0.34",
|
|
27
|
+
"@usefy/use-throttle": "0.0.34",
|
|
28
|
+
"@usefy/use-throttle-callback": "0.0.34",
|
|
29
|
+
"@usefy/use-local-storage": "0.0.34",
|
|
30
|
+
"@usefy/use-session-storage": "0.0.34",
|
|
31
|
+
"@usefy/use-on-click-outside": "0.0.34",
|
|
32
|
+
"@usefy/use-event-listener": "0.0.34",
|
|
33
|
+
"@usefy/use-timer": "0.0.34",
|
|
34
|
+
"@usefy/use-unmount": "0.0.34",
|
|
35
|
+
"@usefy/use-init": "0.0.34",
|
|
36
|
+
"@usefy/use-geolocation": "0.0.34",
|
|
37
|
+
"@usefy/use-intersection-observer": "0.0.34",
|
|
38
|
+
"@usefy/use-memory-monitor": "0.0.34"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^18.0.0 || ^19.0.0"
|