Socket
Socket
Sign inDemoInstall

@uppy/zoom

Package Overview
Dependencies
4
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0-alpha.0 to 1.0.0

10

lib/index.js

@@ -46,7 +46,11 @@ "use strict";

d: "M29,31H14c-1.657,0-3-1.343-3-3V17h15c1.657,0,3,1.343,3,3V31z",
style: "transform: translate(-5px, -5px) scale(0.9);"
style: {
transform: 'translate(-5px, -5px) scale(0.9)'
}
}), h("polygon", {
fill: "#fff",
points: "37,31 31,27 31,21 37,17",
style: "transform: translate(-5px, -5px) scale(0.9);"
style: {
transform: 'translate(-5px, -5px) scale(0.9)'
}
})));

@@ -99,2 +103,2 @@

}, _class.VERSION = "0.2.0-alpha.0", _temp);
}, _class.VERSION = "1.0.0", _temp);
{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "0.2.0-alpha.0",
"version": "1.0.0",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^2.0.0-alpha.0",
"@uppy/provider-views": "^2.0.0-alpha.0",
"@uppy/utils": "^4.0.0-alpha.0",
"@uppy/companion-client": "^2.0.0",
"@uppy/provider-views": "^2.0.0",
"@uppy/utils": "^4.0.0",
"preact": "^10.5.13"

@@ -35,3 +35,3 @@ },

},
"gitHead": "113b627dd0ef5aa5d198dc309dda05da2117dfe5"
"gitHead": "ab771cbe1cd87affd87c97bc983b19058e2e72bd"
}

@@ -18,4 +18,4 @@ const { UIPlugin } = require('@uppy/core')

<g fill="none" fillRule="evenodd">
<path fill="#fff" d="M29,31H14c-1.657,0-3-1.343-3-3V17h15c1.657,0,3,1.343,3,3V31z" style="transform: translate(-5px, -5px) scale(0.9);" />
<polygon fill="#fff" points="37,31 31,27 31,21 37,17" style="transform: translate(-5px, -5px) scale(0.9);" />
<path fill="#fff" d="M29,31H14c-1.657,0-3-1.343-3-3V17h15c1.657,0,3,1.343,3,3V31z" style={{ transform: 'translate(-5px, -5px) scale(0.9)' }} />
<polygon fill="#fff" points="37,31 31,27 31,21 37,17" style={{ transform: 'translate(-5px, -5px) scale(0.9)' }} />
</g>

@@ -22,0 +22,0 @@ </svg>

@@ -5,3 +5,2 @@ import type { PluginOptions, UIPlugin, PluginTarget } from '@uppy/core'

interface ZoomOptions extends PluginOptions, PublicProviderOptions {
replaceTargetContent?: boolean
target?: PluginTarget

@@ -8,0 +7,0 @@ title?: string

@@ -9,3 +9,2 @@ import Uppy from '@uppy/core'

companionCookiesRule: 'same-origin',
replaceTargetContent: false,
target: 'body',

@@ -12,0 +11,0 @@ title: 'title',

Sorry, the diff of this file is not supported yet

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