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

vue-virtual-draglist

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-virtual-draglist - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

dist/virtual-drag-list.js

18

package.json
{
"name": "vue-virtual-draglist",
"version": "3.1.1",
"version": "3.1.2",
"description": "A virtual scrolling list component that can be sorted by dragging, support vue3",
"main": "dist/draglist.js",
"main": "dist/virtual-drag-list.min.js",
"types": "types/index.d.ts",
"files": [
"src",
"dist"
"dist",
"types"
],

@@ -42,3 +43,3 @@ "scripts": {

"dependencies": {
"sortable-dnd": "0.4.11"
"sortable-dnd": "0.5.2"
},

@@ -53,10 +54,3 @@ "devDependencies": {

"@rollup/plugin-typescript": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.16.0",
"lint-staged": "^11.1.2",

@@ -63,0 +57,0 @@ "prettier": "^2.3.2",

# vue-virtual-draglist
[![npm](https://img.shields.io/npm/v/vue-virtual-draglist/next.svg)](https://www.npmjs.com/package/vue-virtual-draglist) [![npm](https://img.shields.io/npm/dt/vue-virtual-draglist.svg)](https://www.npmjs.com/package/vue-virtual-draglist) [![vue2](https://img.shields.io/badge/vue-3.x-brightgreen.svg)](https://vuejs.org/) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![npm](https://img.shields.io/npm/v/vue-virtual-draglist/next.svg)](https://www.npmjs.com/package/vue-virtual-draglist) [![npm](https://img.shields.io/npm/dm/vue-virtual-draglist.svg)](https://www.npmjs.com/package/vue-virtual-draglist) [![vue2](https://img.shields.io/badge/vue-3.x-brightgreen.svg)](https://vuejs.org/) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

@@ -76,3 +76,3 @@ A virtual scrolling list component that can be sorted by dragging, support vue3

| `handle` | `Function/String` | `-` | Drag handle selector within list items |
| `group` | `Function/String` | `-` | string: 'name' or object: `{ name: 'group', put: true/false, pull: true/false }` |
| `group` | `Object/String` | `-` | string: 'name' or object: `{ name: 'group', put: true/false, pull: true/false }` |
| `keepOffset` | `Boolean` | `false` | When scrolling up to load data, keep the same offset as the previous scroll |

@@ -79,0 +79,0 @@ | `direction` | `String` | `vertical` | `vertical/horizontal`, scroll direction |

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