react-intersection-observer
Advanced tools
Comparing version 9.2.2 to 9.3.0-beta.1
{ | ||
"name": "react-intersection-observer", | ||
"version": "9.2.2", | ||
"version": "9.3.0-beta.1", | ||
"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.m.js", | ||
"unpkg": "react-intersection-observer.umd.js", | ||
"typings": "index.d.ts", | ||
"source": "./src/index.tsx", | ||
"main": "./react-intersection-observer.js", | ||
"module": "./react-intersection-observer.mjs", | ||
"exports": { | ||
"require": "./react-intersection-observer.js", | ||
"default": "./react-intersection-observer.modern.mjs" | ||
}, | ||
"unpkg": "./react-intersection-observer.umd.js", | ||
"typings": "./index.d.ts", | ||
"author": "Daniel Schmidt", | ||
@@ -51,3 +55,3 @@ "sideEffects": false, | ||
{ | ||
"path": "dist/react-intersection-observer.m.js", | ||
"path": "dist/react-intersection-observer.mjs", | ||
"name": "InView", | ||
@@ -58,3 +62,3 @@ "import": "{ InView }", | ||
{ | ||
"path": "dist/react-intersection-observer.m.js", | ||
"path": "dist/react-intersection-observer.mjs", | ||
"name": "useInView", | ||
@@ -65,3 +69,3 @@ "import": "{ useInView }", | ||
{ | ||
"path": "dist/react-intersection-observer.m.js", | ||
"path": "dist/react-intersection-observer.mjs", | ||
"name": "observe", | ||
@@ -68,0 +72,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
212049
2