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 Versions

1
14

4.0.0-beta.1

Diff

Changelog

Source

4.0.0-beta.1

Released: 2024-03-28

| Package | Version | Package | Version | | ------------------------- | ------------ | ------------------------- | ------------ | | @uppy/angular | 0.7.0-beta.1 | @uppy/progress-bar | 4.0.0-beta.1 | | @uppy/audio | 2.0.0-beta.1 | @uppy/provider-views | 4.0.0-beta.1 | | @uppy/aws-s3 | 4.0.0-beta.1 | @uppy/react | 4.0.0-beta.1 | | @uppy/aws-s3-multipart | 4.0.0-beta.1 | @uppy/redux-dev-tools | 4.0.0-beta.1 | | @uppy/box | 3.0.0-beta.1 | @uppy/remote-sources | 2.0.0-beta.1 | | @uppy/companion | 5.0.0-beta.1 | @uppy/screen-capture | 4.0.0-beta.1 | | @uppy/companion-client | 4.0.0-beta.1 | @uppy/status-bar | 4.0.0-beta.1 | | @uppy/compressor | 2.0.0-beta.1 | @uppy/store-default | 4.0.0-beta.1 | | @uppy/core | 4.0.0-beta.1 | @uppy/store-redux | 4.0.0-beta.1 | | @uppy/dashboard | 4.0.0-beta.1 | @uppy/svelte | 4.0.0-beta.1 | | @uppy/drag-drop | 4.0.0-beta.1 | @uppy/thumbnail-generator | 4.0.0-beta.1 | | @uppy/drop-target | 3.0.0-beta.1 | @uppy/transloadit | 4.0.0-beta.1 | | @uppy/dropbox | 4.0.0-beta.1 | @uppy/tus | 4.0.0-beta.1 | | @uppy/facebook | 4.0.0-beta.1 | @uppy/unsplash | 4.0.0-beta.1 | | @uppy/file-input | 4.0.0-beta.1 | @uppy/url | 4.0.0-beta.1 | | @uppy/form | 4.0.0-beta.1 | @uppy/utils | 6.0.0-beta.1 | | @uppy/golden-retriever | 4.0.0-beta.1 | @uppy/vue | 2.0.0-beta.1 | | @uppy/google-drive | 4.0.0-beta.1 | @uppy/webcam | 4.0.0-beta.1 | | @uppy/image-editor | 3.0.0-beta.1 | @uppy/xhr-upload | 4.0.0-beta.1 | | @uppy/informer | 4.0.0-beta.1 | @uppy/zoom | 3.0.0-beta.1 | | @uppy/instagram | 4.0.0-beta.1 | uppy | 4.0.0-beta.1 | | @uppy/onedrive | 4.0.0-beta.1 | | |

  • @uppy/vue: migrate to Composition API with TS & drop Vue 2 support (Merlijn Vos / #5043)
  • @uppy/angular: upgrade to Angular 17.x and to TS 5.4 (Antoine du Hamel / #5008)
  • @uppy/svelte: remove UMD output and make it use newer types (Antoine du Hamel / #5023)
  • @uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038)
  • @uppy/aws-s3-multipart: mark opts as optional (Antoine du Hamel / #5039)
  • e2e: bump Cypress version (Antoine du Hamel / #5034)
  • @uppy/react: remove prop-types dependency (Antoine du Hamel / #5031)
  • @uppy/progress-bar: remove default target (Antoine du Hamel / #4971)
  • @uppy/status-bar: remove default target (Antoine du Hamel / #4970)
  • @uppy/react: remove Wrapper.ts (Antoine du Hamel / #5032)
  • @uppy/react: refactor to TS (Antoine du Hamel / #5012)
  • @uppy/core: refine type of private variables (Antoine du Hamel / #5028)
  • @uppy/dashboard: refine type of private variables (Antoine du Hamel / #5027)
  • @uppy/drag-drop: refine type of private variables (Antoine du Hamel / #5026)
  • @uppy/status-bar: refine type of private variables (Antoine du Hamel / #5025)
  • @uppy/remote-sources: migrate to TS (Merlijn Vos / #5020)
  • @uppy/dashboard: refine option types (Antoine du Hamel / #5022)
  • @uppy/dashboard: add new autoOpen option (Chris Grigg / #5001)
  • @uppy/aws-s3-multipart,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Make allowedMetaFields consistent (Merlijn Vos / #5011)
  • @uppy/core: fix some type errors (Antoine du Hamel / #5015)
  • @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014)
  • meta: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (dependabot[bot] / #5013)
  • @uppy/dashboard: refactor to TypeScript (Antoine du Hamel / #4984)
  • @uppy/companion: improve error msg (Mikael Finstad / #5010)
  • @uppy/aws-s3-multipart: refactor to TS (Antoine du Hamel / #4902)
  • @uppy/dashboard: refactor to stable lifecycle method (Antoine du Hamel / #4999)
  • @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003)
  • @uppy/provider-views: fix super.toggleCheckbox bug (Mikael Finstad / #5004)
  • @uppy/aws-s3-multipart: fix escaping issue with client signed request (Hiroki Shimizu / #5006)
  • @uppy/drag-drop,@uppy/progress-bar: add missing exports (Antoine du Hamel / #5009)
  • @uppy/transloadit: migrate to TS (Merlijn Vos / #4987)
  • @uppy/utils: fix RateLimitedQueue#wrapPromiseFunction types (Antoine du Hamel / #5007)
  • @uppy/golden-retriever: migrate to TS (Merlijn Vos / #4989)
  • meta: Bump follow-redirects from 1.15.4 to 1.15.6 (dependabot[bot] / #5002)
  • meta: fix resize-observer-polyfill types (Antoine du Hamel / #4994)
  • @uppy/core: various type fixes (Antoine du Hamel / #4995)
  • @uppy/utils: fix findAllDOMElements type (Antoine du Hamel / #4997)
  • @uppy/status-bar: fix recoveredState type (Antoine du Hamel / #4996)
  • @uppy/utils: fix AbortablePromise type (Antoine du Hamel / #4988)
  • @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986)
  • @uppy/drag-drop: refactor to TypeScript (Antoine du Hamel / #4983)
  • @uppy/webcam: refactor to TypeScript (Antoine du Hamel / #4870)
  • @uppy/url: migrate to TS (Merlijn Vos / #4980)
  • @uppy/zoom: refactor to TypeScript (Murderlon / #4979)
  • @uppy/unsplash: refactor to TypeScript (Murderlon / #4979)
  • @uppy/onedrive: refactor to TypeScript (Murderlon / #4979)
  • @uppy/instagram: refactor to TypeScript (Murderlon / #4979)
  • @uppy/google-drive: refactor to TypeScript (Murderlon / #4979)
  • @uppy/facebook: refactor to TypeScript (Murderlon / #4979)
  • @uppy/dropbox: refactor to TypeScript (Murderlon / #4979)
  • @uppy/box: refactor to TypeScript (Murderlon / #4979)
  • @uppy/utils: migrate RateLimitedQueue to TS (Merlijn Vos / #4981)
  • @uppy/thumbnail-generator: migrate to TS (Merlijn Vos / #4978)
  • @uppy/screen-capture: migrate to TS (Merlijn Vos / #4965)
  • @uppy/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977)
  • uppy: remove legacy bundle (Antoine du Hamel)
  • meta: include types in npm archive (Antoine du Hamel)
  • @uppy/angular: fix build (Antoine du Hamel)
  • meta: Remove generate types from locale-pack (Murderlon)
  • meta: enable CI on 4.x branch (Antoine du Hamel)
  • @uppy/vue: [v4.x] remove manual types (Antoine du Hamel / #4803)
  • meta: prepare release workflow for beta versions (Antoine du Hamel)
kvz
published 3.8.0 •

Changelog

Source

3.8.0

Released: 2023-04-18

| Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/angular | 0.5.2 | @uppy/progress-bar | 3.0.2 | | @uppy/audio | 1.1.1 | @uppy/provider-views | 3.3.0 | | @uppy/aws-s3 | 3.1.0 | @uppy/react | 3.1.2 | | @uppy/aws-s3-multipart | 3.2.0 | @uppy/react-native | 0.5.1 | | @uppy/box | 2.1.1 | @uppy/redux-dev-tools | 3.0.2 | | @uppy/companion | 4.5.0 | @uppy/remote-sources | 1.0.3 | | @uppy/companion-client | 3.1.3 | @uppy/screen-capture | 3.1.1 | | @uppy/compressor | 1.0.2 | @uppy/status-bar | 3.1.1 | | @uppy/core | 3.2.0 | @uppy/store-default | 3.0.3 | | @uppy/dashboard | 3.4.0 | @uppy/store-redux | 3.0.3 | | @uppy/drag-drop | 3.0.2 | @uppy/svelte | 3.0.2 | | @uppy/dropbox | 3.1.1 | @uppy/thumbnail-generator | 3.0.3 | | @uppy/facebook | 3.1.1 | @uppy/transloadit | 3.1.3 | | @uppy/file-input | 3.0.2 | @uppy/tus | 3.1.0 | | @uppy/form | 3.0.2 | @uppy/unsplash | 3.2.1 | | @uppy/golden-retriever | 3.0.3 | @uppy/url | 3.3.1 | | @uppy/google-drive | 3.1.1 | @uppy/utils | 5.3.0 | | @uppy/image-editor | 2.1.2 | @uppy/vue | 1.0.2 | | @uppy/informer | 3.0.2 | @uppy/webcam | 3.3.1 | | @uppy/instagram | 3.1.1 | @uppy/xhr-upload | 3.2.0 | | @uppy/locales | 3.2.0 | @uppy/zoom | 2.1.1 | | @uppy/onedrive | 3.1.1 | uppy | 3.8.0 |

  • @uppy/companion: increase max limits for remote file list operations (Mikael Finstad / #4417)
  • @uppy/xhr-upload: fix type in README.md (Top Master / #4416)
  • @uppy/core: improve performance of validating & uploading files (Mikael Finstad / #4402)
  • @uppy/provider-views: Concurrent file listing (Mikael Finstad / #4401)
  • @uppy/core,@uppy/locales,@uppy/provider-views: User feedback adding recursive folders take 2 (Mikael Finstad / #4399)
  • @uppy/dashboard: Single File Mode: fix layout and make optional (Artur Paikin / #4374)
  • @uppy/informer: add a check in TransitionGroup when component is null (Juan Belej / #4410)
  • meta: Fix logos in all the readmes (Artur Paikin / #4407)
  • meta: fix logo in readme (Kid / #4403)
kvz
published 3.7.5 •

arturi
published 3.7.4 •

arturi
published 3.7.3 •

arturi
published 3.7.2 •

arturi
published 3.7.1 •

arturi
published 3.7.0 •

Changelog

Source

3.7.0

Released: 2023-04-04

| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/aws-s3 | 3.0.6 | @uppy/status-bar | 3.1.0 | | @uppy/aws-s3-multipart | 3.1.3 | @uppy/transloadit | 3.1.2 | | @uppy/companion | 4.4.0 | @uppy/tus | 3.0.6 | | @uppy/companion-client | 3.1.2 | @uppy/unsplash | 3.2.0 | | @uppy/core | 3.1.2 | @uppy/url | 3.3.0 | | @uppy/dashboard | 3.3.2 | @uppy/utils | 5.2.0 | | @uppy/locales | 3.1.0 | @uppy/xhr-upload | 3.1.1 | | @uppy/provider-views | 3.2.0 | uppy | 3.7.0 | | @uppy/react | 3.1.1 | | |

  • @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: make sure that we reset serverToken when an upload fails (Mikael Finstad / #4376)
  • @uppy/aws-s3-multipart: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
  • @uppy/aws-s3: Update types (Minh Hieu / #4294)
  • @uppy/companion-client: do not open socket more than once (Artur Paikin)
  • @uppy/companion: add service: 'companion' to periodic ping (Mikael Finstad / #4383)
  • @uppy/companion: add connection keep-alive to dropbox (Mikael Finstad / #4365)
  • @uppy/companion: add missing env variable for standalone option (Mikael Finstad / #4382)
  • @uppy/companion: add S3 prefix env variable (Mikael Finstad / #4320)
  • @uppy/companion: allow local ips when testing (Mikael Finstad / #4328)
  • @uppy/companion: fix typo in redis-emitter.js (Ikko Eltociear Ashimine / #4362)
  • @uppy/companion: merge Provider/SearchProvider (Mikael Finstad / #4330)
  • @uppy/companion: only body parse when needed & increased body size for s3 (Mikael Finstad / #4372)
  • @uppy/core: fix bug with setOptions (Nguyễn bảo Trung / #4350)
  • @uppy/locales: locales: add es_MX (Kevin van Zonneveld / #4393)
  • @uppy/locales: locales: add hi_IN (Kevin van Zonneveld / #4391)
  • @uppy/provider-views: fix race condition when adding folders (Mikael Finstad / #4384)
  • @uppy/provider-views: UI: Use form attribite with a form in doc root to prevent outer form submit (Artur Paikin / #4283)
  • @uppy/transloadit: fix socket error message (Artur Paikin / #4352)
  • @uppy/tus: do not auto-open sockets, clean them up on abort (Antoine du Hamel)
  • meta: add version info in the bundlers CI (Antoine du Hamel / #4386)
  • meta: deploy to Heroku on every companion commit (Mikael Finstad / #4367)
  • meta: example: migrate redux to ESM (Antoine du Hamel / #4158)
  • meta: fix all ESLint warnings and turn them into errors (Antoine du Hamel / #4398)
  • meta: fixup! website: update links to work under the new URL (Antoine du Hamel / #4371)
  • meta: remove duplicate outdated OSS support docs (Mikael Finstad, Artur Paikin / #4364)
  • meta: use overrides to make sure no uppy package is fetch from npm (Antoine du Hamel / #4395)
  • website: add a deprecation notice and a link to the new website (Antoine du Hamel / #4370)
  • website: fix home page (Antoine du Hamel)
  • website: Remove the website (Merlijn Vos / #4369)
  • website: update links to work under the new URL (Antoine du Hamel / #4371)
arturi
published 3.6.0 •

Changelog

Source

3.6.0

Released: 2023-03-07

| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/audio | 1.1.0 | @uppy/onedrive | 3.1.0 | | @uppy/box | 2.1.0 | @uppy/provider-views | 3.1.0 | | @uppy/core | 3.1.0 | @uppy/screen-capture | 3.1.0 | | @uppy/dashboard | 3.3.0 | @uppy/unsplash | 3.1.0 | | @uppy/dropbox | 3.1.0 | @uppy/url | 3.2.0 | | @uppy/facebook | 3.1.0 | @uppy/utils | 5.1.3 | | @uppy/google-drive | 3.1.0 | @uppy/webcam | 3.3.0 | | @uppy/image-editor | 2.1.1 | @uppy/zoom | 2.1.0 | | @uppy/instagram | 3.1.0 | uppy | 3.6.0 | | @uppy/locales | 3.0.7 | | |

  • @uppy/locales: add missing entries after build (Murderlon)
  • @uppy/dashboard: update provider icon style (Alexander Zaytsev / #4345)
  • @uppy/core: fix uppy.resetProgress() (Artur Paikin / #4337)
  • @uppy/core: fix some types (Antoine du Hamel / #4332)
  • @uppy/core: Fixed type of State.info to match reality being an array of info objects (Marc Bennewitz / #4321)
  • @uppy/image-editor: Fix TypeScript error in image-editor types (Matthias Kunnen / #4334)
  • meta: improve importFromUploadURLs docs (Mikael Finstad / #4323)
  • @uppy/utils: workaround chrome crash (Mikael Finstad / #4310)
arturi
published 3.5.4 •

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