New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-infinite-virtual-scroll

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-infinite-virtual-scroll - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

build/index.d.ts

1

build/index.js

@@ -67,2 +67,3 @@ "use strict";

// scrollTop must be clamped since in some browser it may drop below zero
// TODO: reading scrollTop cause reflow, how to avoid it ?
var scrollTop = Math.max(0, container.scrollTop);

@@ -69,0 +70,0 @@ while (scrollTop < state.topSpace && loopCount++ < MAX_LOOP_COUNT) {

2

package.json
{
"name": "react-infinite-virtual-scroll",
"version": "0.0.2",
"version": "0.0.3",
"description": "infinite virtual scroll with react and async iterator",

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

# React Infinite Virtual Scroll
demo: [github page](https://buhichan.github.io/react-infinite-virtual-scroll/demo)
demo: [github page](https://buhichan.github.io/#/virtual-scroll-demo)

@@ -5,0 +5,0 @@ # Why

@@ -5,2 +5,3 @@ {

"target": "es5",
"declaration": true,
"jsx": "react",

@@ -7,0 +8,0 @@ "sourceMap": true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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