react-cool-onclickoutside
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19374
57