Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
Maintainers
8
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 3.0.0-beta.3 to 3.0.0-beta.4

2

lib/components/Dashboard.js

@@ -1,2 +0,2 @@

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); }
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }

@@ -3,0 +3,0 @@ import { h } from 'preact';

@@ -1,2 +0,2 @@

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); }
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }

@@ -3,0 +3,0 @@ import classNames from 'classnames';

@@ -1,2 +0,2 @@

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); }
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }

@@ -3,0 +3,0 @@ /**

@@ -17,3 +17,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }

import memoizeOne from 'memoize-one';
import FOCUSABLE_ELEMENTS from '@uppy/utils/lib/FOCUSABLE_ELEMENTS.js';
import FOCUSABLE_ELEMENTS from '@uppy/utils/lib/FOCUSABLE_ELEMENTS';
import * as trapFocus from './utils/trapFocus.js';

@@ -23,3 +23,3 @@ import createSuperFocus from './utils/createSuperFocus.js';

const packageJson = {
"version": "3.0.0-beta.3"
"version": "3.0.0-beta.4"
};

@@ -1129,3 +1129,3 @@ import locale from './locale.js';

doneButtonHandler: () => {
this.uppy.reset();
this.uppy.cancelAll();
this.requestCloseModal();

@@ -1132,0 +1132,0 @@ },

{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"license": "MIT",

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

"@transloadit/prettier-bytes": "0.0.7",
"@uppy/informer": "^3.0.0-beta.2",
"@uppy/provider-views": "^3.0.0-beta.2",
"@uppy/status-bar": "^3.0.0-beta.2",
"@uppy/thumbnail-generator": "^3.0.0-beta.1",
"@uppy/utils": "^5.0.0-beta",
"@uppy/informer": "^3.0.0-beta.3",
"@uppy/provider-views": "^3.0.0-beta.3",
"@uppy/status-bar": "^3.0.0-beta.3",
"@uppy/thumbnail-generator": "^3.0.0-beta.2",
"@uppy/utils": "^5.0.0-beta.1",
"classnames": "^2.2.6",
"is-shallow-equal": "^1.0.1",
"lodash.debounce": "^4.0.8",
"memoize-one": "^5.0.4",
"memoize-one": "^6.0.0",
"nanoid": "^4.0.0",

@@ -41,11 +41,10 @@ "preact": "^10.5.13"

"devDependencies": {
"@jest/globals": "^27.4.2",
"@uppy/google-drive": "^3.0.0-beta.1",
"@uppy/status-bar": "^3.0.0-beta.2",
"@jest/globals": "^28.0.0",
"@uppy/google-drive": "^3.0.0-beta.2",
"@uppy/status-bar": "^3.0.0-beta.3",
"resize-observer-polyfill": "^1.5.0"
},
"peerDependencies": {
"@uppy/core": "^3.0.0-beta.3"
},
"stableVersion": "2.3.0"
"@uppy/core": "^3.0.0-beta.4"
}
}

@@ -11,3 +11,3 @@ import { h } from 'preact'

import memoizeOne from 'memoize-one'
import FOCUSABLE_ELEMENTS from '@uppy/utils/lib/FOCUSABLE_ELEMENTS.js'
import FOCUSABLE_ELEMENTS from '@uppy/utils/lib/FOCUSABLE_ELEMENTS'
import * as trapFocus from './utils/trapFocus.js'

@@ -77,3 +77,3 @@ import createSuperFocus from './utils/createSuperFocus.js'

doneButtonHandler: () => {
this.uppy.reset()
this.uppy.cancelAll()
this.requestCloseModal()

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

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

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

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

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