Socket
Socket
Sign inDemoInstall

@uppy/tus

Package Overview
Dependencies
35
Maintainers
5
Versions
111
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.3 to 4.0.0-beta.4

7

CHANGELOG.md
# @uppy/tus
## 4.0.0-beta.4
Released: 2024-05-03
Included in: Uppy v4.0.0-beta.5
- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon)
## 4.0.0-beta.1

@@ -4,0 +11,0 @@

2

lib/index.js

@@ -20,3 +20,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.3"
"version": "4.0.0-beta.4"
};

@@ -23,0 +23,0 @@ /**

{
"name": "@uppy/tus",
"description": "Resumable uploads for Uppy using Tus.io",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^4.0.0-beta.3",
"@uppy/utils": "^6.0.0-beta.3",
"@uppy/companion-client": "^4.0.0-beta.5",
"@uppy/utils": "^6.0.0-beta.5",
"tus-js-client": "^3.1.3"

@@ -34,5 +34,5 @@ },

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.3"
"@uppy/core": "^4.0.0-beta.5"
},
"stableVersion": "3.5.4"
}

@@ -10,5 +10,7 @@ # @uppy/tus

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

@@ -35,7 +37,11 @@ ## Example

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](https://uppy.io/docs/#Installation) for instructions.
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](https://uppy.io/docs/#Installation) for instructions.
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/tus).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/tus).

@@ -47,3 +53,2 @@ ## License

[tus.io]: https://tus.io
[tus-js-client]: https://github.com/tus/tus-js-client
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