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 3.1.1

7

CHANGELOG.md
# @uppy/drag-drop
## 3.1.1
Released: 2024-07-02
Included in: Uppy v3.27.2
- docs,@uppy/drag-drop: `uppy.io/docs` - fix typos/broken links (Evgenia Karunus / #5296)
## 3.1.0

@@ -4,0 +11,0 @@

2

lib/DragDrop.js

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

const packageJson = {
"version": "3.1.0"
"version": "3.1.1"
};

@@ -13,0 +13,0 @@ import locale from "./locale.js";

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

@@ -29,8 +29,8 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "^5.7.5",
"@uppy/utils": "^5.9.0",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.10.0"
"@uppy/core": "^3.13.1"
}
}

@@ -12,5 +12,6 @@ # @uppy/drag-drop

**[Read the docs](https://uppy.io/docs/dragdrop)** | **[Try it](https://uppy.io/examples/dragdrop/)**
**[Read the docs](https://uppy.io/docs/drag-drop/)**
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

@@ -35,7 +36,11 @@ ## Example

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/dragdrop).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/drag-drop/).

@@ -42,0 +47,0 @@ ## License

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