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.1.0 to 4.1.1

2

dist/index.d.ts

@@ -378,3 +378,3 @@ import { default as React_2 } from 'react';

/**
* Callback to determine if the list should enter "scroll seek" mode.
* Callback to determine if the list should exit "scroll seek" mode.
*/

@@ -381,0 +381,0 @@ exit: ScrollSeekToggle;

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

"sideEffects": false,
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://virtuoso.dev/",

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

@@ -8,14 +8,14 @@ <img src="https://user-images.githubusercontent.com/13347/101237112-ec4c6000-36de-11eb-936d-4b6b7ec94976.png" width="229" />

- Variable sized items out of the box; no manual measurements or hard-coding item heights is necessary;
- Support for [reverse (bottom up) scrolling and prepending items](//virtuoso.dev/prepend-items/) (chat, feeds, etc);
- [Grouped mode with sticky headers](//virtuoso.dev/grouped-by-first-letter/);
- [Responsive grid layout](//virtuoso.dev/grid-responsive-columns/);
- [Table Support](//virtuoso.dev/hello-table/);
- [Automatic handling of content resize](//virtuoso.dev/auto-resizing/);
- [Custom Header, Footer, and empty list components](//virtuoso.dev/customize-structure/);
- [Pinned top items](//virtuoso.dev/top-items/);
- [Endless scrolling](//virtuoso.dev/endless-scrolling/), [press to load more](//virtuoso.dev/press-to-load-more/);
- [Initial top most item index](//virtuoso.dev/initial-index/);
- [Scroll to index method](//virtuoso.dev/scroll-to-index/).
- Support for [reverse (bottom up) scrolling and prepending items](https://virtuoso.dev/prepend-items/) (chat, feeds, etc);
- [Grouped mode with sticky headers](https://virtuoso.dev/grouped-by-first-letter/);
- [Responsive grid layout](https://virtuoso.dev/grid-responsive-columns/);
- [Table Support](https://virtuoso.dev/hello-table/);
- [Automatic handling of content resize](https://virtuoso.dev/auto-resizing/);
- [Custom Header, Footer, and empty list components](https://virtuoso.dev/customize-structure/);
- [Pinned top items](https://virtuoso.dev/top-items/);
- [Endless scrolling](https://virtuoso.dev/endless-scrolling/), [press to load more](https://virtuoso.dev/press-to-load-more/);
- [Initial top most item index](https://virtuoso.dev/initial-index/);
- [Scroll to index method](https://virtuoso.dev/scroll-to-index/).
For live examples and documentation, check the [documentation website](//virtuoso.dev).
For live examples and documentation, check the [documentation website](https://virtuoso.dev).

@@ -44,3 +44,3 @@ ## Sponsors

## [Grouped Mode](//virtuoso.dev/grouped-by-first-letter/)
## [Grouped Mode](https://virtuoso.dev/grouped-by-first-letter/)

@@ -54,3 +54,3 @@ The `GroupedVirtuoso` component is a variant of the "flat" `Virtuoso`, with the following differences:

## [Grid](//virtuoso.dev/grid-responsive-columns/)
## [Grid](https://virtuoso.dev/grid-responsive-columns/)

@@ -60,3 +60,3 @@ The `VirtuosoGrid` component displays **same sized items** in multiple columns.

## [Table](//virtuoso.dev/hello-table/)
## [Table](https://virtuoso.dev/hello-table/)

@@ -68,8 +68,8 @@ The `TableVirtuoso` component works just like `Virtuoso`, but with HTML tables.

You can customize the markup up to your requirements - check [the Material UI list demo](//virtuoso.dev/material-ui-endless-scrolling/).
If you need to support reordering, [check the React Sortable HOC example](//virtuoso.dev/react-sortable-hoc/).
You can customize the markup up to your requirements - check [the Material UI list demo](https://virtuoso.dev/material-ui-endless-scrolling/).
If you need to support reordering, [check the React Sortable HOC example](https://virtuoso.dev/react-sortable-hoc/).
## Documentation and Demos
For in-depth documentation and live examples of the supported features and live demos, check the [documentation website](//virtuoso.dev).
For in-depth documentation and live examples of the supported features and live demos, check the [documentation website](https://virtuoso.dev).

@@ -76,0 +76,0 @@ ## Browser support

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