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.3.4-beta.2 to 9.3.4

react-intersection-observer.modern.mjs

13

package.json
{
"name": "react-intersection-observer",
"version": "9.3.4-beta.2",
"version": "9.3.4",
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",

@@ -11,15 +11,9 @@ "source": "./src/index.tsx",

"exports": {
"./test-utils": {
"default": "./test-utils.js",
"types": "./test-utils.d.ts"
},
"./test-utils": "./test-utils.js",
".": {
"module": "./react-intersection-observer.esm.js",
"require": "./react-intersection-observer.js",
"default": "./react-intersection-observer.modern.mjs",
"types": "./index.d.ts"
"default": "./react-intersection-observer.modern.mjs"
}
},
"author": "Daniel Schmidt",
"license": "MIT",
"sideEffects": false,

@@ -30,2 +24,3 @@ "repository": {

},
"license": "MIT",
"keywords": [

@@ -32,0 +27,0 @@ "react",

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