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 0.2.6 to 0.2.7

2

lib/intersection.js

@@ -57,3 +57,3 @@ 'use strict';

var itemsLeft = Array.from(INSTANCE_MAP.values()).some(function (item) {
var itemsLeft = INSTANCE_MAP.values().some(function (item) {
return item.threshold === instance.threshold;

@@ -60,0 +60,0 @@ });

{
"name": "react-intersection-observer",
"version": "0.2.6",
"version": "0.2.7",
"description": "Monitor if a component is inside the viewport, using IntersectionObserver API",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -48,3 +48,3 @@ if (global.window && !process.env.SERVER) {

const itemsLeft = Array.from(INSTANCE_MAP.values()).some(
const itemsLeft = INSTANCE_MAP.values().some(
item => item.threshold === instance.threshold,

@@ -51,0 +51,0 @@ )

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