Socket
Socket
Sign inDemoInstall

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.0 to 9.2.1

react-intersection-observer.esm.js

20

package.json
{
"name": "react-intersection-observer",
"version": "9.2.0",
"version": "9.2.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",
"esmodule": "react-intersection-observer.esm.js",
"unpkg": "react-intersection-observer.umd.js",
"typings": "index.d.ts",
"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",
"author": "Daniel Schmidt",

@@ -52,3 +52,3 @@ "sideEffects": false,

{
"path": "dist/react-intersection-observer.m.js",
"path": "dist/react-intersection-observer.esm.js",
"name": "InView",

@@ -59,3 +59,3 @@ "import": "{ InView }",

{
"path": "dist/react-intersection-observer.m.js",
"path": "dist/react-intersection-observer.esm.js",
"name": "useInView",

@@ -66,3 +66,3 @@ "import": "{ useInView }",

{
"path": "dist/react-intersection-observer.m.js",
"path": "dist/react-intersection-observer.esm.js",
"name": "observe",

@@ -69,0 +69,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