Socket
Socket
Sign inDemoInstall

@uppy/dropbox

Package Overview
Dependencies
Maintainers
6
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/dropbox - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

20

lib/Dropbox.js

@@ -6,3 +6,3 @@ import { UIPlugin } from '@uppy/core';

const packageJson = {
"version": "3.0.1"
"version": "3.1.0"
};

@@ -18,2 +18,3 @@ import locale from './locale.js';

this.icon = () => h("svg", {
className: "uppy-DashboardTab-iconDropbox",
"aria-hidden": "true",

@@ -24,16 +25,7 @@ focusable: "false",

viewBox: "0 0 32 32"
}, h("g", {
fill: "none",
fillRule: "evenodd"
}, h("rect", {
className: "uppy-ProviderIconBg",
fill: "#0D2481",
width: "32",
height: "32",
rx: "16"
}), h("path", {
d: "M11 8l5 3.185-5 3.186-5-3.186L11 8zm10 0l5 3.185-5 3.186-5-3.186L21 8zM6 17.556l5-3.185 5 3.185-5 3.186-5-3.186zm15-3.185l5 3.185-5 3.186-5-3.186 5-3.185zm-10 7.432l5-3.185 5 3.185-5 3.186-5-3.186z",
fill: "#FFF",
}, h("path", {
d: "M10.5 7.5L5 10.955l5.5 3.454 5.5-3.454 5.5 3.454 5.5-3.454L21.5 7.5 16 10.955zM10.5 21.319L5 17.864l5.5-3.455 5.5 3.455zM16 17.864l5.5-3.455 5.5 3.455-5.5 3.455zM16 25.925l-5.5-3.455 5.5-3.454 5.5 3.454z",
fill: "currentcolor",
fillRule: "nonzero"
})));
}));

@@ -40,0 +32,0 @@ this.provider = new Provider(uppy, {

{
"name": "@uppy/dropbox",
"description": "Import files from Dropbox, into Uppy.",
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^3.0.2",
"@uppy/provider-views": "^3.0.1",
"@uppy/utils": "^5.0.2",
"@uppy/companion-client": "^3.1.1",
"@uppy/provider-views": "^3.1.0",
"@uppy/utils": "^5.1.3",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.0.2"
"@uppy/core": "^3.1.0"
}
}

@@ -18,7 +18,4 @@ import { UIPlugin } from '@uppy/core'

this.icon = () => (
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" fillRule="evenodd">
<rect className="uppy-ProviderIconBg" fill="#0D2481" width="32" height="32" rx="16" />
<path d="M11 8l5 3.185-5 3.186-5-3.186L11 8zm10 0l5 3.185-5 3.186-5-3.186L21 8zM6 17.556l5-3.185 5 3.185-5 3.186-5-3.186zm15-3.185l5 3.185-5 3.186-5-3.186 5-3.185zm-10 7.432l5-3.185 5 3.185-5 3.186-5-3.186z" fill="#FFF" fillRule="nonzero" />
</g>
<svg className="uppy-DashboardTab-iconDropbox" aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32">
<path d="M10.5 7.5L5 10.955l5.5 3.454 5.5-3.454 5.5 3.454 5.5-3.454L21.5 7.5 16 10.955zM10.5 21.319L5 17.864l5.5-3.455 5.5 3.455zM16 17.864l5.5-3.455 5.5 3.455-5.5 3.455zM16 25.925l-5.5-3.455 5.5-3.454 5.5 3.454z" fill="currentcolor" fillRule="nonzero" />
</svg>

@@ -25,0 +22,0 @@ )

Sorry, the diff of this file is not supported yet

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