Socket
Socket
Sign inDemoInstall

@uppy/informer

Package Overview
Dependencies
10
Maintainers
8
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @uppy/informer

A notification and error pop-up bar for Uppy.


Version published
Maintainers
8
Created

Changelog

Source

2.1.1

Released: 2021-09-20

| Package | Version | Package | Version | |-|-|-|-| | @uppy/angular | 0.2.3 | @uppy/progress-bar | 2.0.2 | | @uppy/aws-s3-multipart | 2.0.3 | @uppy/provider-views | 2.0.2 | | @uppy/aws-s3 | 2.0.3 | @uppy/react-native | 0.2.2 | | @uppy/box | 1.0.2 | @uppy/react | 2.0.3 | | @uppy/companion-client | 2.0.1 | @uppy/robodog | 2.0.4 | | @uppy/core | 2.0.3 | @uppy/screen-capture | 2.0.2 | | @uppy/dashboard | 2.0.3 | @uppy/status-bar | 2.0.2 | | @uppy/drag-drop | 2.0.2 | @uppy/svelte | 1.0.3 | | @uppy/drop-target | 1.0.2 | @uppy/thumbnail-generator | 2.0.3 | | @uppy/dropbox | 2.0.2 | @uppy/transloadit | 2.0.2 | | @uppy/facebook | 2.0.2 | @uppy/tus | 2.0.2 | | @uppy/file-input | 2.0.2 | @uppy/unsplash | 1.0.2 | | @uppy/form | 2.0.2 | @uppy/url | 2.0.2 | | @uppy/golden-retriever | 2.0.3 | @uppy/utils | 4.0.1 | | @uppy/google-drive | 2.0.2 | @uppy/vue | 0.4.1 | | @uppy/image-editor | 1.0.2 | @uppy/webcam | 2.0.2 | | @uppy/informer | 2.0.2 | @uppy/xhr-upload | 2.0.3 | | @uppy/instagram | 2.0.2 | @uppy/zoom | 1.0.2 | | @uppy/locales | 2.0.1 | uppy | 2.1.1 | | @uppy/onedrive | 2.0.2 | - | - |

  • @uppy/unsplash: Fix "attempted to use private field on non-instance" in SearchProvider (#3201)
  • @uppy/locales: Add 'done' to nb_NO.js (#3200)
  • @uppy/transloadit: Fix unhandledPromiseRejection failures (#3197)
  • @uppy/aws-s3-multipart: Fix AbortController is not defined on Node.js (Server Side Render) (#3169)
  • @uppy/aws-s3-multipart: Fix net::ERR_OUT_OF_MEMORY (#3183)
  • @uppy/dashboard: Fix autoOpenFileEditor (#3186)
  • @uppy/dashboard: Update Google Drive for brand compliance (#3178)

Readme

Source

@uppy/informer

Uppy logo: a superman puppy in a pink suit

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

The Informer is a pop-up bar for showing notifications. When other plugins have some exciting news (or error) to share, they can show a notification here.

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

Example

import Uppy from '@uppy/core'
import Informer from '@uppy/informer'

const uppy = new Uppy()
uppy.use(Informer, {
  target: '#mount-point',
})

Installation

$ npm install @uppy/informer

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.

Keywords

FAQs

Last updated on 17 Aug 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc