Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
Maintainers
5
Versions
138
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.8.3 to 1.8.4

4

lib/components/AddFiles.js

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

var AddFiles =
/*#__PURE__*/
function (_Component) {
var AddFiles = /*#__PURE__*/function (_Component) {
_inheritsLoose(AddFiles, _Component);

@@ -15,0 +13,0 @@

@@ -15,5 +15,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

var FileCard =
/*#__PURE__*/
function (_Component) {
var FileCard = /*#__PURE__*/function (_Component) {
_inheritsLoose(FileCard, _Component);

@@ -20,0 +18,0 @@

@@ -21,5 +21,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

module.exports =
/*#__PURE__*/
function (_Component) {
module.exports = /*#__PURE__*/function (_Component) {
_inheritsLoose(FileItem, _Component);

@@ -26,0 +24,0 @@

@@ -57,5 +57,3 @@ var _class, _temp;

module.exports = (_temp = _class =
/*#__PURE__*/
function (_Plugin) {
module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) {
_inheritsLoose(Dashboard, _Plugin);

@@ -1060,2 +1058,2 @@

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

@@ -25,7 +25,7 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/informer": "^1.5.3",
"@uppy/provider-views": "^1.6.3",
"@uppy/status-bar": "^1.6.3",
"@uppy/thumbnail-generator": "^1.5.10",
"@uppy/utils": "^2.4.2",
"@uppy/informer": "^1.5.4",
"@uppy/provider-views": "^1.6.4",
"@uppy/status-bar": "^1.6.4",
"@uppy/thumbnail-generator": "^1.5.11",
"@uppy/utils": "^2.4.3",
"classnames": "^2.2.6",

@@ -44,3 +44,3 @@ "cuid": "^2.1.1",

},
"gitHead": "323233488f4abe33f0fda037673d38777f109f6f"
"gitHead": "6e2dfd7c0f54f38672894eac2333310dcd276c03"
}

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

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

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