react-intersection-observer
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -13,3 +13,3 @@ declare module 'react-intersection-observer' { | ||
*/ | ||
root?: HTMLElement; | ||
root?: HTMLElement | null; | ||
@@ -42,3 +42,3 @@ /** | ||
*/ | ||
threshold?: number; | ||
threshold?: number | number[]; | ||
@@ -45,0 +45,0 @@ /** |
{ | ||
"name": "react-intersection-observer", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API", | ||
@@ -80,8 +80,8 @@ "main": "lib/index.js", | ||
"eslint-config-insilico": "^5.0.1", | ||
"flow-bin": "^0.59.0", | ||
"flow-bin": "^0.61.0", | ||
"flow-copy-source": "^1.2.1", | ||
"husky": "^0.14.3", | ||
"intersection-observer": "^0.4.0", | ||
"intersection-observer": "^0.5.0", | ||
"jest": "^21.2.1", | ||
"lint-staged": "^5.0.0", | ||
"lint-staged": "^6.0.0", | ||
"prettier": "^1.8.1", | ||
@@ -88,0 +88,0 @@ "react": "^16.0.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
43397