New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
297
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

3.0.0

Diff

Changelog

Source

3.0.0

CSS styles have been split into two groups: functional styles (eg. position, overflow) and presentational styles (eg. text-transform, color) and both have been converted to inline styles rather than being loaded as CSS. This was done primarily to simplify usage for universal/isomorphic rendering.

For more information on customizing styles refer to the documentation...

brianvaughn
published 2.8.0 •

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.

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