react-cool-onclickoutside
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -7,3 +7,3 @@ declare module "react-cool-onclickoutside" { | ||
export interface Callback<T extends Event = Event> { | ||
(event?: T): void; | ||
(event: T): void; | ||
} | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "react-cool-onclickoutside", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "React hook to listen for clicks outside of the component(s).", | ||
@@ -11,4 +11,4 @@ "license": "MIT", | ||
"react", | ||
"hook", | ||
"react-hook", | ||
"hook", | ||
"onclickoutside-hook", | ||
@@ -141,3 +141,3 @@ "on-click-outside-hook", | ||
"@rollup/plugin-replace": "^2.3.1", | ||
"@rollup/plugin-url": "^4.0.2", | ||
"@rollup/plugin-url": "^5.0.0", | ||
"@testing-library/react": "^10.0.1", | ||
@@ -151,4 +151,4 @@ "@testing-library/react-hooks": "^3.2.1", | ||
"coveralls": "^3.0.11", | ||
"eslint": "^6.8.0", | ||
"eslint-config-welly": "^0.5.6", | ||
"eslint": "^7.0.0", | ||
"eslint-config-welly": "^1.0.0", | ||
"husky": "^4.2.3", | ||
@@ -155,0 +155,0 @@ "jest": "^25.1.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
19694