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 1.2.2 to 1.2.3

6

package.json
{
"name": "vue-dndrop",
"version": "1.2.2",
"version": "1.2.3",
"description": "Vue wrappers for drag and drop",

@@ -12,3 +12,4 @@ "author": "amendx && kutlugsahin",

"Dave Stewart (https://github.com/davestewart)",
"Kurt Lugsahin (https://github.com/kutlugsahin)"
"Kurt Lugsahin (https://github.com/kutlugsahin)",
"Amanda Esmeraldo (https://github.com/amendx)"
],

@@ -42,3 +43,2 @@ "publishConfig": {

"docs": "cd docs && npm run dev",
"deploy": "cd docs && npm run deploy",
"lint": "eslint src/*"

@@ -45,0 +45,0 @@ },

@@ -14,2 +14,4 @@ <p align="center">

<img src="https://img.shields.io/npm/dt/vue-dndrop" alt="npm downloads" />
<img src="https://img.shields.io/github/license/amendx/vue-dndrop.svg" alt="mit license" />
<img src="https://badgen.net/github/last-commit/amendx/vue-dndrop" alt="commit" />
<img src="https://github.com/amendx/vue-dndrop/actions/workflows/deploy.yml/badge.svg" alt="github pages" />

@@ -54,6 +56,10 @@ </p>

###### This library consists on a wrapper for Vue.js components over the long missed [smooth-dnd](https://github.com/kutlugsahin/smooth-dnd) library. To make it less _importee_, all the content imported from `smooth-dnd` is now on our own library. It's all plain javascript now.
> This library consists on a wrapper for Vue.js components over the long missed [smooth-dnd](https://github.com/kutlugsahin/smooth-dnd) library. To make it less _importee_, all the content imported from `smooth-dnd` is now on our own library. It's all plain javascript now.
> Feel free to contribute.
### Contributors
<a href="https://github.com/amendx/vue-dndrop/contributors">
<img src="https://contrib.rocks/image?repo=amendx/vue-dndrop"/>
</a>
---

@@ -119,5 +125,5 @@

| :orientation | string | `vertical` | Orientation of the container. Can be **horizontal** or **vertical**. |
| :behaviour | string | `move` | Property to describe weather the dragging item will be moved or copied to target container. Can be **move** or **copy** or **drop-zone** or **contain**. |
| :behaviour | string | `move` | Property to describe wether the dragging item will be moved or copied to target container. Can be **move** or **copy** or **drop-zone** or **contain**. |
| :tag | string or NodeDescription | `div` | _See descriptions below_ |
| :group-name | string | `undefined` | Draggables can be moved between the containers having the same group names. If not set container will not accept drags from outside. This behaviour can be overriden by shouldAcceptDrop function. See below. |
| :group-name | string | `undefined` | Draggables can be moved between the containers having the same group names. If not set container will not accept drags from outside. This behaviour can be overwritten by shouldAcceptDrop function. See below. |
| :lock-axis | string | `undefined` | Locks the movement axis of the dragging. Possible values are **x**, **y** or **undefined**. |

@@ -124,0 +130,0 @@ | :drag-handle-selector | string | `undefined` | Css selector to test for enabling dragging. If not given item can be grabbed from anywhere in its boundaries. |

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