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

@scalar/draggable

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/draggable - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

CHANGELOG.md
# @scalar/draggable
## 0.1.2
### Patch Changes
- a2cb3c3: Migrate away from unintended peer dependencies
## 0.1.1

@@ -4,0 +10,0 @@

3

dist/index.js

@@ -33,4 +33,3 @@ import { ref as D, defineComponent as _, computed as p, openBlock as S, createElementBlock as T, normalizeClass as Y, withModifiers as v, unref as m, renderSlot as w } from "vue";

}), E = () => {
if (!r.value || !o.value)
return;
if (!r.value || !o.value) return;
const e = { ...o.value }, a = { ...r.value };

@@ -37,0 +36,0 @@ o.value = null, r.value = null, document.querySelectorAll("div.dragging").forEach((n) => n.classList.remove("dragging")), e.id !== a.id && l("onDragEnd", e, a);

@@ -16,3 +16,3 @@ {

],
"version": "0.1.1",
"version": "0.1.2",
"engines": {

@@ -36,2 +36,5 @@ "node": ">=18"

"module": "dist/index.js",
"dependencies": {
"vue": "^3.4.22"
},
"devDependencies": {

@@ -46,5 +49,2 @@ "@vitejs/plugin-vue": "^5.0.4",

},
"peerDependencies": {
"vue": "^3.3.0"
},
"scripts": {

@@ -51,0 +51,0 @@ "build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",

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