Socket
Socket
Sign inDemoInstall

vue-drag-and-drop-list

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.1.1

dist/vue-drag-and-drop-list.js

14

package.json
{
"name": "vue-drag-and-drop-list",
"version": "0.0.10",
"version": "0.1.1",
"description": "A Vue.js directives with the HTML5 drag & drop API.",
"main": "vue-drag-and-drop-list.js",
"main": "dist/vue-drag-and-drop-list.js",
"directories": {

@@ -10,3 +10,5 @@ "example": "example"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"dev": "rollup -c -w"
},

@@ -27,3 +29,7 @@ "repository": {

},
"homepage": "https://github.com/Alex-fun/vue-drag-and-drop-list#readme"
"homepage": "https://github.com/Alex-fun/vue-drag-and-drop-list#readme",
"devDependencies": {
"rollup": "^0.34.13",
"rollup-watch": "^2.5.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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