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

vue-fluid-dnd

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-fluid-dnd - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

dist/vue-fluid-dnd.js

10

package.json
{
"name": "vue-fluid-dnd",
"version": "0.1.15",
"version": "0.1.16",
"type": "module",

@@ -9,9 +9,9 @@ "files": [

],
"main": "./dist/vue3-juice-dnd.umd.cjs",
"module": "./dist/vue3-juice-dnd.js",
"main": "./dist/vue3-fluid-dnd.umd.cjs",
"module": "./dist/vue3-fluid-dnd.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vue3-juice-dnd.js",
"require": "./dist/vue3-juice-dnd.umd.cjs"
"import": "./dist/vue3-fluid-dnd.js",
"require": "./dist/vue3-fluid-dnd.umd.cjs"
},

@@ -18,0 +18,0 @@ "./style.css": "./dist/style.css"

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

# vue3-juice-dnd
# vue-fluid-dnd

@@ -18,16 +18,16 @@ ## 👋 Introduction

1. **Install vue3-juice-dnd:**
1. **Install vue-fluid-dnd:**
```bash
# with npm:
npm i vue3-juice-dnd
npm i vue-fluid-dnd
# with yarn:
yarn add vue3-juice-dnd
yarn add vue-fluid-dnd
# with pnpm:
pnpm i vue3-juice-dnd
pnpm i vue-fluid-dnd
# with ultra:
ultra install vue3-juice-dnd
ultra install vue-fluid-dnd
```

@@ -38,3 +38,3 @@

```js
import { Draggable, Droppable } from "vue3-juice-dnd";
import { Draggable, Droppable } from "vue-fluid-dnd";
```

@@ -76,8 +76,6 @@

- 📚 [All docs here](https://vue3-juice-dnd.netlify.app/).
- 📚 [All docs here](https://vue-fluid-dnd.netlify.app/).
## 🤝 Contributing
If you're interested in contributing to Fvue3-juice-dnd JS, please read our contributing docs before submitting a pull request [CONTRIBUTING](./CONTRIBUTING.md).
<!-- TODO: change library name -->
If you're interested in contributing to vue-fluid-dnd JS, please read our contributing docs before submitting a pull request [CONTRIBUTING](./CONTRIBUTING.md).

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc