Socket
Socket
Sign inDemoInstall

@uppy/tus

Package Overview
Dependencies
35
Maintainers
5
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
12Next

3.0.0

Diff

Changelog

Source

3.0.0

Released: 2022-08-22

Migration guides: https://uppy.io/docs/migration-guides.html

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

  • docs: Use RemoteSources in readme example (Artur Paikin / #4030)
  • docs: Add migration guide for Uppy 3.x, Companion 4.x, and Robodog (Merlijn Vos / #3913)
  • example: upgrade React example to use React 18 (Antoine du Hamel / #4002)
  • meta: fix linter failures (Antoine du Hamel / #4029)
  • @uppy/vue: move @uppy/ packages to peer dependencies (Antoine du Hamel / #4024)
  • @uppy/robodog: remove package (Antoine du Hamel / #3946)
  • example: migrate digitalocean-spaces to ESM (Antoine du Hamel / #4015)
  • example: replace Robodog example with Transloadit + RemoteSources + Form (Antoine du Hamel / #4027)
  • website: replace Robodog example with Uppy plugins (Artur Paikin / #4026)
  • @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: @uppy/tus, @uppy/xhr-upload, @uppy/aws-s3: metaFields -> allowedMetaFields (Merlijn Vos / #4023)
  • example: showcase migration out of Robodog (Antoine du Hamel / #4021)
  • example: fix Svelte dev mode (Antoine du Hamel / #4025)
  • example: fix docs and env for Vite examples (Antoine du Hamel / #4018)
  • @uppy/tus: avoid crashing when Tus client reports an error (Antoine du Hamel / #4019)
  • @uppy/react: move @uppy/ packages to peer dependencies (Antoine du Hamel / #4004)
  • @uppy/core: core: uppy.addFile should accept browser File objects (Artur Paikin / #4020)
  • example: fix svelte example (Antoine du Hamel / #4017)
  • example: migrate python-xhr to ESM (Antoine du Hamel / #4010)
  • example: migrate php-xhr to ESM (Antoine du Hamel / #4009)
  • example: migrate node-xhr to ESM (Antoine du Hamel / #4008)
  • example: migrate xhr-bundle to ESM (Antoine du Hamel / #4012)
  • example: migrate multiple-instances to ESM (Antoine du Hamel / #4007)
  • example: replace transloadit-textarea with transloadit-markdown-bin (Antoine du Hamel / #4013)
  • example: add README to Svelte example (Antoine du Hamel / #4011)
  • build: Remove size-limit for now (Artur Paikin / #4003)
  • @uppy/core,@uppy/dashboard,@uppy/status-bar: Style tweaks: use all: initial + other resets (Artur Paikin / #3983)
  • @uppy/aws-s3: aws-s3: fix incorrect comparison for file-removed (Merlijn Vos / #3962)
  • example: update to new CDN export names (Antoine du Hamel / #4006)
  • example: fix dependencies of bundled example (Antoine du Hamel / #4005)
  • @uppy/tus: fix dependencies (Antoine du Hamel / #3923)
  • @uppy/tus: add file argument to onBeforeRequest (Merlijn Vos / #3984)
  • @uppy/utils: fix drop of multiple files on Chromium browsers (Antoine du Hamel / #3998)
  • @uppy/angular: upgrade to Angular 14 (Antoine du Hamel / #3997)
  • example: update Angular example to v14 (Antoine du Hamel / #3996)
  • @uppy/utils: Fix @uppy/utils microtip.scss export (Merlijn Vos / #3995)
  • docs: Companion: make streaming upload recommended & other docs tweaks (Mikael Finstad / #3994)
arturi
published 2.4.3 •

arturi
published 3.0.0-beta.3 •

Changelog

Source

3.0.0-beta.3

Released: 2022-07-27

  • @uppy/react: Fix exports in propTypes.js to fix website build (Murderlon)
  • @uppy/dashboard,@uppy/webcam: Add support for mobileNativeCamera option to Webcam and Dashboard (Artur Paikin / #3844)
  • @uppy/aws-s3-multipart: make headers part indexed too in prepareUploadParts (Merlijn Vos / #3895)
  • @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: upgrade nanoid to v4 (Antoine du Hamel / #3904)
  • @uppy/companion: update minimal supported Node.js version in the docs (Antoine du Hamel / #3902)
  • @uppy/companion: upgrade redis to version 4.x (Antoine du Hamel / #3589)
  • @uppy/companion: remove unnecessary ts-ignores (Mikael Finstad / #3900)
  • meta: use node: protocol when using Node.js built-in core modules (Antoine du Hamel / #3871)
  • meta: upgrade to Vite v3 (Antoine du Hamel / #3882)
  • @uppy/companion: remove COMPANION_S3_GETKEY_SAFE_BEHAVIOR env variable (Antoine du Hamel / #3869)
  • meta: fix release script for major beta versions (Antoine du Hamel)
arturi
published 3.0.0-beta.2 •

Changelog

Source

3.0.0-beta.2

Released: 2022-07-06

  • example: fix custom-provider example (Antoine du Hamel / #3854)
  • example: fix Vue3 example (Antoine du Hamel / #3774)
  • @uppy/companion: remove deprecated duplicated metrics (Mikael Finstad / #3833)
  • example: update CDN example (Antoine du Hamel / #3803)
  • @uppy/companion: Companion 3 default to no s3 acl (Mikael Finstad / #3826)
  • @uppy/companion: rewrite companion.app() to return an object (Mikael Finstad / #3827)
  • @uppy/companion: remove companion provider compat api (Mikael Finstad / #3828)
  • @uppy/companion: rewrite code for node >=14 (Mikael Finstad / #3829)
  • @uppy/companion: remove chunkSize backwards compatibility (Mikael Finstad / #3830)
  • @uppy/companion: Companion: make emitSuccess and emitError private (Mikael Finstad / #3832)
  • @uppy/companion: do not use a default upload protocol (Mikael Finstad / #3834)
arturi
published 2.4.2 •

arturi
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1

Released: 2022-06-09

  • meta: improve release process for beta branch (Antoine du Hamel / #3809)
  • uppy: refactor to ESM (Antoine du Hamel / #3807)
  • @uppy/core,@uppy/dashboard: fix types for some events (Antoine du Hamel / #3812)
  • example: update Vue2 example (Antoine du Hamel / #3802)
arturi
published 2.4.1 •

Changelog

Source

2.4.1

Released: 2022-01-12

| Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/transloadit | 2.1.1 | uppy | 2.4.1 | | @uppy/robodog | 2.2.1 | | |

  • @uppy/transloadit: fix handling of Tus errors and rate limiting (Antoine du Hamel / #3429)
  • meta: Add Unsplash to website dashboard example (Merlijn Vos / #3431)
  • meta: dev: move configuration to a .env file (Antoine du Hamel / #3430)
  • meta: Update ci.yml (Kevin van Zonneveld / #3428)
  • @uppy/transloadit: simplify #onTusError (Antoine du Hamel / #3419)
  • meta: Force include babel numeric separator (Merlijn Vos / #3422)
arturi
published 3.0.0-beta •

Changelog

Source

3.0.0-beta

Released: 2022-05-30

  • meta: temporary adjust release script for the beta (Antoine du Hamel)
  • meta: disable ESM to CJS transform in dist files (Antoine du Hamel / #3773)
  • @uppy/companion: remove searchProviders wrapper & move s3 options (Merlijn Vos / #3781)
  • meta: do not test on EOL versions of Node.js (Antoine du Hamel / #3786)
  • @uppy/companion: remove support for EOL versions of Node.js (Antoine du Hamel / #3784)
  • @uppy/react: refactor to ESM (Antoine du Hamel / #3780)
  • @uppy/transloadit: remove IE 10 hack (Antoine du Hamel / #3777)
arturi
published 2.4.0 •

Changelog

Source

2.4.0

Released: 2022-01-10

| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/drag-drop | 2.0.6 | @uppy/tus | 2.2.0 | | @uppy/image-editor | 1.1.1 | @uppy/utils | 4.0.5 | | @uppy/screen-capture | 2.0.6 | @uppy/robodog | 2.2.0 | | @uppy/transloadit | 2.1.0 | uppy | 2.4.0 |

  • @uppy/transloadit: ignore rate limiting errors when polling (Antoine du Hamel / #3418)
  • @uppy/tus: pause all requests in response to server rate limiting (Antoine du Hamel / #3394)
  • @uppy/transloadit: better defaults for rate limiting (Antoine du Hamel / #3414)
  • @uppy/companion: Fix Companion deploys (kiloreux / #3388)
  • meta: update aws-php example to use esm (Antoine du Hamel / #3413)
  • @uppy/image-editor: namespace input range css (Merlijn Vos / #3406)
  • @uppy/screen-capture: Add missing option to the screen capture types (Mustafa Navruz / #3400)
  • @uppy/drag-drop: fix undefined is not a function TypeError (Antoine du Hamel / #3397)
  • website: update december 2021 blog post (Antoine du Hamel / #3396)
  • website: Polished the latest update blog (AJvanLoon / #3390)
  • website: docs: fix typo in audio.md (heocoi / #3389)
  • website: 2.0-2.3 post draft (Artur Paikin / #3370)
arturi
published 2.3.0 •

Changelog

Source

2.3.0

Released: 2021-12-07

| Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/angular | 0.2.6 | @uppy/locales | 2.0.4 | | @uppy/audio | 0.2.0 | @uppy/onedrive | 2.0.5 | | @uppy/aws-s3 | 2.0.6 | @uppy/provider-views | 2.0.6 | | @uppy/aws-s3-multipart | 2.2.0 | @uppy/react | 2.1.2 | | @uppy/box | 1.0.5 | @uppy/screen-capture | 2.0.5 | | @uppy/companion | 3.1.2 | @uppy/status-bar | 2.1.2 | | @uppy/companion-client | 2.0.4 | @uppy/store-default | 2.0.3 | | @uppy/core | 2.1.3 | @uppy/thumbnail-generator | 2.0.6 | | @uppy/dashboard | 2.1.2 | @uppy/transloadit | 2.0.5 | | @uppy/drag-drop | 2.0.5 | @uppy/tus | 2.1.2 | | @uppy/dropbox | 2.0.5 | @uppy/url | 2.0.5 | | @uppy/facebook | 2.0.5 | @uppy/utils | 4.0.4 | | @uppy/file-input | 2.0.5 | @uppy/webcam | 2.0.5 | | @uppy/golden-retriever | 2.0.6 | @uppy/xhr-upload | 2.0.6 | | @uppy/google-drive | 2.0.5 | @uppy/zoom | 1.0.5 | | @uppy/image-editor | 1.1.0 | @uppy/robodog | 2.1.4 | | @uppy/informer | 2.0.5 | uppy | 2.3.0 | | @uppy/instagram | 2.0.5 | | |

  • meta: add release automations (Antoine du Hamel / #3304)
  • @uppy/dashboard: Save meta fields when opening the image editor (Merlijn Vos / #3339)
  • @uppy/aws-s3-multipart: Drop lockedCandidatesForBatch and mark chunks as busy when preparing (Yegor Yarko / #3342)
  • @uppy/webcam: fix broken links in webcam.md (Antoine du Hamel / #3346)
  • @uppy/audio: new @uppy/audio plugin for recording with microphone (Artur Paikin / #2976)
  • build: force use of @babel/plugin-proposal-optional-chaining (Antoine du Hamel / #3335)
  • @uppy/companion: fix deploy Yarn version (Antoine du Hamel / #3327)
  • @uppy/companion: upgrade aws-sdk (Mikael Finstad / #3334)
  • @uppy/core: disable loose transpilation for legacy bundle (Antoine du Hamel / #3329)
  • @uppy/angular: examples: update angular-example to Angular v13 (Antoine du Hamel / #3325)
  • meta: Update BACKLOG.md (Artur Paikin, Merlijn Vos)
  • meta: Add disableLocalFiles to options summary (Steve Barker / #3323)
  • meta: Create SECURITY.md (Ziding Zhang / #3052)
  • @uppy/image-editor: Pass croppedCanvasOptions to getCroppedCanvas (Mohamed Boudra / #3320)
  • meta: finish master->main job (Mikael Finstad / #3315)
  • website: update documents that were out of date (Antoine du Hamel / #3317)
  • @uppy/status-bar: Status bar error state improvements (Merlijn Vos / #3299)
  • doc: Fix typo in docs/drag-drop.md (Ash Allen / #3319)
  • website: Update /support and docs about Transloadit-hosted Companion (Artur Paikin / #3243)
  • @uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive,@uppy/image-editor,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/url,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: Refactor locale scripts & generate types and docs (Merlijn Vos / #3276)
  • @uppy/companion: Remove references of incorrect options argument for companion.socket (Mikael Finstad / #3307)
  • @uppy/companion: Upgrade linting to 2.0.0-0 (Kevin van Zonneveld / #3280)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc