Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-onclickoutside

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-onclickoutside - npm Package Compare versions

Comparing version 6.12.1 to 6.12.2

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc