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.4.1 to 3.4.2

3

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.4.1"
"version": "3.4.2"
};

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

this.setPluginState(update);
this.uppy.emit('dashboard:close-panel', state.activePickerPanel.id);
};

@@ -111,0 +112,0 @@ this.showPanel = id => {

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

@@ -28,6 +28,6 @@ "main": "lib/index.js",

"@uppy/informer": "^3.0.2",
"@uppy/provider-views": "^3.3.1",
"@uppy/status-bar": "^3.2.0",
"@uppy/provider-views": "^3.4.0",
"@uppy/status-bar": "^3.2.2",
"@uppy/thumbnail-generator": "^3.0.3",
"@uppy/utils": "^5.4.0",
"@uppy/utils": "^5.4.1",
"classnames": "^2.2.6",

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

"@jest/globals": "^29.0.0",
"@uppy/google-drive": "^3.1.1",
"@uppy/status-bar": "^3.2.0",
"@uppy/google-drive": "^3.2.0",
"@uppy/status-bar": "^3.2.2",
"resize-observer-polyfill": "^1.5.0"
},
"peerDependencies": {
"@uppy/core": "^3.2.1"
"@uppy/core": "^3.3.1"
}
}

@@ -175,2 +175,4 @@ import { h } from 'preact'

this.setPluginState(update)
this.uppy.emit('dashboard:close-panel', state.activePickerPanel.id)
}

@@ -177,0 +179,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc