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 4.0.0-beta.4 to 4.0.0-beta.5

7

CHANGELOG.md
# @uppy/dashboard
## 4.0.0-beta.5
Released: 2024-05-03
Included in: Uppy v4.0.0-beta.5
- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
## 4.0.0-beta.4

@@ -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": "4.0.0-beta.4"
"version": "4.0.0-beta.5"
};

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

{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"license": "MIT",

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

"@transloadit/prettier-bytes": "^0.3.0",
"@uppy/informer": "^4.0.0-beta.1",
"@uppy/provider-views": "^4.0.0-beta.4",
"@uppy/status-bar": "^4.0.0-beta.4",
"@uppy/thumbnail-generator": "^4.0.0-beta.3",
"@uppy/utils": "^6.0.0-beta.4",
"@uppy/informer": "^4.0.0-beta.2",
"@uppy/provider-views": "^4.0.0-beta.5",
"@uppy/status-bar": "^4.0.0-beta.5",
"@uppy/thumbnail-generator": "^4.0.0-beta.4",
"@uppy/utils": "^6.0.0-beta.5",
"classnames": "^2.2.6",

@@ -40,6 +40,6 @@ "is-shallow-equal": "^1.0.1",

"devDependencies": {
"@uppy/google-drive": "^4.0.0-beta.4",
"@uppy/status-bar": "^4.0.0-beta.4",
"@uppy/url": "^4.0.0-beta.4",
"@uppy/webcam": "^4.0.0-beta.4",
"@uppy/google-drive": "^4.0.0-beta.5",
"@uppy/status-bar": "^4.0.0-beta.5",
"@uppy/url": "^4.0.0-beta.5",
"@uppy/webcam": "^4.0.0-beta.5",
"resize-observer-polyfill": "^1.5.0",

@@ -49,5 +49,5 @@ "vitest": "^1.2.1"

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.4"
"@uppy/core": "^4.0.0-beta.5"
},
"stableVersion": "3.8.0"
}

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