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

Comparing version 3.12.0 to 3.12.1

7

CHANGELOG.md
# @uppy/provider-views
## 3.12.1
Released: 2024-06-11
Included in: Uppy v3.26.1
- @uppy/provider-views: fix wrong font for files (Merlijn Vos / #5234)
## 3.12.0

@@ -4,0 +11,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.12.0"
"version": "3.12.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.12.0"
"version": "3.12.1"
};

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

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

@@ -30,4 +30,4 @@ "main": "lib/index.js",

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

@@ -12,3 +12,4 @@ # @uppy/provider-views

Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

@@ -22,3 +23,3 @@ ## Example

class GoogleDrive extends UIPlugin {
install () {
install() {
this.view = new ProviderViews(this)

@@ -28,3 +29,3 @@ // snip

onFirstRender () {
onFirstRender() {
return Promise.all([

@@ -36,3 +37,3 @@ this.provider.fetchPreAuthToken(),

render (state) {
render(state) {
return this.view.render(state)

@@ -45,3 +46,4 @@ }

> Unless you are creating a custom provider plugin, you do not need to install this.
> Unless you are creating a custom provider plugin, you do not need to install
> this.

@@ -48,0 +50,0 @@ ```bash

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc