Socket
Socket
Sign inDemoInstall

@uppy/dropbox

Package Overview
Dependencies
Maintainers
5
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 4.0.0-beta.5 to 4.0.0-beta.6

7

CHANGELOG.md
# @uppy/dropbox
## 4.0.0-beta.6
Released: 2024-05-14
Included in: Uppy v4.0.0-beta.7
- @uppy/companion-client,@uppy/dropbox,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/webcam: Use `title` consistently from locales (Merlijn Vos / #5134)
## 4.0.0-beta.1

@@ -4,0 +11,0 @@

4

lib/Dropbox.js

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

const packageJson = {
"version": "4.0.0-beta.5"
"version": "4.0.0-beta.6"
};

@@ -43,3 +43,3 @@ export default class Dropbox extends UIPlugin {

this.i18nInit();
this.title = this.opts.title || this.i18n('pluginNameDropbox');
this.title = this.i18n('pluginNameDropbox');
this.onFirstRender = this.onFirstRender.bind(this);

@@ -46,0 +46,0 @@ this.render = this.render.bind(this);

{
"name": "@uppy/dropbox",
"description": "Import files from Dropbox, into Uppy.",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"license": "MIT",

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

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

Sorry, the diff of this file is not supported yet

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