Socket
Socket
Sign inDemoInstall

react-onclickoutside

Package Overview
Dependencies
6
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.9.1 to 6.10.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

v6.10.0
- Update react & react-dom peer-dep to support 17.x
v6.9.0

@@ -2,0 +6,0 @@

8

package.json
{
"name": "react-onclickoutside",
"version": "6.9.1",
"version": "6.10.0",
"description": "An onClickOutside wrapper for React components",

@@ -19,3 +19,3 @@ "main": "dist/react-onclickoutside.cjs.js",

"type": "individual",
"url": "https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=QPRDLNGDANJSW"
"url": "https://github.com/Pomax/react-onclickoutside/blob/master/FUNDING.md"
},

@@ -84,4 +84,4 @@ "keywords": [

"peerDependencies": {
"react": "^15.5.x || ^16.x",
"react-dom": "^15.5.x || ^16.x"
"react": "^15.5.x || ^16.x || ^17.x",
"react-dom": "^15.5.x || ^16.x || ^17.x"
},

@@ -88,0 +88,0 @@ "lint-staged": {

@@ -8,3 +8,3 @@ [![npm version](https://img.shields.io/npm/v/react-onclickoutside.svg)](https://www.npmjs.com/package/react-onclickoutside)

:warning:
This package needs your support to stay maintained. If you work for an organization
**This package needs your support to stay maintained.** If you work for an organization
whose website is better off using react-onclickoutside than rolling its own code

@@ -11,0 +11,0 @@ solution, please consider talking to your manager to help

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc