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

View library for Uppy remote provider plugins.


Version published
Weekly downloads
159K
decreased by-2.75%
Maintainers
5
Created
Weekly downloads
 

Changelog

Source

4.0.0-beta.9

Released: 2024-05-23

| Package | Version | Package | Version | | ----------------- | ------------ | ----------------- | ------------ | | @uppy/companion | 5.0.0-beta.8 | @uppy/xhr-upload | 4.0.0-beta.5 | | @uppy/transloadit | 4.0.0-beta.6 | uppy | 4.0.0-beta.9 |

  • @uppy/companion: remove chalk from dependencies (Antoine du Hamel / #5178)
  • @uppy/transloadit: do not cancel assembly when removing all files (Merlijn Vos / #5191)
  • @uppy/xhr-upload: fix regression for lowercase HTTP methods (Antoine du Hamel / #5179)
  • meta: improve changelog generator (Antoine du Hamel / #5190)

Readme

Source

@uppy/provider-views

Uppy logo: a smiling puppy above a pink upwards arrow

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

View library for Uppy remote provider plugins.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

import Plugin from '@uppy/core/lib/plugin'
import { ProviderViews } from '@uppy/provider-views'

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

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

Installation

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

$ npm install @uppy/provider-views

License

The MIT License.

Keywords

FAQs

Package last updated on 19 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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