use-debounce
Advanced tools
Comparing version 2.0.0-beta to 2.0.0
{ | ||
"name": "use-debounce", | ||
"version": "2.0.0-beta", | ||
"version": "2.0.0", | ||
"description": "Debounce hook for react", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -123,3 +123,3 @@ # useDebounce react hook | ||
#### Cancel and maxWait | ||
#### Cancel, maxWait and memoization | ||
@@ -126,0 +126,0 @@ 1. Both `useDebounce` and `useDebouncedCallback` works with `maxWait` option. This params describes the maximum time func is allowed to be delayed before it's invoked. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
356253
0