Socket
Socket
Sign inDemoInstall

@uppy/dashboard

Package Overview
Dependencies
Maintainers
5
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.8.3 to 3.9.0

2

lib/Dashboard.js

@@ -21,3 +21,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.8.3"
"version": "3.9.0"
};

@@ -24,0 +24,0 @@ import locale from "./locale.js";

@@ -33,3 +33,3 @@ /**

textArea.select();
const magicCopyFailed = cause => {
const magicCopyFailed = () => {
document.body.removeChild(textArea);

@@ -43,3 +43,3 @@ // eslint-disable-next-line no-alert

if (!successful) {
return magicCopyFailed('copy command unavailable');
return magicCopyFailed();
}

@@ -50,5 +50,5 @@ document.body.removeChild(textArea);

document.body.removeChild(textArea);
return magicCopyFailed(err);
return magicCopyFailed();
}
});
}
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.8.3",
"version": "3.9.0",
"license": "MIT",

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

"@uppy/informer": "^3.1.0",
"@uppy/provider-views": "^3.12.0",
"@uppy/provider-views": "^3.13.0",
"@uppy/status-bar": "^3.3.3",

@@ -41,6 +41,6 @@ "@uppy/thumbnail-generator": "^3.1.0",

"devDependencies": {
"@uppy/google-drive": "^3.5.1",
"@uppy/google-drive": "^3.6.0",
"@uppy/status-bar": "^3.3.3",
"@uppy/url": "^3.6.1",
"@uppy/webcam": "^3.4.1",
"@uppy/webcam": "^3.4.2",
"resize-observer-polyfill": "^1.5.0",

@@ -50,4 +50,4 @@ "vitest": "^1.2.1"

"peerDependencies": {
"@uppy/core": "^3.11.2"
"@uppy/core": "^3.13.0"
}
}

@@ -37,3 +37,3 @@ /**

const magicCopyFailed = (cause?: unknown) => {
const magicCopyFailed = () => {
document.body.removeChild(textArea)

@@ -48,3 +48,3 @@ // eslint-disable-next-line no-alert

if (!successful) {
return magicCopyFailed('copy command unavailable')
return magicCopyFailed()
}

@@ -55,5 +55,5 @@ document.body.removeChild(textArea)

document.body.removeChild(textArea)
return magicCopyFailed(err)
return magicCopyFailed()
}
})
}

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