Socket
Socket
Sign inDemoInstall

@uppy/zoom

Package Overview
Dependencies
20
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @uppy/zoom

Import files from zoom, into Uppy.


Version published
Weekly downloads
12K
increased by2.64%
Maintainers
5
Created
Weekly downloads
 

Changelog

Source

2.3.1

Released: 2021-12-09

| Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/angular | 0.2.7 | @uppy/store-redux | 2.0.3 | | @uppy/audio | 0.2.1 | @uppy/svelte | 1.0.6 | | @uppy/aws-s3 | 2.0.7 | @uppy/vue | 0.4.4 | | @uppy/companion | 3.1.3 | @uppy/xhr-upload | 2.0.7 | | @uppy/core | 2.1.4 | @uppy/robodog | 2.1.5 | | @uppy/dashboard | 2.1.3 | uppy | 2.3.1 | | @uppy/locales | 2.0.5 | | |

  • meta: update npm deps (Antoine du Hamel / #3352)
  • @uppy/companion: fix Dockerfile and deploy automation (Mikael Finstad / #3355)
  • @uppy/companion: don’t pin Yarn version in package.json (Antoine du Hamel / #3347)
  • @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: deps: use nanoid/non-secure to workaround react-native limitation (Antoine du Hamel / #3350)
  • @uppy/audio: showRecordingLength option was removed, always clearInterval (Artur Paikin / #3351)
  • meta: drop stringify-object dependency to generate locales (Antoine du Hamel / #3344)
  • meta: add release automations (Antoine du Hamel / #3304)

Readme

Source

@uppy/zoom

Uppy logo: a smiling puppy above a pink upwards arrow

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

The Zoom plugin for Uppy lets users import recordings and related files from their Zoom account.

A Companion instance and zoom account with cloud recordings is required for the Zoom plugin to work. Companion handles authentication with Zoom, downloads files from Zoom and uploads them to the destination. This saves the user bandwidth, especially helpful if they are on a mobile connection.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

import Uppy from '@uppy/core'
import Zoom from '@uppy/zoom'

const uppy = new Uppy()
uppy.use(Zoom, {
  // Options
})

Installation

$ npm install @uppy/zoom

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.

Keywords

FAQs

Last updated on 29 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc