@uppy/dashboard
Advanced tools
Comparing version 3.7.4 to 3.7.5
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
689544
1
Updated@uppy/informer@^3.1.0
Updated@uppy/provider-views@^3.10.0
Updated@uppy/status-bar@^3.3.0
Updated@uppy/utils@^5.7.4