Socket
Socket
Sign inDemoInstall

@uppy/utils

Package Overview
Dependencies
Maintainers
5
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/utils - npm Package Versions

1
10

4.1.1

Diff

Changelog

Source

4.1.1

Released: 2024-08-15

| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/aws-s3 | 4.0.3 | @uppy/provider-views | 4.0.1 | | @uppy/companion | 5.0.5 | @uppy/status-bar | 4.0.2 | | @uppy/companion-client | 4.0.1 | @uppy/transloadit | 4.0.2 | | @uppy/core | 4.1.1 | @uppy/tus | 4.0.1 | | @uppy/dashboard | 4.0.3 | @uppy/utils | 6.0.2 | | @uppy/drag-drop | 4.0.2 | @uppy/vue | 2.0.1 | | @uppy/file-input | 4.0.1 | uppy | 4.1.1 | | @uppy/image-editor | 3.0.1 | | |

  • @uppy/transloadit: fix issue with allowMultipleUploadBatches (Mikael Finstad / #5400)
  • meta: Bump elliptic from 6.5.5 to 6.5.7 (dependabot[bot] / #5410)
  • meta: add back patch for p-queue (Antoine du Hamel / #5409)
  • @uppy/transloadit: fix many lurking TypeError (Mikael Finstad / #5399)
  • docs: improve corsOrigins documentation (Mikael Finstad / #5390)
  • docs: add ViewEncapsulation to Angular example (Aaron Russell / #5395)
  • @uppy/companion: fix code for custom providers (Mikael Finstad / #5398)
  • docs: add note about throwing in cancelAll and destroy() (Mikael Finstad / #5408)
  • meta: Bump docker/login-action from 3.2.0 to 3.3.0 (dependabot[bot] / #5372)
  • meta: Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (dependabot[bot] / #5370)
  • docs: make hosted Companion more clear (Merlijn Vos / #5394)
  • meta: Bump docker/build-push-action from 6.4.1 to 6.6.1 (dependabot[bot] / #5403)
  • meta: bump p-queue to latest, remove patch (Mikael Finstad / #5391)
  • meta: enforce .ts extension for relative import types (Antoine du Hamel / #5393)
  • @uppy/tus: Fix onShouldRetry type signature (Trent Nadeau / #5387)
  • @uppy/dashboard,@uppy/drag-drop,@uppy/file-input: Transform the accept prop into a string everywhere (Evgenia Karunus / #5380)
  • docs: fix getTemporarySecurityCredentials in aws-s3 (Merlijn Vos / #5363)
arturi
published 5.0.0-beta •

arturi
published 4.1.0 •

Changelog

Source

4.1.0

Released: 2024-07-30

| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/audio | 2.0.1 | @uppy/status-bar | 4.0.1 | | @uppy/aws-s3 | 4.0.2 | @uppy/store-default | 4.1.0 | | @uppy/compressor | 2.0.1 | @uppy/transloadit | 4.0.1 | | @uppy/core | 4.1.0 | @uppy/utils | 6.0.1 | | @uppy/dashboard | 4.0.2 | @uppy/webcam | 4.0.1 | | @uppy/remote-sources | 2.1.0 | uppy | 4.1.0 |

  • @uppy/remote-sources: fix options type (Merlijn Vos / #5364)
  • @uppy/transloadit: do not mark opts as mandatory (Antoine du Hamel / #5375)
  • @uppy/compressor: mark quality as optional (Antoine du Hamel / #5374)
  • @uppy/aws-s3: improve error when endpoint is not provided (Antoine du Hamel / #5361)
  • @uppy/core,@uppy/store-default: export Store type (Merlijn Vos / #5373)
  • @uppy/dashboard: make toggleAddFilesPanel args consistent (Evgenia Karunus / #5365)
  • @uppy/dashboard: Dashboard - convert some files to typescript (Evgenia Karunus / #5359)
  • @uppy/audio,@uppy/webcam: Don't use <h1> in Uppy markup (Evgenia Karunus / #5355)
  • @uppy/status-bar: GoldenRetriever + hideUploadButton=true (Evgenia Karunus / #5350)
  • meta: Bump docker/build-push-action from 6.3.0 to 6.4.1 (dependabot[bot] / #5360)
arturi
published 4.0.7 •

arturi
published 4.0.6 •

arturi
published 4.0.5 •

Changelog

Source

4.0.5

Released: 2024-07-18

| Package | Version | Package | Version | | ---------------- | ------- | ---------------- | ------- | | @uppy/aws-s3 | 4.0.1 | uppy | 4.0.5 | | @uppy/xhr-upload | 4.0.2 | | |

  • @uppy/aws-s3: use default Body generic & export AwsBody (Merlijn Vos / #5353)
  • @uppy/xhr-upload: bring back getResponseData (Merlijn Vos / #5354)
  • @uppy/aws-s3: only send PartNumber and ETag in completion request (Antoine du Hamel / #5356)
arturi
published 4.0.4 •

Changelog

Source

4.0.4

Released: 2024-07-15

| Package | Version | Package | Version | | --------------- | ------- | --------------- | ------- | | @uppy/companion | 5.0.4 | uppy | 4.0.4 | | @uppy/locales | 4.0.3 | | |

  • meta: fixup! meta: fix require path in upload-to-cdn (Antoine du Hamel / #5343)
arturi
published 4.0.3 •

Changelog

Source

4.0.3

Released: 2024-07-15

| Package | Version | Package | Version | | ---------------- | ------- | ---------------- | ------- | | @uppy/companion | 5.0.3 | @uppy/xhr-upload | 4.0.1 | | @uppy/locales | 4.0.2 | uppy | 4.0.3 |

  • @uppy/companion: Improve error message when window.opener == null (Mikael Finstad / #5340)
  • @uppy/xhr-upload: correctly type xhrUpload meta (Merlijn Vos / #5344)
  • meta: fix require path in upload-to-cdn (Antoine du Hamel / #5343)
aduh95
published 4.0.2 •

Changelog

Source

4.0.2

Released: 2024-07-15

| Package | Version | Package | Version | | --------------- | ------- | --------------- | ------- | | @uppy/locales | 4.0.1 | uppy | 4.0.2 | | @uppy/companion | 5.0.2 | | |

  • meta: mark @uppy-dev/upload-to-cdn as private (Antoine du Hamel / #5341)
murderlon
published 4.0.1 •

Changelog

Source

4.0.1

Released: 2024-07-15

| Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/companion | 5.0.1 | @uppy/drop-target | 3.0.1 | | @uppy/core | 4.0.1 | @uppy/react | 4.0.1 | | @uppy/dashboard | 4.0.1 | uppy | 4.0.1 | | @uppy/drag-drop | 4.0.1 | | |

  • @uppy/dashboard: propagate setOptions to StatusBar (Mikael Finstad / #5260)
  • meta: add missing lint rule for .ts files (Antoine du Hamel / #5335)
  • @uppy/companion: bump ws from 8.17.0 to 8.17.1 (dependabot[bot] / #5324)
  • @uppy/dashboard,@uppy/drag-drop,@uppy/drop-target: <Dashboard/>, <DragDrop/>, drop-target - new anti-flickering solution (Evgenia Karunus / #5326)
  • docs: add css import for url plugin (Tyler Nieman / #5333)
  • meta: Bump fast-loops from 1.1.3 to 1.1.4 (dependabot[bot] / #5327)
  • @uppy/core: make Meta generic optional (Merlijn Vos / #5330)
  • meta: update manual-cdn workflow (Antoine du Hamel / #5329)
  • docs: Fix lint (Murderlon)
  • docs: Correct mistake in migration guide (Murderlon)
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