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.13 to 2.1.14

2

dist/commonjs/StickyTree.js

@@ -569,2 +569,4 @@ 'use strict';

function forceUpdate() {
this.getChildrenCache = {};
this.rowRenderCache = {};
this.storeRenderTree(this.props, this.state);

@@ -571,0 +573,0 @@ _get(StickyTree.prototype.__proto__ || Object.getPrototypeOf(StickyTree.prototype), 'forceUpdate', this).call(this);

@@ -569,2 +569,4 @@ 'use strict';

function forceUpdate() {
this.getChildrenCache = {};
this.rowRenderCache = {};
this.storeRenderTree(this.props, this.state);

@@ -571,0 +573,0 @@ _get(StickyTree.prototype.__proto__ || Object.getPrototypeOf(StickyTree.prototype), 'forceUpdate', this).call(this);

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.13",
"version": "2.1.14",
"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