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

svelte-file-dropzone

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-file-dropzone - npm Package Compare versions

Comparing version

to
0.0.3

2

dist/index.js

@@ -1079,3 +1079,3 @@ (function (global, factory) {

if (acceptedFiles.length > 0 && onDropAccepted) {
if (acceptedFiles.length > 0) {
dispatch("dropaccepted", { acceptedFiles, event });

@@ -1082,0 +1082,0 @@ }

{
"name": "svelte-file-dropzone",
"version": "0.0.2",
"version": "0.0.3",
"description": "Svelte component for fileupload and file dropzone",

@@ -5,0 +5,0 @@ "svelte": "src/index.js",

# svelte-file-dropzone
Svelte implementation of [react-dropzone](https://github.com/react-dropzone/react-dropzone).
SvelteJS component for file upload and dropzone.The component is Svelte implementation of [react-dropzone](https://github.com/react-dropzone/react-dropzone).
Storybook at https://svelte-file-dropzone.netlify.app/
[Click here for Storybook link](https://svelte-file-dropzone.netlify.app/?path=/info/examples--basic-dropzone)

@@ -21,3 +21,3 @@ ## Installation

<script>
import Dropzone from "./../../src";
import Dropzone from "svelte-file-dropzone";

@@ -24,0 +24,0 @@ let files = {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet