use-debounce
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,5 @@ | ||
## 2.2.1 | ||
— Added `types` field in package.json. Thanks to [@nmussy](https://github.com/nmussy) | ||
## 2.2.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "use-debounce", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Debounce hook for react", | ||
"main": "lib/index.js", | ||
"types": "./lib", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "yarn jest", |
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
363705