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

2.8.0

Diff

Changelog

Source

2.8.0

Changed Autosizer component to support a single child instead of the ChildComponent property. (For backwards compatibility purposes the ChildComponent property will continue to be supported.)

brianvaughn
published 2.7.5 •

Changelog

Source

2.7.5

Defer loading of element resize code until componentDidMount to avoid undefined document and body references. This was breaking server-side rendering.

brianvaughn
published 2.7.4 •

Changelog

Source

2.7.4

Uglify dist build to remove dead code.

brianvaughn
published 2.7.3 •

Changelog

Source

2.7.2 & 2.7.3

Improved checks for undefined document and window in hopes of better supporting server-side rendering.

brianvaughn
published 2.7.2 •

Changelog

Source

2.7.2 & 2.7.3

Improved checks for undefined document and window in hopes of better supporting server-side rendering.

brianvaughn
published 2.7.1 •

Changelog

Source

2.7.1

Replaced invalid rowHeight instanceof Number check with typeof rowHeight === 'number' in VirtualScroll.

brianvaughn
published 2.7.0 •

Changelog

Source

2.7.0

Moved onRowsRendered to componentDidUpdate (instead of render) to keep render free of side-effects. Added tests to ensure that the callback is only invoked once per start/stop index pair (and not again unless the indices change).

brianvaughn
published 2.6.2 •

Changelog

Source

2.6.2

Added check for undefined document before accessing attachEvent to avoid causing problems with server-side rendering.

brianvaughn
published 2.6.1 •

Changelog

Source

2.6.1

Cell title now only set if rendered cell contents are a string. This fixes issue #35.

brianvaughn
published 2.6.0 •

Changelog

Source

2.6.0

VirtualScroll and FlexTable now support dynamic row heights by accepting a function as the rowHeight property.

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