vue-dndrop
Advanced tools
Comparing version 0.9.14 to 0.9.15
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
35711