react-onclickoutside
Advanced tools
Comparing version 6.12.1 to 6.12.2
{ | ||
"name": "react-onclickoutside", | ||
"version": "6.12.1", | ||
"version": "6.12.2", | ||
"description": "An onClickOutside wrapper for React components", | ||
@@ -82,4 +82,4 @@ "main": "dist/react-onclickoutside.cjs.js", | ||
"peerDependencies": { | ||
"react": "^15.5.x || ^16.x || ^17.x", | ||
"react-dom": "^15.5.x || ^16.x || ^17.x" | ||
"react": "^15.5.x || ^16.x || ^17.x || ^18.x", | ||
"react-dom": "^15.5.x || ^16.x || ^17.x || ^18.x" | ||
}, | ||
@@ -86,0 +86,0 @@ "lint-staged": { |
@@ -5,5 +5,4 @@ [![npm version](https://img.shields.io/npm/v/react-onclickoutside.svg)](https://www.npmjs.com/package/react-onclickoutside) | ||
# An onClickOutside wrapper for React components | ||
# :warning: Open source is free, but developer time isn't :warning: | ||
:warning: | ||
**This package needs your support to stay maintained.** If you work for an organization | ||
@@ -15,4 +14,6 @@ whose website is better off using react-onclickoutside than rolling its own code | ||
means to reward those whose work you rely on, please consider doing so. | ||
:warning: | ||
# An onClickOutside wrapper for React components | ||
This is a React Higher Order Component (HOC) that you can use with your own | ||
@@ -19,0 +20,0 @@ React components if you want to have them listen for clicks that occur somewhere |
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
433
64296
6