Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-virtualized

Package Overview
Dependencies
Maintainers
5
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtualized - npm Package Versions

1
30

4.6.2

Diff

Changelog

Source

4.6.2

Replaced single occurence of Number.isNaN with isNaN to avoid IE compatibility issues. Maybe in the future I will add a polyfill dependency but I did not intend to introduce this without a major version bump so I'm removing it.

brianvaughn
published 4.6.1 •

Changelog

Source

4.6.1

Removes event.stopPropagation since it was unnecessary to prevent keyboard event bubbling, only to prevent the default browser behavior.

brianvaughn
published 4.6.0 •

Changelog

Source

4.6.0

Relocated a couple of static style properties from inline style object to exported CSS file for easier customization. Added Grid__cell and VirtualScroll__row classes.

brianvaughn
published 4.5.0 •

Changelog

Source

4.5.0

Added onScroll callback to Grid, FlexTable, and VirtualScroll. Added scrollToCell method to Grid and scrollToRow to FlexTable, and VirtualScroll.

brianvaughn
published 4.4.3 •

Changelog

Source

4.4.3

Added -ms-flex and -webkit-flex browser prefixes to FlexTable cells.

brianvaughn
published 4.4.2 •

Changelog

Source

4.4.2

Fixed invalid function reference in Grid triggered by specifying an initial scrollToRow property.

brianvaughn
published 4.4.1 •

Changelog

Source

4.4.1

Fixed distribution to include new Grid component as an export.

brianvaughn
published 4.4.0 •

Changelog

Source

4.4.0

Added new Grid component for virtualizing rows and columns . Updated AutoSizer component to support managing only width or height (in addition to both).

brianvaughn
published 4.3.1 •

Changelog

Source

4.3.1

Fixed small CSS property misnaming issue.

brianvaughn
published 4.3.0 •

Changelog

Source

4.3.0

FlexTable now supports dynamic row-heights (in the same way as VirtualScroll).

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