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.2.2 to 1.2.3

29

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

@@ -94,2 +94,8 @@ "license": "MIT",

"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint",
"prettier",
"emotion",
"testing-library"
],
"extends": [

@@ -103,8 +109,2 @@ "airbnb",

],
"plugins": [
"@typescript-eslint",
"prettier",
"emotion",
"testing-library"
],
"settings": {

@@ -168,2 +168,5 @@ "import/parsers": {

"stylelint": {
"plugins": [
"stylelint-prettier"
],
"extends": [

@@ -175,3 +178,4 @@ "stylelint-config-standard",

"string-quotes": "single",
"declaration-empty-line-before": null
"declaration-empty-line-before": null,
"prettier/prettier": true
},

@@ -204,6 +208,6 @@ "ignoreFiles": [

"@rollup/plugin-url": "^4.0.2",
"@testing-library/react": "^9.4.0",
"@testing-library/react": "^9.4.1",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^25.1.3",
"@types/react": "^16.9.20",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",

@@ -242,3 +246,3 @@ "@types/vfile-message": "^2.0.0",

"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.6",
"rollup-plugin-postcss": "^2.1.1",
"rollup-plugin-serve": "^1.0.1",

@@ -250,4 +254,5 @@ "rollup-plugin-size-snapshot": "^0.11.0",

"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"ts-jest": "^25.2.1",
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},

@@ -254,0 +259,0 @@ "peerDependencies": {

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

- πŸ“œ Support [TypeScript](https://www.typescriptlang.org) type definition.
- πŸ—„οΈ Server-side rendering friendly.
- πŸ—„οΈ Server-side rendering compatibility.
- 🦠 Tiny size ([< 1KB gzipped](https://bundlephobia.com/result?p=react-cool-onclickoutside)). No external dependencies, aside for the `react`.

@@ -31,0 +31,0 @@

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