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-beta8

dist/index.d.ts

14

package.json
{
"name": "svelte-file-dropzone",
"version": "1.1.2-beta7",
"version": "1.1.2-beta8",
"description": "Svelte component for fileupload and file dropzone",
"main": "dist/index.mjs",
"main": "dist/index.js",
"scripts": {

@@ -20,5 +20,5 @@ "build": "rollup -c",

".": {
"types": "./dist/index.d.mts",
"svelte": "./dist/index.mjs",
"default": "./dist/index.mjs"
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}

@@ -78,4 +78,4 @@ },

],
"svelte": "./dist/index.mjs",
"types": "./dist/index.d.mts"
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts"
}