New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-dndrop

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-dndrop - npm Package Compare versions

Comparing version 0.9.14 to 0.9.15

dist/vue-dndrop.esm.js

12

package.json
{
"name": "vue-dndrop",
"version": "0.9.14",
"version": "0.9.15",
"description": "Vue wrappers for smooth-dnd",

@@ -29,5 +29,5 @@ "author": "amendx && kutlugsahin",

],
"main": "dist/vue-smooth-dnd.js",
"module": "dist/vue-smooth-dnd.esm.js",
"jsnext:main": "dist/vue-smooth-dnd.esm.js",
"main": "dist/vue-dndrop.js",
"module": "dist/vue-dndrop.esm.js",
"jsnext:main": "dist/vue-dndrop.esm.js",
"files": [

@@ -39,4 +39,4 @@ "dist/"

"build": "rollup -c build/rollup.js",
"demo": "cd demo && npm run dev",
"lint": "eslint src/*"
"lint": "eslint src/*",
"test": "jest --watchAll --verbose"
},

@@ -43,0 +43,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

# Vue Smooth DnD
# Vue drag-n-drop

@@ -16,3 +16,3 @@ A fast and lightweight drag&drop, sortable library for Vue.js with many configuration options covering many d&d scenarios.

```shell
npm i @amendx/vue-dnd
npm i vue-dndrop
```

@@ -19,0 +19,0 @@

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