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
2
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
1.1.2-beta5

6

dist/index.js
// Reexport your entry components here
export Dropzone from './components/Dropzone.svelte';
export Dropzone from "./components/Dropzone.svelte";
// this merely prevents the generated index.d.ts file from being empty, which itself causes problems
// we could just remove this file altogether, but that would break prior version's import api, which I'd like to avoid
export const __unused = null;

2

package.json
{
"name": "svelte-file-dropzone",
"version": "1.1.2-beta4",
"version": "1.1.2-beta5",
"description": "Svelte component for fileupload and file dropzone",

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

// Reexport your entry components here
export Dropzone from './components/Dropzone.svelte';
export Dropzone from "./components/Dropzone.svelte";
// this merely prevents the generated index.d.ts file from being empty, which itself causes problems
// we could just remove this file altogether, but that would break prior version's import api, which I'd like to avoid
export const __unused = null;