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.6 to 4.0.0-beta.7

2

lib/Dropbox.d.ts

@@ -15,8 +15,8 @@ import { Provider, tokenStorage, type CompanionPluginOptions } from '@uppy/companion-client';

files: UppyFile<M, B>[];
rootFolderId: string | null;
constructor(uppy: Uppy<M, B>, opts: DropboxOptions);
install(): void;
uninstall(): void;
onFirstRender(): Promise<void>;
render(state: unknown): ComponentChild;
}
//# sourceMappingURL=Dropbox.d.ts.map

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

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

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

super(uppy, opts);
this.rootFolderId = null;
this.id = this.opts.id || 'Dropbox';

@@ -45,3 +46,2 @@ this.type = 'acquirer';

this.title = this.i18n('pluginNameDropbox');
this.onFirstRender = this.onFirstRender.bind(this);
this.render = this.render.bind(this);

@@ -65,5 +65,2 @@ }

}
async onFirstRender() {
await Promise.all([this.provider.fetchPreAuthToken(), this.view.getFolder()]);
}
render(state) {

@@ -70,0 +67,0 @@ return this.view.render(state);

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

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

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

Sorry, the diff of this file is not supported yet

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