Socket
Socket
Sign inDemoInstall

@uppy/provider-views

Package Overview
Dependencies
Maintainers
5
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/provider-views - npm Package Compare versions

Comparing version 3.11.0 to 3.12.0

8

CHANGELOG.md
# @uppy/provider-views
## 3.12.0
Released: 2024-04-29
Included in: Uppy v3.25.0
- @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117)
- @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097)
## 3.11.0

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

2

lib/Browser.js

@@ -116,3 +116,3 @@ /* eslint-disable react/require-default-props */

className: "uppy-Provider-loading"
}, h("span", null, i18n('loading')));
}, h("span", null, typeof isLoading === 'string' ? isLoading : i18n('loading')));
}

@@ -119,0 +119,0 @@ if (!folders.length && !files.length) {

@@ -16,3 +16,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.11.0"
"version": "3.12.0"
};

@@ -303,3 +303,3 @@ function formatBreadcrumbs(breadcrumbs) {

const tagFile = this.getTagFile(newFile);
const id = getSafeFileId(tagFile);
const id = getSafeFileId(tagFile, this.plugin.uppy.getID());
// If the same folder is added again, we don't want to send

@@ -306,0 +306,0 @@ // X amount of duplicate file notifications, we want to say

@@ -13,3 +13,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.11.0"
"version": "3.12.0"
};

@@ -16,0 +16,0 @@ const defaultState = {

{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "3.11.0",
"version": "3.12.0",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^5.7.5",
"@uppy/utils": "^5.9.0",
"classnames": "^2.2.6",

@@ -31,4 +31,4 @@ "nanoid": "^4.0.0",

"peerDependencies": {
"@uppy/core": "^3.10.0"
"@uppy/core": "^3.11.0"
}
}

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

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

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

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

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

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

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

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