Socket
Socket
Sign inDemoInstall

vuedraggable

Package Overview
Dependencies
1
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "vuedraggable",
"version": "2.0.1",
"version": "2.0.2",
"description": "draggable component for vue",

@@ -5,0 +5,0 @@ "main": "src/vuedraggable.js",

@@ -52,3 +52,2 @@ (function() {

function install (Vue) {
const props = {

@@ -158,11 +157,4 @@ options: Object,

}
Vue.component('draggable', draggableComponent)
}
const vueDraggable = {
install
}
return vueDraggable
return draggableComponent
}

@@ -177,4 +169,4 @@

var draggable = buildDraggable(window.Sortable)
Vue.use(draggable)
Vue.component('draggable', draggable)
}
})();
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc