Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/companion-client

Package Overview
Dependencies
Maintainers
5
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/companion-client - npm Package Versions

1
810

1.0.0

Diff

Changelog

Source

1.0.0

Released: 2019-04-25

| Package | Version | Package | Version | |-|-|-|-| | @uppy/aws-s3-multipart | 1.0.0 | @uppy/locales | 1.0.0 | | @uppy/aws-s3 | 1.0.0 | @uppy/progress-bar | 1.0.0 | | @uppy/companion-client | 1.0.0 | @uppy/provider-views | 1.0.0 | | @uppy/companion | 1.0.0 | @uppy/react | 1.0.0 | | @uppy/core | 1.0.0 | @uppy/redux-dev-tools | 1.0.0 | | @uppy/dashboard | 1.0.0 | @uppy/robodog | 1.0.0 | | @uppy/drag-drop | 1.0.0 | @uppy/status-bar | 1.0.0 | | @uppy/dropbox | 1.0.0 | @uppy/thumbnail-generator | 1.0.0 | | @uppy/file-input | 1.0.0 | @uppy/transloadit | 1.0.0 | | @uppy/form | 1.0.0 | @uppy/tus | 1.0.0 | | @uppy/golden-retriever | 1.0.0 | @uppy/url | 1.0.0 | | @uppy/google-drive | 1.0.0 | @uppy/webcam | 1.0.0 | | @uppy/informer | 1.0.0 | @uppy/xhr-upload | 1.0.0 | | @uppy/instagram | 1.0.0 | uppy | 1.0.0 |

  • @uppy/companion-client: Don’t show informer for an auth error for now (#1478 / @arturi)
  • @uppy/companion: Disable Tus parallel upload/download to solve pause/resume issues, until we figure out a better solution — (#1497 / @ifedapoolarewaju)
  • @uppy/companion: detect bytes upload mismatch for multipart uploads (#1470 / @ifedapoolarewaju)
  • @uppy/locales: Add Dutch locale (nl_NL) (#1462 / @clerx)
  • @uppy/locales: Add French language pack (#1481 / @kiloreux)
  • @uppy/locales: Add German language pack (#1475 / @tim-kos)
  • @uppy/locales: Add Russian language pack (ru_RU), make more strings translatable (#1467 / @arturi)
  • @uppy/react-native: Add custom file reader example for tus: this example uses expo-file-system, which does in reading file chunks for the case of ios. However, for the case of android, it seems to read the entire file. Publishing this example merely as a PoC so that other users can create their own fileReaders based on this example (#1489 / @ifedapoolarewaju)
  • @uppy/robodog: Add support for submitOnSuccess option (#1491 / @tim-kos)
  • @uppy/transloadit: Add assembly status property to assembly errors (#1488 / @goto-bus-stop)
  • @uppy/transloadit: Add connection error reporting (#1484 / @goto-bus-stop)
  • @uppy/tus: update tus-js-client to 1.8.0-0(057fb6200d9a7c6af452c5a79870fa74e362ec2c / @ifedapoolarewaju)
  • @uppy/xhr-upload: Add filename to FormData with bundle: true (#1487 / @goto-bus-stop)
  • @uppy/companion: investigate 423 and 500 issues with React Native + Url plugin when pause/resuming an upload (@ifedapoolarewaju)
  • docs: Add basic @uppy/react-native docs (#1494 / @arturi)
  • docs: Add docs for Thumbnail Generator plugin (#1468 / @arturi)
  • website: New website re-design by Alex (#1483 / @nqst, @arturi)
arturi
published 0.28.5 •

arturi
published 0.28.4 •

arturi
published 0.28.3 •

arturi
published 0.28.2 •

arturi
published 0.28.1 •

arturi
published 0.28.0 •

Changelog

Source

0.28.0

| Package | Version | Package | Version | |-|-|-|-| | uppy | 0.28.0 | @uppy/xhr-upload | 0.28.0 | | @uppy/core | 0.28.0 | @uppy/react | 0.28.0 | | @uppy/dashboard | 0.28.0 | @uppy/transloadit | 0.28.0 | | @uppy/dropbox | 0.28.0 | @uppy/tus | 0.28.0 | | @uppy/form | 0.28.0 | @uppy/url | 0.28.0 | | @uppy/informer | 0.28.0 | @uppy/webcam | 0.28.0 | | @uppy/utils | 0.28.0 | @uppy/url | 0.28.0 | | @uppy/thumbnail-generator | 0.28.0 | @uppy/status-bar | 0.28.0 | | @uppy/redux-dev-tools | 0.28.0 | @uppy/react | 0.28.0 | | @uppy/provider-views | 0.28.0 | @uppy/progress-bar | 0.28.0 | | @uppy/instagram | 0.28.0 | @uppy/informer | 0.28.0 | | @uppy/google-drive | 0.28.0 | @uppy/golden-retriever | 0.28.0 | | @uppy/form | 0.28.0 | @uppy/file-input | 0.28.0 | | @uppy/dropbox | 0.28.0 | @uppy/drag-drop | 0.28.0 | | @uppy/dashboard | 0.28.0 | @uppy/companion | 0.15.0 | | @uppy/aws-s3 | 0.28.0 | @uppy/aws-s3-multipart | 0.28.0 |

  • @uppy/core: bring back i18n locale packs (#1114 / @goto-bus-stop, @arturi)
  • @uppy/companion: option validation (can use https://npm.im/ajv + JSON schema)
  • @uppy/companion: Remove duplicate typescript dependency (#1119 / @goto-bus-stop)
  • @uppy/companion: ⚠️ breaking Migrate provider adapter to Companion: saves 5KB on the frontend, all heavy lifting moved to the server side (#1093 / @ifedapoolarewaju)
  • @uppy/core: single-use Uppy instance: adds an allowMultipleUploads option to @uppy/core. If set to false, uppy.upload() can only be called once. Afterward, no new files can be added and no new uploads can be started. This is intended to serve the <form>-like use case. (#1064 / @goto-bus-stop)
  • @uppy/dashboard: Auto close after finish using closeAfterFinish: true (#1106 / @goto-bus-stop)
  • @uppy/dashboard: call hideAllPanels after a file is added in Dashboard, instead of toggleAddFilesPanel(false) that didn’t hide some panels
  • @uppy/status-bar: ⚠️ breaking Add spinner, pause/resume as small round buttons, different color for encoding; Added separate options for hiding pause/resume and cancel button; Added more statuses to the Dashboard, like “Upload complete”, “Upload paused” and “Uploading 5 files” (#1097 / @arturi)
  • @uppy/url: add end2end test for Url plugin (#1120 / @ifedapoolarewaju)
  • @uppy/transloadit: add end2end test for @uppy/transloadit (#1086 / @arturi)
  • @uppy/thumbnail-generator: Add thumbnail generation integration test (#970 / @goto-bus-stop)
  • @uppy/thumbnail-generator: Allow to constrain thumbnail height, fixes #979 (@richartkeil / #1096)
  • @uppy/thumbnail-generator: Fix JPG previews on Edge (#1092 / @goto-bus-stop)
  • @uppy/aws-s3: use RequestClient, it contains the Uppy Companion specific stuff, so we don't have to think about that when working on the S3 plugin. (#1091 / @goto-bus-stop)
  • @uppy/transloadit: Add COMPANION_PATTERN constant (#1104 / @goto-bus-stop)
  • @uppy/transloadit: Error tweaks (#1103 / @goto-bus-stop)
  • @uppy/webcam: Fix getting data from Webcam recording if mime type includes codec metadata (#1094 / @goto-bus-stop)
  • @uppy/core: remove upload-cancel event, file-removed should be enough (#1069 / @arutri)
  • meta: document events, deprecate unused (#1069 / @arturi)
  • meta: New demo video/gif and website frontpage code sample (#1099 / @arturi)
  • meta: Update react.md (#1110 / @asmt3)
  • meta: Add missing addMoreFiles string to locale (#1111 / @FWirtz)
  • meta: Release script improvements: generate nicer releases and a nicer commit history. (#1122 / @goto-bus-stop)
  • meta: Add release documentation. eg: test on transloadit website, check examples on the uppy.io website (@goto-bus-stop)
arturi
published 0.27.3 •

Changelog

Source

0.27.3

Released: 2018-09-03.

New versions in this release:

| Package | Version | Package | Version | |-|-|-|-| | uppy | 0.27.3 | @uppy/instagram | 0.27.3 | | @uppy/aws-s3-multipart | 0.27.2 | @uppy/progress-bar | 0.27.2 | | @uppy/aws-s3 | 0.27.2 | @uppy/provider-views | 0.27.2 | | @uppy/companion-client | 0.27.2 | @uppy/react | 0.27.3 | | @uppy/companion | 0.14.3 | @uppy/redux-dev-tools | 0.27.2 | | @uppy/core | 0.27.1 | @uppy/status-bar | 0.27.2 | | @uppy/dashboard | 0.27.3 | @uppy/thumbnail-generator | 0.27.2 | | @uppy/drag-drop | 0.27.2 | @uppy/transloadit | 0.27.3 | | @uppy/dropbox | 0.27.2 | @uppy/tus | 0.27.3 | | @uppy/file-input | 0.27.2 | @uppy/url | 0.27.3 | | @uppy/form | 0.27.2 | @uppy/utils | 0.27.1 | | @uppy/golden-retriever | 0.27.2 | @uppy/webcam | 0.27.2 | | @uppy/google-drive | 0.27.3 | @uppy/xhr-upload | 0.27.2 | | @uppy/informer | 0.27.2 | - | - |

Changes:

  • build: Update readme contributors list before publish (#1023 / @goto-bus-stop)
  • build: Enable cssnano safe mode. Fixes z-index primarily. (@goto-bus-stop)
  • @uppy/status-bar: Show number of started uploads, fixes #983 (@goto-bus-stop)
  • @uppy/thumbnail-generator: Remove image clear code, fixes #1025. (#1028 / @goto-bus-stop)
  • @uppy/aws-s3-multipart: Proper cleanup on cancellation, fixes #992 (#1021 / @goto-bus-stop)
  • @uppy/utils: Add fallback to getFileType (#1022 / @goto-bus-stop)
  • @uppy/transloadit: Lazy load socket.io-client, avoiding buffer warnings in IE10 when using the uppy CDN package. (#1019 / @goto-bus-stop)
  • @uppy/webcam: Fix for Cordova mangling new File instances (#1034 / @firesharkstudios)
  • @uppy/xhr-upload: Add file name to Blob instance uploads (#1034 / @firesharkstudios)
  • @uppy/transloadit: Only use socket.io's WebSocket transport. (#1029 / @goto-bus-stop)
  • @uppy/companion: Rename UPPYSERVER_ environment variables to COMPANION_ + more. The old names still work for now but will be dropped in a future release (#1037 / @kvz)
  • ⚠️ breaking @uppy/transloadit: Change hosted Companion URLs to https://api2.transloadit.com/companion, using the hosted uppy-server URLs will now throw an error (#1038 / @goto-bus-stop)
goto-bus-stop
published 0.27.2 •

Changelog

Source

0.27.2

Released: 2018-08-23.

New versions in this release:

| Package | Version | Package | Version | |-|-|-|-| | uppy | 0.27.2 | @uppy/react | 0.27.2 | | @uppy/companion | 0.14.2 | @uppy/transloadit | 0.27.2 | | @uppy/dashboard | 0.27.2 | @uppy/tus | 0.27.2 | | @uppy/google-drive | 0.27.2 | @uppy/url | 0.27.2 | | @uppy/instagram | 0.27.2 | - | - |

Changes:

  • @uppy/companion: Auto deploy Companion. (#1008 / @kiloreux)
  • @uppy/transloadit: Refactors and add fallback if socket connection fails. (#1011 / @goto-bus-stop)
  • ci: No need to web:install if we're not deploying. (#1012 / @goto-bus-stop)
goto-bus-stop
published 0.27.1 •

Changelog

Source

0.27.1

Released: 2018-08-16.

New versions in this release:

| Package | Version | Package | Version | |-|-|-|-| | uppy | 0.27.1 | @uppy/instagram | 0.27.1 | | @uppy/aws-s3-multipart | 0.27.1 | @uppy/progress-bar | 0.27.1 | | @uppy/aws-s3 | 0.27.1 | @uppy/provider-views | 0.27.1 | | @uppy/companion-client | 0.27.1 | @uppy/react | 0.27.1 | | @uppy/companion | 0.14.1 | @uppy/redux-dev-tools | 0.27.1 | | @uppy/dashboard | 0.27.1 | @uppy/status-bar | 0.27.1 | | @uppy/drag-drop | 0.27.1 | @uppy/thumbnail-generator | 0.27.1 | | @uppy/dropbox | 0.27.1 | @uppy/transloadit | 0.27.1 | | @uppy/file-input | 0.27.1 | @uppy/tus | 0.27.1 | | @uppy/form | 0.27.1 | @uppy/url | 0.27.1 | | @uppy/golden-retriever | 0.27.1 | @uppy/webcam | 0.27.1 | | @uppy/google-drive | 0.27.1 | @uppy/xhr-upload | 0.27.1 | | @uppy/informer | 0.27.1 | - | - |

Changes:

  • @uppy/companion: use explicit typescript devDependency.
  • @uppy/companion: rename Server → Companion in documentation (#1007 / @goto-bus-stop)
  • website: Load all prism languages (#1004 / @goto-bus-stop)
  • @uppy/core: Fix peerDependencies of plugin packages. (#1005 / @goto-bus-stop)
  • @uppy/companion-client: Send cookies with fetch requests (#1000 / @geoffappleford)
  • Add e2e test for providers (#990 / @ifedapoolarewaju)
  • website: attempt to fix font sizes on mobile vs desktop (@arturi)
  • @uppy/dashboard: show note and “powered by” when no acquire/sources plugins are used too (@arturi)
  • Update dependencies. (#995 / @goto-bus-stop)
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