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 4.0.0-beta.4 to 4.0.0-beta.5

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": "4.0.0-beta.4"
"version": "4.0.0-beta.5"
};

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

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

{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"license": "MIT",

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

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

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

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.4"
"@uppy/core": "^4.0.0-beta.5"
},
"stableVersion": "3.11.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

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