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

svelte-movable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-movable - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "svelte-movable",
"version": "1.1.0",
"version": "1.1.1",
"description": "Action to move node on mousedown & mousemove",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -21,4 +21,6 @@ # Svelte Action - `use:movable`

- [Changelog](#changelog)
- [Installation](#installation)
- [Usage](#usage)
- [Documentation](#documentation)
- [Typescript support](#typescript-support)
- [Contributing](#contributing)

@@ -31,2 +33,12 @@ - [Todos](#todos)

## Installation
```bash
npm install svelte-movable
yarn add svelte-movable
pnpm add svelte-movable
# Note: add to dev dependencies instead if using svelte-kit
```
## Usage

@@ -55,5 +67,5 @@

// on:movablestart
onmovablestart?: (event: CustomEvent<HTMLElement>) => void;
onmovablestart?: (event: CustomEvent<import('svelte-movable').MovableEventDetails>) => void;
// on:movableend
onmovableend?: (event: CustomEvent<HTMLElement>) => void;
onmovableend?: (event: CustomEvent<import('svelte-movable').MovableEventDetails>) => void;
}

@@ -60,0 +72,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