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 4.0.0-beta.1

lib/Breadcrumbs.d.ts

9

CHANGELOG.md
# @uppy/provider-views
## 4.0.0-beta.1
Released: 2024-03-28
Included in: Uppy v4.0.0-beta.1
- @uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038)
- @uppy/provider-views: fix `super.toggleCheckbox` bug (Mikael Finstad / #5004)
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986)
## 3.11.0

@@ -4,0 +13,0 @@

2

lib/ProviderView/ProviderView.js

@@ -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": "4.0.0-beta.1"
};

@@ -19,0 +19,0 @@ function formatBreadcrumbs(breadcrumbs) {

@@ -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": "4.0.0-beta.1"
};

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

{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "3.11.0",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"type": "module",

@@ -23,3 +22,3 @@ "keywords": [

"dependencies": {
"@uppy/utils": "^5.7.5",
"@uppy/utils": "^6.0.0-beta.1",
"classnames": "^2.2.6",

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

"peerDependencies": {
"@uppy/core": "^3.10.0"
}
"@uppy/core": "^4.0.0-beta.1"
},
"stableVersion": "3.11.0"
}
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