Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-virtuoso

Package Overview
Dependencies
Maintainers
1
Versions
288
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.7.10 to 4.7.11

3

dist/index.d.ts

@@ -583,4 +583,5 @@ import { default as React_2 } from 'react';

* Set to a value between 0 and totalCount - 1 to make the list start scrolled to that item.
* Pass in an object to achieve additional effects similar to `scrollToIndex`.
*/
initialTopMostItemIndex?: number;
initialTopMostItemIndex?: number | IndexLocationWithAlign;
/**

@@ -587,0 +588,0 @@ * Set this value to offset the initial location of the list.

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

"sideEffects": false,
"version": "4.7.10",
"version": "4.7.11",
"homepage": "https://virtuoso.dev/",

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

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

A convenient way to debug something is to preview the test cases in the browser.
To do that, run `npm run browse-examples` - it will open a crude UI that lets you browse the components in the `e2e` folder.
To do that, run `npm run dev` - it will launch a Ladle server that lets you browse the components in the `examples` folder.
### Docs
The documentation site is built with docusaurus and the content is available in the `site/docs` directory.
The API reference is generated from the doc comments in `src/components.tsx`.
## License
MIT License.
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