Socket
Socket
Sign inDemoInstall

@uppy/tus

Package Overview
Dependencies
3
Maintainers
7
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @uppy/tus

Resumable uploads for Uppy using Tus.io


Version published
Weekly downloads
43K
increased by4.55%
Maintainers
7
Install size
12.8 MB
Created
Weekly downloads
 

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/tus

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 Tus plugin brings tus.io resumable file uploading to Uppy by wrapping the tus-js-client.

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

Example

import Uppy from '@uppy/core'
import Tus from '@uppy/tus'

const uppy = new Uppy()
uppy.use(Tus, {
  endpoint: 'https://tusd.tusdemo.net/files/', // use your tus endpoint here
  resume: true,
  retryDelays: [0, 1000, 3000, 5000],
})

Installation

$ npm install @uppy/tus

We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.

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 14 Oct 2021

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc