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

react-virtuoso

Package Overview
Dependencies
Maintainers
1
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtuoso - npm Package Compare versions

Comparing version 2.13.3 to 2.13.4

4

dist/index.d.ts

@@ -485,3 +485,3 @@ import { ComponentPropsWithRef } from 'react';

*/
itemSize?: (el: HTMLElement, field: 'offsetHeight' | 'offsetWidth') => number;
itemSize?: (el: HTMLElement, dimension: 'height' | 'width') => number;
/**

@@ -797,3 +797,3 @@ * Can be used to improve performance if the rendered items are of known size.

*/
itemSize?: (el: HTMLElement, field: 'offsetHeight' | 'offsetWidth') => number;
itemSize?: (el: HTMLElement, dimension: 'height' | 'width') => number;
/**

@@ -800,0 +800,0 @@ * Can be used to improve performance if the rendered items are of known size.

@@ -5,3 +5,3 @@ {

"sideEffects": false,
"version": "2.13.3",
"version": "2.13.4",
"homepage": "https://virtuoso.dev/",

@@ -8,0 +8,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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