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 2.1.12 to 2.1.13

4

dist/commonjs/StickyTree.js

@@ -122,3 +122,5 @@ 'use strict';

if (props.isModelImmutable) {
if (this.getChildrenCache[node.id] !== children) {
// If children is undefined, then it is probably a leaf node, so we will have to render this since we don't know if the node
// itself has changed.
if (children === undefined || this.getChildrenCache[node.id] !== children) {
delete this.rowRenderCache[node.id];

@@ -125,0 +127,0 @@ this.getChildrenCache[node.id] = children;

@@ -122,3 +122,5 @@ 'use strict';

if (props.isModelImmutable) {
if (this.getChildrenCache[node.id] !== children) {
// If children is undefined, then it is probably a leaf node, so we will have to render this since we don't know if the node
// itself has changed.
if (children === undefined || this.getChildrenCache[node.id] !== children) {
delete this.rowRenderCache[node.id];

@@ -125,0 +127,0 @@ this.getChildrenCache[node.id] = children;

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

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

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