Socket
Socket
Sign inDemoInstall

vue-slicksort

Package Overview
Dependencies
21
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

4

index.d.ts
declare module 'vue-slicksort' {
import { DirectiveOptions, Component } from 'vue';
import { DirectiveOptions, Component, Plugin } from 'vue';

@@ -13,2 +13,4 @@ export const ContainerMixin: Component;

export function arrayMove<T>(arr: Array<T>, prevIndex: number, newIndex: number): Array<T>;
export const plugin: Plugin;
}
{
"name": "vue-slicksort",
"version": "2.0.2",
"version": "2.0.3",
"description": "Set of mixins to turn any list into a sortable, touch-friendly, animated list",

@@ -79,3 +79,3 @@ "author": {

"@vue/test-utils": "^2.0.0-rc.6",
"@vueuse/core": "^4.1.1",
"@vueuse/core": "^9.5.0",
"autoprefixer": "^6.3.6",

@@ -82,0 +82,0 @@ "cross-env": "^1.0.7",

@@ -416,4 +416,10 @@ # Vue Slicksort πŸ––

### Upgrade from v0.x.x
### Upgrade from v1.x
There are a few changes in v2, mainly support for Vue 3 and dragging between groups. Read more about migrating here:
[vue-slicksort.netlify.app/migrating-1x](https://vue-slicksort.netlify.app/migrating-1x)
### Upgrade from v0.x
The event names have all changed from camelCase to dash-case to accommodate for inline HTML templates.

@@ -420,0 +426,0 @@

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