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

dynamic-virtual-scroller

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamic-virtual-scroller - npm Package Compare versions

Comparing version 3.0.21 to 3.0.22

2

package.json
{
"name": "dynamic-virtual-scroller",
"version": "3.0.21",
"version": "3.0.22",
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.",

@@ -5,0 +5,0 @@ "main": "virtual-scroller.js",

@@ -91,3 +91,9 @@ import validateParameters from './validateParameters';

Row was dragged out
* Call removeDataOfRow before removeRowAt, otherwise the source scroller will render a duplicate
*/
adapterConfig.removeDataOfRow({
row: $(el),
rowIndex: dragState.currentIndex,
scrollContainer: dragState.container.closest('.' + CLASSES.container),
});
dragState.container

@@ -98,7 +104,2 @@ .closest('.' + CLASSES.container)

adapterConfig.removeDataOfRow({
row: $(el),
rowIndex: dragState.currentIndex,
scrollContainer: dragState.container.closest('.' + CLASSES.container),
});
dragState = getCleanDragState();

@@ -105,0 +106,0 @@ return;

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