Socket
Socket
Sign inDemoInstall

svelte-drag-drop-touch

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

3

package.json
{
"name": "svelte-drag-drop-touch",
"version": "0.1.6",
"version": "0.1.7",
"description": "HTML5 Drag-and-Drop support for mobile devices",
"type": "module",
"module": "./dist/svelte-drag-drop-touch.esm.js",
"svelte": "./dist/svelte-drag-drop-touch.esm.js",
"exports": {

@@ -8,0 +9,0 @@ "import": "./dist/svelte-drag-drop-touch.esm.js"

@@ -7,3 +7,3 @@ # svelte-drag-drop-touch #

### Installation ###
## Installation ##

@@ -14,3 +14,3 @@ ```

### Usage ###
## Usage ##

@@ -25,3 +25,3 @@ ```

### Example ###
## Example ##

@@ -34,3 +34,3 @@ Several examples are available on the Svelte REPL - feel free to play with them! The most basic one is

### Background Information ###
## Background Information ##

@@ -43,3 +43,3 @@ [Bernardo Castilho](https://github.com/Bernardo-Castilho) has written a nice (and lightweight) [Drag-and-Drop polyfill](https://github.com/Bernardo-Castilho/dragdroptouch) which brings HTML5 Drag-and-Drop capabilities to mobile devices. Unfortunately, the NPM package for that polyfill is outdated and does not seem to be updated.

### Additional Examples ###
## Additional Examples ##

@@ -50,3 +50,3 @@ * [Drop- and No-Drop-Zones](https://svelte.dev/repl/49e42554b5c844c3a7f10aa4b997e969) - look where the events are sent to

### Build Instructions ###
## Build Instructions ##

@@ -61,1 +61,5 @@ You may easily build this package yourself.

4. execute `npm run build` to create a new build
## License ##
[MIT License](LICENSE.md)

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

//----------------------------------------------------------------------------//
// Svelte Drag-Drop-Touch //
//----------------------------------------------------------------------------//
import DragDropTouch from 'dragdroptouch-bug-fixed'
export default DragDropTouch.DragDropTouch

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc