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

react-cool-onclickoutside

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cool-onclickoutside - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

package.json
{
"name": "react-cool-onclickoutside",
"version": "1.5.0",
"version": "1.5.1",
"description": "React hook to listen for clicks outside of the component(s).",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -109,3 +109,3 @@ # React Cool Onclickoutside

// Use default CSS class name
// Use the default CSS class name
const App = () => {

@@ -127,3 +127,3 @@ const ref = useOnclickOutside(() => {

// Use the CSS class name that you defined
// Use your own CSS class name
const App = () => {

@@ -130,0 +130,0 @@ const ref = useOnclickOutside(

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