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

@uppy/dashboard

Package Overview
Dependencies
Maintainers
6
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 3.7.0 to 3.7.1

8

CHANGELOG.md
# @uppy/dashboard
## 3.7.1
Released: 2023-11-12
Included in: Uppy v3.19.1
- @uppy/dashboard: fix(@uppy/dashboard): fix wrong option type in index.d.ts (dzcpy / #4788)
- @uppy/core,@uppy/dashboard,@uppy/react-native: Update Uppy's blue color to meet WCAG contrast requirements (Alexander Zaytsev / #4777)
## 3.7.0

@@ -4,0 +12,0 @@

2

lib/Dashboard.js

@@ -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.7.0"
"version": "3.7.1"
};

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

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

@@ -48,4 +48,4 @@ "main": "lib/index.js",

"peerDependencies": {
"@uppy/core": "^3.7.0"
"@uppy/core": "^3.7.1"
}
}

@@ -39,3 +39,3 @@ import type {

closeAfterFinish?: boolean
centerSingleFile?: boolean
singleFileFullScreen?: boolean
closeModalOnClickOutside?: boolean

@@ -42,0 +42,0 @@ disableInformer?: boolean

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