Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
22
Maintainers
8
Versions
133
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.4 to 3.0.0

7

CHANGELOG.md
# @uppy/dashboard
## 3.0.0
Released: 2022-08-22
Included in: Uppy v3.0.0
- @uppy/core,@uppy/dashboard,@uppy/status-bar: Style tweaks: use all: initial + other resets (Artur Paikin / #3983)
## 3.0.0-beta.3

@@ -4,0 +11,0 @@

2

lib/components/AddFiles.js

@@ -179,3 +179,3 @@ let _Symbol$for;

type: "button",
className: "uppy-u-reset uppy-Dashboard-browse",
className: "uppy-u-reset uppy-c-btn uppy-Dashboard-browse",
onClick: onClickFn,

@@ -182,0 +182,0 @@ "data-uppy-super-focusable": numberOfAcquirers === 0

@@ -22,3 +22,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; }

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

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

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

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

"@transloadit/prettier-bytes": "0.0.7",
"@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",
"@uppy/informer": "^3.0.0",
"@uppy/provider-views": "^3.0.0",
"@uppy/status-bar": "^3.0.0",
"@uppy/thumbnail-generator": "^3.0.0",
"@uppy/utils": "^5.0.0",
"classnames": "^2.2.6",

@@ -42,9 +42,9 @@ "is-shallow-equal": "^1.0.1",

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

@@ -154,3 +154,3 @@ import { h, Component, Fragment } from 'preact'

type="button"
className="uppy-u-reset uppy-Dashboard-browse"
className="uppy-u-reset uppy-c-btn uppy-Dashboard-browse"
onClick={onClickFn}

@@ -157,0 +157,0 @@ data-uppy-super-focusable={numberOfAcquirers === 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc