Socket
Socket
Sign inDemoInstall

vue3-virtual-scroll-list

Package Overview
Dependencies
21
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

dist/index.js.map

5

dist/index.js
/**
* vue3-virtual-scroll-list v0.2.0
* vue3-virtual-scroll-list v0.2.1
* open source under the MIT license

@@ -689,4 +689,4 @@ * https://github.com/reactjser/vue3-virtual-scroll-list#readme

name: 'VirtualListSlot',
props: SlotProps,
emits: ['slotResize'],
props: SlotProps,
setup: function setup(props, _ref2) {

@@ -1021,2 +1021,3 @@ var slots = _ref2.slots,

getSize: getSize,
getOffset: getOffset,
getScrollSize: getScrollSize,

@@ -1023,0 +1024,0 @@ getClientSize: getClientSize,

2

package.json
{
"name": "vue3-virtual-scroll-list",
"version": "0.2.0",
"version": "0.2.1",
"description": "A vue3 component support big amount data list with high scroll performance.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc