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

@uppy/dropbox

Package Overview
Dependencies
Maintainers
5
Versions
95
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 1.4.6 to 1.4.7

5

lib/index.js

@@ -35,4 +35,3 @@ var _class, _temp;

height: "32",
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg"
viewBox: "0 0 32 32"
}, h("g", {

@@ -101,2 +100,2 @@ fill: "none",

return Dropbox;
}(Plugin), _class.VERSION = "1.4.6", _temp);
}(Plugin), _class.VERSION = "1.4.7", _temp);

10

package.json
{
"name": "@uppy/dropbox",
"description": "Import files from Dropbox, into Uppy.",
"version": "1.4.6",
"version": "1.4.7",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^1.4.5",
"@uppy/provider-views": "^1.6.6",
"@uppy/utils": "^3.0.0",
"@uppy/companion-client": "^1.5.0",
"@uppy/provider-views": "^1.6.7",
"@uppy/utils": "^3.1.0",
"preact": "8.2.9"

@@ -32,3 +32,3 @@ },

},
"gitHead": "6a0152327386cb6dd1ae8aada13f13062d326b61"
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2"
}

@@ -15,3 +15,3 @@ const { Plugin } = require('@uppy/core')

this.icon = () => (
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">

@@ -18,0 +18,0 @@ <rect fill="#0D2481" width="32" height="32" rx="16" />

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