Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@adobe/react-virtualized
Advanced tools
React components for efficiently rendering large, scrollable lists and tabular data
This fork contains fixes and tuning to enhance performance on UXP based platforms.
This fork is completely API compatible with the main repository of react-virtualized
Just follow these steps
yarn remove react-virtualized
yarn add @adobe/react-virtualized
When scrolling up quickly to the top of a list on a platform with bounce sometimes the top rows would not render for a few seconds while the bounce animation completed.
We fixed the problem by treating negative scroll values the same as zero when rendering.
This changes the key generating algorithm to reuse keys in a rotating fashion in order to minimize expensive createElement calls when new rows come into the viewport. It also keeps the rows in the same initial document order to avoid unnecessary reordering of elements.
NOTE: Reusing elements will cause transient state like focus or input field values not controlled by react state to persist and appear in different rows. If your rows contain focusable input fields then you will want to use your own key values for each list item instead of the rotating keys provided by this fork.
9.22.0
FAQs
React components for efficiently rendering large, scrollable lists and tabular data
The npm package @adobe/react-virtualized receives a total of 23 weekly downloads. As such, @adobe/react-virtualized popularity was classified as not popular.
We found that @adobe/react-virtualized demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 48 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.