vue-virtual-draglist
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"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 | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
15
142583
6
2653
1
+ Addedsortable-dnd@0.5.2(transitive)
- Removedsortable-dnd@0.4.11(transitive)
Updatedsortable-dnd@0.5.2