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

react-virtualized-sticky-tree

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

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.5

4

dist/commonjs/StickyTree.js

@@ -237,2 +237,6 @@ 'use strict';

if (!node) {
return false;
}
if (node.isSticky && index === this.state.currNodePos || this.getParentPath(this.state.currNodePos).includes(this.nodePosCache[index])) {

@@ -239,0 +243,0 @@ return true;

@@ -237,2 +237,6 @@ 'use strict';

if (!node) {
return false;
}
if (node.isSticky && index === this.state.currNodePos || this.getParentPath(this.state.currNodePos).includes(this.nodePosCache[index])) {

@@ -239,0 +243,0 @@ return true;

2

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

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