Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-intersection-observer

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-intersection-observer - npm Package Compare versions

Comparing version 9.2.2 to 9.3.0-beta.1

react-intersection-observer.mjs

22

package.json
{
"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 }",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc