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

sortablejs-vue3

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sortablejs-vue3 - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

16

dist/sortablejs-vue3.es.js

@@ -56,9 +56,15 @@ import { defineComponent, ref, computed, watch, onUnmounted, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, Fragment, renderList, renderSlot, unref } from "vue";

});
watch(() => props.options, (options) => {
if (options && sortable?.value) {
for (const property in options) {
sortable.value.option(property, options[property]);
watch(
() => props.options,
(options) => {
if (options && sortable?.value) {
for (const property in options) {
sortable.value.option(
property,
options[property]
);
}
}
}
});
);
onUnmounted(() => {

@@ -65,0 +71,0 @@ if (sortable.value) {

{
"name": "sortablejs-vue3",
"version": "1.2.1",
"version": "1.2.2",
"author": {

@@ -48,9 +48,9 @@ "email": "maxwell.leiter@gmail.com",

"@types/sortablejs": "1.13.0",
"@vitejs/plugin-vue": "3.0.1",
"@vitejs/plugin-vue": "3.1.0",
"prettier": "2.7.1",
"terser": "5.14.2",
"typescript": "4.7.4",
"vite": "3.0.4",
"vue-tsc": "0.39.2"
"terser": "5.15.0",
"typescript": "4.8.2",
"vite": "3.1.0",
"vue-tsc": "0.40.11"
}
}
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