Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
Maintainers
6
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.5.1 to 3.5.2

7

CHANGELOG.md
# @uppy/dashboard
## 3.5.2
Released: 2023-09-05
Included in: Uppy v3.15.0
- @uppy/dashboard: when showAddFilesPanel is true, aria-hidden should be the opposite (Artur Paikin / #4643)
## 3.4.1

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

2

lib/components/AddFilesPanel.js

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

"data-uppy-panelType": "AddFiles",
"aria-hidden": props.showAddFilesPanel
"aria-hidden": !props.showAddFilesPanel
}, h("div", {

@@ -11,0 +11,0 @@ className: "uppy-DashboardContent-bar"

@@ -18,3 +18,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.5.1"
"version": "3.5.2"
};

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

{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.5.1",
"version": "3.5.2",
"license": "MIT",

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

"@uppy/thumbnail-generator": "^3.0.4",
"@uppy/utils": "^5.4.3",
"@uppy/utils": "^5.5.0",
"classnames": "^2.2.6",

@@ -47,4 +47,4 @@ "is-shallow-equal": "^1.0.1",

"peerDependencies": {
"@uppy/core": "^3.4.0"
"@uppy/core": "^3.5.0"
}
}

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

data-uppy-panelType="AddFiles"
aria-hidden={props.showAddFilesPanel}
aria-hidden={!props.showAddFilesPanel}
>

@@ -13,0 +13,0 @@ <div className="uppy-DashboardContent-bar">

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