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

@uppy/dashboard

Package Overview
Dependencies
Maintainers
5
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.4 to 3.7.5

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.4"
"version": "3.7.5"
};

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

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

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

"@transloadit/prettier-bytes": "^0.3.0",
"@uppy/informer": "^3.0.4",
"@uppy/provider-views": "^3.9.1",
"@uppy/status-bar": "^3.2.8",
"@uppy/informer": "^3.1.0",
"@uppy/provider-views": "^3.10.0",
"@uppy/status-bar": "^3.3.0",
"@uppy/thumbnail-generator": "^3.0.8",
"@uppy/utils": "^5.7.3",
"@uppy/utils": "^5.7.4",
"classnames": "^2.2.6",

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

"@uppy/google-drive": "^3.4.0",
"@uppy/status-bar": "^3.2.8",
"@uppy/status-bar": "^3.3.0",
"@uppy/url": "^3.5.0",

@@ -50,4 +50,4 @@ "@uppy/webcam": "^3.3.6",

"peerDependencies": {
"@uppy/core": "^3.9.2"
"@uppy/core": "^3.9.3"
}
}

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

return (
<Fragment>
<>
{acquirersWithoutLastTwo.map((acquirer) => this.renderAcquirer(acquirer))}

@@ -234,3 +234,3 @@ <span role="presentation" style={{ 'white-space': 'nowrap' }}>

</span>
</Fragment>
</>
)

@@ -263,3 +263,3 @@ }

return (
<Fragment>
<>
{this.renderDropPasteBrowseTagline(list.length)}

@@ -274,3 +274,3 @@

</div>
</Fragment>
</>
)

@@ -277,0 +277,0 @@ }

@@ -51,7 +51,7 @@ import { h, Fragment } from 'preact'

{providerName ? (
<Fragment>
<>
{` ${dot} `}
{providerName}
{` ${dot} `}
</Fragment>
</>
) : null}

@@ -58,0 +58,0 @@ </div>

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