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.4.5 to 1.4.6

19

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

@@ -96,5 +96,6 @@ "license": "MIT",

"@typescript-eslint",
"prettier",
"emotion",
"testing-library"
"jest",
"testing-library",
"prettier"
],

@@ -105,2 +106,4 @@ "extends": [

"plugin:@typescript-eslint/recommended",
"plugin:jest/recommended",
"plugin:jest/style",
"plugin:testing-library/recommended",

@@ -151,2 +154,4 @@ "plugin:prettier/recommended",

"import/no-extraneous-dependencies": "off",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/no-explicit-any": "off",
"prettier/prettier": [

@@ -157,5 +162,3 @@ "error",

}
],
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/no-explicit-any": "off"
]
}

@@ -167,5 +170,2 @@ },

],
"prettier": {
"singleQuote": true
},
"stylelint": {

@@ -226,2 +226,3 @@ "plugins": [

"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",

@@ -228,0 +229,0 @@ "eslint-plugin-prettier": "^3.1.2",

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