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

@uppy/zoom

Package Overview
Dependencies
Maintainers
6
Versions
51
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 2.1.2 to 2.1.3

2

lib/Zoom.js

@@ -6,3 +6,3 @@ import { h } from 'preact';

const packageJson = {
"version": "2.1.2"
"version": "2.1.3"
};

@@ -9,0 +9,0 @@ import locale from './locale.js';

{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^3.3.0",
"@uppy/provider-views": "^3.5.0",
"@uppy/utils": "^5.4.3",
"@uppy/companion-client": "^3.5.0",
"@uppy/provider-views": "^3.6.0",
"@uppy/utils": "^5.5.2",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.4.0"
"@uppy/core": "^3.6.0"
},

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

import type { PluginTarget, UIPlugin, UIPluginOptions } from '@uppy/core'
import type { TokenStorage, PublicProviderOptions } from '@uppy/companion-client'
import type {
TokenStorage,
PublicProviderOptions,
} from '@uppy/companion-client'
interface ZoomOptions extends UIPluginOptions, PublicProviderOptions {
target?: PluginTarget
title?: string
storage?: TokenStorage
target?: PluginTarget
title?: string
storage?: TokenStorage
}

@@ -9,0 +12,0 @@

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