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
291
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.8.1 to 2.8.2

8

dist/interfaces.d.ts

@@ -30,2 +30,8 @@ import { ComponentPropsWithRef, ComponentType, Key, ReactNode } from 'react';

/**
* Passed to the Components.TableBody custom component
*/
export declare type TableBodyProps = Pick<ComponentPropsWithRef<'tbody'>, 'style' | 'children' | 'ref' | 'className'> & {
'data-test-id': string;
};
/**
* Passed to the Components.List custom component

@@ -161,3 +167,3 @@ */

*/
TableBody?: ComponentType<ListProps & {
TableBody?: ComponentType<TableBodyProps & {
context?: Context;

@@ -164,0 +170,0 @@ }>;

2

package.json

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

"sideEffects": false,
"version": "2.8.1",
"version": "2.8.2",
"homepage": "https://virtuoso.dev/",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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