Socket
Socket
Sign inDemoInstall

@uppy/webcam

Package Overview
Dependencies
11
Maintainers
5
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
5678

0.29.1

Diff

Changelog

Source

0.29.1

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

  • @uppy/react: ⚠️ Make Uppy’s React components usable from Typescript (#1131 / @mattes3)
  • build: ⚠️ CJSify @uppy/core typings + add more typings tests (#1194 / @goto-bus-stop)
  • build: ⚠️ Added Promise and Fetch polyfills to uppy bundle (#1187 / @arturi)
  • build: ⚠️ Only rebuild changed files with npm run build:lib (#1237 / @goto-bus-stop)
  • build: ⚠️ Remove jsnext:main since it’s been deprecated https://github.com/stereobooster/package.json#jsnextmain (#1242 / @arturi)
  • @uppy/companion: ⚠️ Fix: return next page path for ig only when posts exist (e5a2694a2d95e1923dd2ca515e7d37132a5828ba / @ifedapoolarewaju)
  • @uppy/status-bar: Account for MS Edge’s missing progress updates, fixes #945. Previously, upload progress would be stuck at 0% until everything is finished. With this patch, in the affected MS Edge versions, the status bar is transformed into an “indeterminate” progress state (#1184 / @goto-bus-stop)
  • @uppy/dashboard: Log error if trigger is not found (#1217 / @goto-bus-stop)
  • @uppy/xhr-upload: Fix responseType in IE 11, fixes #1228: The same restriction applies to responseType as to withCredentials. Both must be set after the open() call in Internet Explorer. (#1231 / @goto-bus-stop)
  • @uppy/xhr-upload: Postpone timeout countdown until upload has started (i.e. has left browser concurrency queue (fixes #1190) (#1195 / @davilima6)
  • website: Add polyfills to website examples that do not use prebundled uppy.js (#1229 / @goto-bus-stop)
  • docs: Add privacy policy (#1196 / @arturi)
  • docs: Update aws-s3.md wrt S3 public access settings (#1236 / @manuelkiessling)
  • @uppy/companion: deprecate deprecate debugLogger (8f9946346904217e714e256db06b759cc3bb66b0 / @ifedapoolarewaju)
  • @uppy/companion: Update morgan dependency, fixes #1227 (#1232 / @goto-bus-stop)
arturi
published 0.29.0 •

Changelog

Source

0.29.0

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

  • @uppy/core: ⚠️ breaking Separate Core and Plugin styles — @uppy/core styles and plugins (@uppy/webcam, for example) now have to be included separately (#1167 / @arturi)
  • @uppy/core: Don't pass removed file IDs to next upload step, fixes (#1148 / @goto-bus-stop)
  • @uppy/core: Fixed getFileType() when passed a file with an upper case extension (#1169 / @jderrough)
  • @uppy/xhr-upload: Add responseType option — allows configuring the XMLHttpRequest .responseType value (#1150 / @goto-bus-stop)
  • @uppy/companion: Use createCipheriv instead of deprecated createCipher (#1149 / @goto-bus-stop)
  • @uppy/companion: Store Provider instances on this.provider instead of this[this.id] (@goto-bus-stop / #1174)
  • @uppy/companion: Pin grant to known stable version (@ifedapoolarewaju / #1165)
  • @uppy/companion: Fix — socket does not handle server.path option (#1142 / @tranvansang)
  • @uppy/status-bar: Use file sizes for progress calculations (#1153 / @goto-bus-stop)
  • @uppy/webcam: Fix a bug with Webcam video overflowing its container (68730f8a1bf731898d46883e00fed937d3ab54ab / @arturi)
  • docs: Add triggerUploadOnSubmit to Form docs, add docs about options of hiding upload/pause/resume/cancel buttons; talk about bundler-less polyfill use (@goto-bus-stop, @arturi)
  • @uppy/dashboard: Better center pause/resume/cancel icons (@arturi / 5112ecf1f48bec9c67309244120fce5f005241ce)
  • @uppy/react: Allow Dashboard props width and height to accept a string for 100% (#1129 / craigcbrunner)
  • Added note about uppy bundle polyfils in uppy readme.md (@goto-bus-stop)
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.4 •

Changelog

Source

0.27.4

Released: 2018-09-18

New versions in this release:

| Package | Version | Package | Version | |-|-|-|-| | uppy | 0.27.4 | @uppy/instagram | 0.27.4 | | @uppy/companion | 0.14.4 | @uppy/react | 0.27.4 | | @uppy/core | 0.27.2 | @uppy/transloadit | 0.27.4 | | @uppy/dashboard | 0.27.4 | @uppy/tus | 0.27.4 | | @uppy/dropbox | 0.27.3 | @uppy/url | 0.27.4 | | @uppy/form | 0.27.3 | @uppy/webcam | 0.27.3 | | @uppy/informer | 0.27.3 | - | - |

Changes:

  • build: Add initial version table script (@goto-bus-stop)
  • build: Add more checks to release script (#1050 / @goto-bus-stop)
  • build: start companion once in tests (#1052 / @ifedapoolarewaju)
  • buid: set companion config values when running test (@ifedapoolarewaju)
  • @uppy/core: Note that the <script> tag should come at the bottom of the page (#1043 / @arturi)
  • @uppy/dashboard: Add paddings and remove outline-offset for tab buttons so that the outline is visible (26037ac145111d3c636a63840bb4daa61304bae5 / @arturi)
  • @uppy/dashboard: Replace updateDashboardElWidth with ResizeObserver (using resize-observer-polyfill) (#1053 / @arturi)
  • @uppy/dashboard: Add showSelectedFiles option (#1055 / @arturi)
  • @uppy/dashboard: Fix incorrect title (tooltip) message on file preview by refactoring (#1056 / @arturi)
  • @uppy/companion: Google Drive: Support Team Drives (#978 / @pauln)
  • @uppy/companion: Provider integration test fixes #(1013 / @goto-bus-stop)
  • @uppy/companion: Fix bug: oauth always redirects to root path (#1030 / @tranvansang)
  • @uppy/companion: Fix certificate generation for companion (#1041 / @kiloreux)
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)
arturi
published 0.27.0 •

Changelog

Source

0.27.0

Released: 2018-08-11.

  • @uppy/aws-s3-multipart: Check for file existance (#981 / @bartvde)
  • @uppy/aws-s3: Abort all chunk requests when aborting the multipart upload (#967 / @pekala)
  • @uppy/aws-s3: Catch and handle errors in prepareUploadPart (#966 / @pekala)
  • @uppy/companion: ⚠️ breaking rename uppy-server to @uppy/companion (#953 / @ifedapoolarewaju)
  • @uppy/companion: google Drive — move to v3 API (#977 / @pauln)
  • @uppy/core: allow editing plugin titles (names) so that e.g. “Camera” can be translated into different languages, fixes #920 (#942 / @arturi)
  • @uppy/core: fix setPluginState (#968 / @goto-bus-stop)
  • @uppy/core: make Uppy run in React Native (by adding window !== undefined check) (@arturi / #960)
  • @uppy/core: remove all: initial — was causing issues when multiple uppy stylesheets are used (#942 / @arturi)
  • @uppy/core: ⚠️ breaking default autoProceed to false (#961 / @arturi)
  • @uppy/dashboard: downgrade drag-drop module to support folders again (#942 / @arturi)
  • @uppy/dashboard: fix animation — wait for closing animation to finish before opening modal (#942 / @arturi)
  • @uppy/dashboard: ⚠️ breaking Introduce .uppy-size--md and .uppy-size--lg breakpoint classes; throttle the function that checks for width (#942 / @arturi)
  • @uppy/dashboard: ⚠️ breaking UI overhaul: AddFiles panel, significantly improved mobile styles, (#942 / @arturi, @nqst)
  • @uppy/informer: ⚠️ breaking make it monochrome and round. always gray, no status colors (#942 / @arturi)
  • @uppy/provider-views: fix wrong 'no files available' msg flash (#938 / @ifedapoolarewaju)
  • @uppy/url: fix Url plugin reacting to wrong drop/paste events, add ignoreEvent (#942 / @arturi)
  • @uppy/webcam: add webcam permission screen i18 strings, fixes #931 (#942 / @arturi)
  • build: Add object rest spread transform (#965 / @goto-bus-stop)
  • build: Split integration tests and add one using create-react-app (#952 / @goto-bus-stop)
  • build: Upload to CDN when commit starts with “Release” (#989 / @arturi)
  • website: docs fixes and improvements @@AJvanLoon)
  • website: list bundle sizes for each package on stats page (#962 / @goto-bus-stop)
goto-bus-stop
published 0.26.0 •

Changelog

Source

0.26.0

Released: 2018-06-28.

  • ⚠️ breaking split into many packages (#906 / @goto-bus-stop, @arturi)
  • xhr-upload: Add withCredentials option (#874 / @tuoxiansp)
  • utils: Move single-use utils into their appropriate packages. (#926 / @goto-bus-stop)
  • core: Export Plugin class from @uppy/core (#924 / @goto-bus-stop)
  • Typescript typings improvements (#923 / @goto-bus-stop)
  • core: change focus to solid line for all elements (ade214e5aab822e1fc3ab8e0fac80c4fc04d7bc3 / @arturi)
  • dashboard: fix Dashboards tabs overflow by adding scroll; improve scroll (b974244c7f4e01adcf2478b7f651dada63d342f1 / @arturi)
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