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

@shopify/react-intersection-observer

Package Overview
Dependencies
Maintainers
13
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-intersection-observer - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15-sknext-beta.9

build/cjs/hooks.js

26

package.json
{
"name": "@shopify/react-intersection-observer",
"version": "2.0.14",
"version": "2.0.15-sknext-beta.9",
"license": "MIT",
"description": "A React wrapper around the IntersectionObserver API",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"description": "A React wrapper around the Intersection Observer API",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -27,8 +27,22 @@ "build": "tsc --p tsconfig.json"

"files": [
"dist/*",
"!tsconfig.tsbuildinfo"
"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts"
],
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
},
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
"./": "./",
"./index": {
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
}
}
}

@@ -6,3 +6,3 @@ # `@shopify/react-intersection-observer`

A React wrapper around the [IntersectionObserver API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API).
A React wrapper around the [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API).

@@ -9,0 +9,0 @@ ## Installation

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