Socket
Socket
Sign inDemoInstall

@uppy/zoom

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/zoom - npm Package Compare versions

Comparing version 3.0.0-beta.4 to 3.0.0-beta.5

2

lib/Zoom.js

@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client';

const packageJson = {
"version": "3.0.0-beta.4"
"version": "3.0.0-beta.5"
};

@@ -12,0 +12,0 @@ export default class Zoom extends UIPlugin {

{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"license": "MIT",

@@ -23,9 +23,9 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^4.0.0-beta.4",
"@uppy/provider-views": "^4.0.0-beta.4",
"@uppy/utils": "^6.0.0-beta.4",
"@uppy/companion-client": "^4.0.0-beta.5",
"@uppy/provider-views": "^4.0.0-beta.5",
"@uppy/utils": "^6.0.0-beta.5",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.0.0-beta.4"
"@uppy/core": "^4.0.0-beta.5"
},

@@ -32,0 +32,0 @@ "publishConfig": {

@@ -10,7 +10,12 @@ # @uppy/zoom

The Zoom plugin for Uppy lets users import recordings and related files from their Zoom account.
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.
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](https://transloadit.com), a versatile file encoding service.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

@@ -35,7 +40,11 @@ ## Example

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](https://uppy.io/docs/#Installation) for instructions.
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](https://uppy.io/docs/#Installation) for instructions.
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/zoom).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/zoom).

@@ -42,0 +51,0 @@ ## License

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