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 4.0.4 to 4.0.5

10

dist/index.d.ts

@@ -460,2 +460,6 @@ /// <reference types="react" />

/**
* Set the contents of the table footer.
*/
fixedFooterContent?: FixedFooterContent;
/**
* The total amount of items to be rendered.

@@ -630,3 +634,3 @@ */

export declare const VirtuosoGrid: <Context = any>(props: VirtuosoGridProps<Context, unknown> & {
export declare const VirtuosoGrid: <ItemData = any, Context = any>(props: VirtuosoGridProps<ItemData, Context> & {
ref?: Ref<VirtuosoGridHandle> | undefined;

@@ -660,2 +664,6 @@ }) => ReactElement;

/**
* Additional context available in the custom components and content callbacks
*/
context?: C;
/**
* Use for server-side rendering - if set, the list will render the specified amount of items

@@ -662,0 +670,0 @@ * regardless of the container / item size.

2

package.json

@@ -6,3 +6,3 @@ {

"sideEffects": false,
"version": "4.0.4",
"version": "4.0.5",
"homepage": "https://virtuoso.dev/",

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

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