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

react-virtual

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtual - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

package.json
{
"name": "react-virtual",
"version": "2.3.0",
"version": "2.3.1",
"description": "Hooks for virtualizing scrollable elements in React",

@@ -5,0 +5,0 @@ "author": "tannerlinsley",

@@ -30,2 +30,9 @@ type ScrollAlignment = 'start' | 'center' | 'end' | 'auto'

paddingEnd?: number
useObserver?: (
ref: React.RefObject<T>
) => {
width: number
height: number
[key: string]: any
}
}): {

@@ -32,0 +39,0 @@ virtualItems: VirtualItem[]

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