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

react-virtualized-sticky-tree

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtualized-sticky-tree - npm Package Compare versions

Comparing version

to
2.1.23

@@ -426,2 +426,5 @@ 'use strict';

var node = this.nodes[index];
if (!node || !this.elem) {
return false;
}
return this.elem.scrollTop <= node.top - node.stickyTop && this.elem.scrollTop + this.props.height >= node.top + node.height;

@@ -428,0 +431,0 @@ }

@@ -426,2 +426,5 @@ 'use strict';

var node = this.nodes[index];
if (!node || !this.elem) {
return false;
}
return this.elem.scrollTop <= node.top - node.stickyTop && this.elem.scrollTop + this.props.height >= node.top + node.height;

@@ -428,0 +431,0 @@ }

{
"name": "react-virtualized-sticky-tree",
"description": "A React component for efficiently rendering tree like structures with support for position: sticky",
"version": "2.1.22",
"version": "2.1.23",
"author": "Marc McIntyre <marchaos@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",