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.1.2 to 3.1.3

2

lib/Dropbox.js

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

const packageJson = {
"version": "3.1.2"
"version": "3.1.3"
};

@@ -9,0 +9,0 @@ import locale from './locale.js';

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

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

"dependencies": {
"@uppy/companion-client": "^3.2.1",
"@uppy/provider-views": "^3.4.0",
"@uppy/utils": "^5.4.1",
"@uppy/companion-client": "^3.3.0",
"@uppy/provider-views": "^3.5.0",
"@uppy/utils": "^5.4.3",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.3.1"
"@uppy/core": "^3.4.0"
}
}

@@ -1,5 +0,5 @@

import type { PluginOptions, UIPlugin, PluginTarget } from '@uppy/core'
import type { PluginTarget, UIPlugin, UIPluginOptions } from '@uppy/core'
import type { PublicProviderOptions, TokenStorage } from '@uppy/companion-client'
export interface DropboxOptions extends PluginOptions, PublicProviderOptions {
export interface DropboxOptions extends UIPluginOptions, PublicProviderOptions {
target?: PluginTarget

@@ -6,0 +6,0 @@ title?: string

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