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.0.3 to 2.0.4

3

dist/commonjs/AutoSizedStickyTree.js

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

_this2.setState({ width: rect.bounds.width, height: rect.bounds.height });
if (_this2.props.onResize !== undefined) {
_this2.props.onResize(rect);
}
}

@@ -58,0 +61,0 @@

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

_this2.setState({ width: rect.bounds.width, height: rect.bounds.height });
if (_this2.props.onResize !== undefined) {
_this2.props.onResize(rect);
}
}

@@ -58,0 +61,0 @@

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.0.3",
"version": "2.0.4",
"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