Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
Maintainers
5
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/dashboard - npm Package Compare versions

Comparing version 3.8.2 to 3.8.3

7

CHANGELOG.md
# @uppy/dashboard
## 3.8.3
Released: 2024-05-07
Included in: Uppy v3.25.2
- @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: Upgrade @transloadit/prettier-bytes (Merlijn Vos / #5150)
## 3.8.2

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

2

lib/Dashboard.js

@@ -21,3 +21,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }

const packageJson = {
"version": "3.8.2"
"version": "3.8.3"
};

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

{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.8.2",
"version": "3.8.3",
"license": "MIT",

@@ -26,6 +26,6 @@ "main": "lib/index.js",

"dependencies": {
"@transloadit/prettier-bytes": "^0.3.0",
"@transloadit/prettier-bytes": "^0.3.4",
"@uppy/informer": "^3.1.0",
"@uppy/provider-views": "^3.12.0",
"@uppy/status-bar": "^3.3.2",
"@uppy/status-bar": "^3.3.3",
"@uppy/thumbnail-generator": "^3.1.0",

@@ -42,3 +42,3 @@ "@uppy/utils": "^5.9.0",

"@uppy/google-drive": "^3.5.1",
"@uppy/status-bar": "^3.3.2",
"@uppy/status-bar": "^3.3.3",
"@uppy/url": "^3.6.1",

@@ -50,4 +50,4 @@ "@uppy/webcam": "^3.4.1",

"peerDependencies": {
"@uppy/core": "^3.11.0"
"@uppy/core": "^3.11.2"
}
}

@@ -12,12 +12,16 @@ # @uppy/dashboard

* Drag and Drop, paste, select from local disk / my device
* UI for Webcam and remote sources: Google Drive, Dropbox, Instagram (all optional, added via plugins)
* File previews and info
* Metadata editor
* Progress: total and for individual files
* Ability to pause/resume or cancel (depending on uploader plugin) individual or all files
- Drag and Drop, paste, select from local disk / my device
- UI for Webcam and remote sources: Google Drive, Dropbox, Instagram (all
optional, added via plugins)
- File previews and info
- Metadata editor
- Progress: total and for individual files
- Ability to pause/resume or cancel (depending on uploader plugin) individual or
all files
**[Read the docs](https://uppy.io/docs/dashboard/)** | **[Try it](https://uppy.io/examples/dashboard/)**
**[Read the docs](https://uppy.io/docs/dashboard/)** |
**[Try it](https://uppy.io/examples/dashboard/)**
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.

@@ -43,7 +47,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/dashboard).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/dashboard).

@@ -50,0 +58,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