@uppy/dropbox
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -67,12 +67,2 @@ var _class, _temp; | ||
provider: this.provider | ||
}); // Set default state for Dropbox | ||
this.setPluginState({ | ||
authenticated: false, | ||
files: [], | ||
folders: [], | ||
directories: [], | ||
activeRow: -1, | ||
filterInput: '', | ||
isSearchVisible: false | ||
}); | ||
@@ -100,2 +90,2 @@ var target = this.opts.target; | ||
return Dropbox; | ||
}(Plugin), _class.VERSION = "1.4.7", _temp); | ||
}(Plugin), _class.VERSION = "1.4.8", _temp); |
{ | ||
"name": "@uppy/dropbox", | ||
"description": "Import files from Dropbox, into Uppy.", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"@uppy/companion-client": "^1.5.0", | ||
"@uppy/provider-views": "^1.6.7", | ||
"@uppy/provider-views": "^1.6.8", | ||
"@uppy/utils": "^3.1.0", | ||
@@ -32,3 +32,3 @@ "preact": "8.2.9" | ||
}, | ||
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2" | ||
"gitHead": "aacaff256c64739337c9148963e874d7c06c9e58" | ||
} |
@@ -38,12 +38,2 @@ const { Plugin } = require('@uppy/core') | ||
}) | ||
// Set default state for Dropbox | ||
this.setPluginState({ | ||
authenticated: false, | ||
files: [], | ||
folders: [], | ||
directories: [], | ||
activeRow: -1, | ||
filterInput: '', | ||
isSearchVisible: false | ||
}) | ||
@@ -50,0 +40,0 @@ const target = this.opts.target |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8104
134
Updated@uppy/provider-views@^1.6.8