react-intersection-observer-hook
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -1,5 +0,6 @@ | ||
export declare type IntersectionObserverHookArgs = IntersectionObserverInit; | ||
import { Omit } from './types'; | ||
export declare type IntersectionObserverHookArgs = Omit<IntersectionObserverInit, 'root'>; | ||
export declare type IntersectionObserverHookRefCallbackNode = Element | null; | ||
export declare type IntersectionObserverHookRefCallback = (node: IntersectionObserverHookRefCallbackNode) => void; | ||
export declare type IntersectionObserverHookRootRefCallbackNode = IntersectionObserverHookArgs['root']; | ||
export declare type IntersectionObserverHookRootRefCallbackNode = IntersectionObserverInit['root']; | ||
export declare type IntersectionObserverHookRootRefCallback = (node: IntersectionObserverHookRootRefCallbackNode) => void; | ||
@@ -6,0 +7,0 @@ export declare type IntersectionObserverHookResult = [IntersectionObserverHookRefCallback, { |
{ | ||
"name": "react-intersection-observer-hook", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"license": "MIT", | ||
@@ -49,2 +49,3 @@ "author": "onderonur", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-config-react-app": "^6.0.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
@@ -51,0 +52,0 @@ "eslint-plugin-jsx-a11y": "^6.4.1", |
@@ -0,0 +0,0 @@ # react-intersection-observer-hook |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
43165
14
249
23