Socket
Socket
Sign inDemoInstall

@uppy/drag-drop

Package Overview
Dependencies
Maintainers
5
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/drag-drop - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0-beta.1

lib/DragDrop.d.ts

9

CHANGELOG.md
# @uppy/drag-drop
## 4.0.0-beta.1
Released: 2024-03-28
Included in: Uppy v4.0.0-beta.1
- @uppy/drag-drop: refine type of private variables (Antoine du Hamel / #5026)
- @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009)
- @uppy/drag-drop: refactor to TypeScript (Antoine du Hamel / #4983)
## 3.1.0

@@ -4,0 +13,0 @@

3

lib/DragDrop.js

@@ -10,6 +10,5 @@ import { UIPlugin } from '@uppy/core';

const packageJson = {
"version": "3.1.0"
"version": "4.0.0-beta.1"
};
import locale from "./locale.js";
// Default options, must be kept in sync with @uppy/react/src/DragDrop.js.
const defaultOptions = {

@@ -16,0 +15,0 @@ inputName: 'files[]',

{
"name": "@uppy/drag-drop",
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
"version": "3.1.0",
"version": "4.0.0-beta.1",
"license": "MIT",

@@ -9,3 +9,2 @@ "main": "lib/index.js",

"type": "module",
"types": "types/index.d.ts",
"keywords": [

@@ -30,8 +29,9 @@ "file uploader",

"dependencies": {
"@uppy/utils": "^5.7.5",
"@uppy/utils": "^6.0.0-beta.1",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.10.0"
}
"@uppy/core": "^4.0.0-beta.1"
},
"stableVersion": "3.1.0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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