Socket
Socket
Sign inDemoInstall

@uppy/provider-views

Package Overview
Dependencies
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/provider-views - npm Package Versions

1
11

2.0.0-alpha.0

Diff

arturi
published 1.12.3 •

arturi
published 1.12.2 •

arturi
published 1.12.1 •

Changelog

Source

1.12.1

Released 2020-04-01

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3 | 1.5.5 | @uppy/tus | 1.5.7 | | @uppy/robodog | 1.6.1 | @uppy/xhr-upload | 1.5.5 | | @uppy/transloadit | 1.5.5 | uppy | 1.12.1 |

Patch release to add OneDrive and Facebook to Robodog’s package.json 🙈

  • @uppy/tus, @uppy/xhr-upload: emit error when companion returns error during upload creation (#2166 / @ifedapoolarewaju)
  • @uppy/robodog: Add facebook and onedrive to package.json (#2167 / @arturi)
arturi
published 1.12.0 •

Changelog

Source

1.12.0

Released 2020-04-01

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3 | 1.5.4 | @uppy/robodog | 1.6.0 | | @uppy/companion | 1.11.1 | @uppy/thumbnail-generator | 1.5.7 | | @uppy/dashboard | 1.8.0 | @uppy/transloadit | 1.5.4 | | @uppy/locales | 1.13.0 | @uppy/xhr-upload | 1.5.4 | | @uppy/react | 1.6.0 | uppy | 1.12.0 |

This release adds the Romanian language, more input validation in Companion, and a way to render custom metadata fields in the Dashboard UI.

  • @uppy/companion: validate all client provided upload data. (#2160 / @ifedapoolarewaju)
  • @uppy/dashboard: allow custom metadata fields when editing files (#2147 / @galli-leo)
  • @uppy/locales: Remove obsolete strings from language files. (894c739 / @goto-bus-stop)
  • @uppy/locales: Romanian (ro_RO) language pack added. (#2162 / @akizor)
  • @uppy/robodog: Add Facebook and OneDrive to the bundle. (#2165 / @arturi)
  • @uppy/transloadit: fix progress with very different Assembly runtimes (#2143 / @agreene-coursera)
  • build: Fix locale pack test output (#2153 / @goto-bus-stop)
  • docs: Fix fragment URL (#2156 / @ishendyweb)
  • docs: document XHRUpload#validateStatus option. (#2154 / @goto-bus-stop)
  • examples: document npm run build step. (697ad04 / @goto-bus-stop)
goto-bus-stop
published 1.11.2 •

arturi
published 1.11.1 •

arturi
published 1.11.0 •

Changelog

Source

1.11.0

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.5.3 | @uppy/onedrive | 1.1.0 | | @uppy/aws-s3 | 1.5.3 | @uppy/progress-bar | 1.3.8 | | @uppy/companion | 1.11.0 | @uppy/provider-views | 1.6.0 | | @uppy/core | 1.9.0 | @uppy/react | 1.5.0 | | @uppy/dashboard | 1.7.0 | @uppy/robodog | 1.5.4 | | @uppy/drag-drop | 1.4.7 | @uppy/status-bar | 1.6.0 | | @uppy/dropbox | 1.4.0 | @uppy/thumbnail-generator | 1.5.6 | | @uppy/facebook | 1.1.0 | @uppy/transloadit | 1.5.3 | | @uppy/file-input | 1.4.6 | @uppy/tus | 1.5.6 | | @uppy/form | 1.3.9 | @uppy/url | 1.5.0 | | @uppy/golden-retriever | 1.3.8 | @uppy/utils | 2.3.0 | | @uppy/google-drive | 1.5.0 | @uppy/webcam | 1.6.0 | | @uppy/informer | 1.5.0 | @uppy/xhr-upload | 1.5.3 | | @uppy/instagram | 1.4.0 | uppy | 1.11.0 | | @uppy/locales | 1.12.0 | - | - |

This Release offers Dashboard redesign (Dark mode), and support for Google Docs in Companion.

  • @uppy/webcam: Try to respect restrictions (#2090 / @goto-bus-stop)
  • @uppy/dashboard: 2020 redesign 🍿 (#2015 / @arturi)
  • @uppy/companion: drop parallel down/upload for S3 multipart (#2114 / @goto-bus-stop)
  • @uppy/core: add typings for setOptions(). (#2135 / @goto-bus-stop)
  • @uppy/react: fix typescript proptypes for DashboardModal, fixes #2124 (#2136 / @goto-bus-stop)
  • @uppy/companion: emit error to client if download fails (#2139 / @ifedapoolarewaju)
  • @uppy/dashboard: Log warning instead of an error when trigger is not found (#2144 / @arturi)
  • @uppy/locales: Polish language pack. (#2138 / @alfatv)
  • @uppy/companion: add support to download gsuite (google docs, google spreadsheet) files (#2145 / @ifedapoolarewaju)
  • @uppy/locales: Croatian translations added (#2150 / @dkisic)
  • @uppy/core: Only _startIfAutoProceed if some files were actually added (#2146 / @arturi)
  • @uppy/thumbnail-generator: replace exif-js with exifr in thumbnail-generator (#2140 / @MikeKovarik)
arturi
published 1.10.0 •

Changelog

Source

1.10.0

| Package | Version | Package | Version | |-|-|-|-| | @uppy/companion | 1.10.0 | uppy | 1.10.0 |

This release offers a bunch of Companion improvements and bug fixes.

  • @uppy/companion: pass endpoint and region to AWS SDK constructor (#2113 / @goto-bus-stop)
  • @uppy/companion: Allow S3 ACL to be specified in Companion Standalone (#2111 / @jasonbosco)
  • @uppy/companion: return 401 early if token is not set (#2118 / @ifedapoolarewaju)
  • @uppy/companion: allow providing any S3 option, closes #1388 (#2030 / @goto-bus-stop)
  • @uppy/companion:: don’t log redundant errors in production (#2112 / @ifedapoolarewaju)
  • docs: Add S3 ACL option to companion docs (#2109 / @jasonbosco)
arturi
published 1.9.2 •

Changelog

Source

1.9.2

Released: 2020-02-14

This release adds @uppy/onedrive to uppy’s package.json, fixing the bug reported at https://github.com/transloadit/uppy/commit/f291688fb813c55ff905abb334eff61c1c5a9dd0#commitcomment-37278041, and introduces more robust type checking in #1918.

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.5.2 | @uppy/progress-bar | 1.3.7 | | @uppy/aws-s3 | 1.5.2 | @uppy/provider-views | 1.5.5 | | @uppy/companion-client | 1.4.2 | @uppy/react | 1.4.5 | | @uppy/companion | 1.9.2 | @uppy/redux-dev-tools | 1.3.2 | | @uppy/core | 1.8.2 | @uppy/robodog | 1.5.2 | | @uppy/dashboard | 1.6.2 | @uppy/status-bar | 1.5.2 | | @uppy/drag-drop | 1.4.5 | @uppy/store-default | 1.2.1 | | @uppy/dropbox | 1.3.8 | @uppy/store-redux | 1.2.1 | | @uppy/facebook | 0.2.5 | @uppy/thumbnail-generator | 1.5.5 | | @uppy/file-input | 1.4.5 | @uppy/transloadit | 1.5.2 | | @uppy/form | 1.3.8 | @uppy/tus | 1.5.5 | | @uppy/golden-retriever | 1.3.7 | @uppy/url | 1.4.5 | | @uppy/google-drive | 1.4.2 | @uppy/utils | 2.2.2 | | @uppy/informer | 1.4.2 | @uppy/webcam | 1.5.4 | | @uppy/instagram | 1.3.8 | @uppy/xhr-upload | 1.5.2 | | @uppy/locales | 1.11.3 | uppy | 1.9.2 | | @uppy/onedrive | 1.0.2 | - | - |

  • build: Actually check types. Use tsd so our typings test files can actually assert that types are correct (#1918 / @goto-bus-stop )
  • @uppy/companion: Only set cookies for providers that need it (#2055 / @ifedapoolarewaju)
  • docs: Add Content-Type header to presigned url example (#2061 / @scherroman)
  • uppy: Add onedrive to uppy package.json (349247607513bc6b33bf2a90ab0b82f8f2e81d78 / @arturi)
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