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

@uppy/dashboard

Package Overview
Dependencies
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/dashboard - npm Package Compare versions

Comparing version 1.12.2 to 1.12.3

6

lib/components/AddFiles.js

@@ -142,3 +142,3 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }

} else {
titleText = _this.props.i18nArray("dropPasteImport" + camelFMSelectionType, {
titleText = _this.props.i18nArray("dropPaste" + camelFMSelectionType, {
browseFiles: browseFiles,

@@ -156,7 +156,7 @@ browseFolders: browseFolders,

if (numberOfAcquirers > 0) {
titleText = _this.props.i18nArray('dropPaste', {
titleText = _this.props.i18nArray('dropPasteImport', {
browse: browse
});
} else {
titleText = _this.props.i18nArray('dropPasteImport', {
titleText = _this.props.i18nArray('dropPaste', {
browse: browse

@@ -163,0 +163,0 @@ });

@@ -175,3 +175,3 @@ var _class, _temp;

return editors.some(function (target) {
return _this.uppy.getPlugin(target.id).сanEditFile(file);
return _this.uppy.getPlugin(target.id).canEditFile(file);
});

@@ -1146,2 +1146,2 @@ };

return Dashboard;
}(Plugin), _class.VERSION = "1.12.2", _temp);
}(Plugin), _class.VERSION = "1.12.3", _temp);
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "1.12.2",
"version": "1.12.3",
"license": "MIT",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"@uppy/provider-views": "^1.7.2",
"@uppy/status-bar": "^1.7.3",
"@uppy/status-bar": "^1.7.4",
"@uppy/thumbnail-generator": "^1.6.5",

@@ -45,3 +45,3 @@ "@uppy/utils": "^3.2.2",

},
"gitHead": "36ab6f1d492edca678327a98629a0a53ba37604e"
"gitHead": "8a1ead8b534e6a3d8be21531a6b2b22229f9cffe"
}

@@ -150,3 +150,3 @@ const { h, Component } = require('preact')

} else {
titleText = this.props.i18nArray(`dropPasteImport${camelFMSelectionType}`, { browseFiles, browseFolders, browse })
titleText = this.props.i18nArray(`dropPaste${camelFMSelectionType}`, { browseFiles, browseFolders, browse })
}

@@ -160,5 +160,5 @@

if (numberOfAcquirers > 0) {
titleText = this.props.i18nArray('dropPasteImport', { browse })
} else {
titleText = this.props.i18nArray('dropPaste', { browse })
} else {
titleText = this.props.i18nArray('dropPasteImport', { browse })
}

@@ -165,0 +165,0 @@ } catch {

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

return editors.some((target) => (
this.uppy.getPlugin(target.id).сanEditFile(file)
this.uppy.getPlugin(target.id).canEditFile(file)
))

@@ -252,0 +252,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