react-intersection-observer
Advanced tools
Comparing version 9.2.1 to 9.2.2
{ | ||
"name": "react-intersection-observer", | ||
"version": "9.2.1", | ||
"version": "9.2.2", | ||
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API", | ||
"source": "./src/index.tsx", | ||
"main": "./react-intersection-observer.js", | ||
"module": "./react-intersection-observer.esm.js", | ||
"exports": "./react-intersection-observer.modern.js", | ||
"unpkg": "./react-intersection-observer.umd.js", | ||
"typings": "./index.d.ts", | ||
"source": "src/index.tsx", | ||
"main": "react-intersection-observer.js", | ||
"module": "react-intersection-observer.m.js", | ||
"unpkg": "react-intersection-observer.umd.js", | ||
"typings": "index.d.ts", | ||
"author": "Daniel Schmidt", | ||
@@ -52,3 +51,3 @@ "sideEffects": false, | ||
{ | ||
"path": "dist/react-intersection-observer.esm.js", | ||
"path": "dist/react-intersection-observer.m.js", | ||
"name": "InView", | ||
@@ -59,3 +58,3 @@ "import": "{ InView }", | ||
{ | ||
"path": "dist/react-intersection-observer.esm.js", | ||
"path": "dist/react-intersection-observer.m.js", | ||
"name": "useInView", | ||
@@ -66,3 +65,3 @@ "import": "{ useInView }", | ||
{ | ||
"path": "dist/react-intersection-observer.esm.js", | ||
"path": "dist/react-intersection-observer.m.js", | ||
"name": "observe", | ||
@@ -69,0 +68,0 @@ "import": "{ observe }", |
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
211909