react-cool-onclickoutside
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "react-cool-onclickoutside", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "React hook to listen for clicks outside of the component(s).", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -10,3 +10,3 @@ # React Cool Onclickoutside | ||
- [x] Triggers callback when clicks outside target area | ||
- [x] Uses passive touch event listener to improve scrolling performance | ||
- [x] Use passive touch event listener to improve scrolling performance | ||
- [x] Support multiple refs | ||
@@ -13,0 +13,0 @@ - [x] Ignore callback triggered by clicks browser scrollbar |
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
14448