Socket
Socket
Sign inDemoInstall

@uppy/tus

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/tus - npm Package Compare versions

Comparing version 0.30.2 to 0.30.3

10

package.json
{
"name": "@uppy/tus",
"description": "Resumable uploads for Uppy using Tus.io",
"version": "0.30.2",
"version": "0.30.3",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^0.28.2",
"@uppy/utils": "^0.30.2",
"@uppy/companion-client": "0.28.3",
"@uppy/utils": "0.30.3",
"tus-js-client": "1.6.0"
},
"devDependencies": {
"@uppy/core": "^0.30.2"
"@uppy/core": "0.30.3"
},

@@ -36,3 +36,3 @@ "peerDependencies": {

},
"gitHead": "f94bc77debd56e75bb605a268ad2c8cd67dd6678"
"gitHead": "27899d944f0ffb551d0473955236734c24eb4fff"
}

@@ -33,3 +33,3 @@ # @uppy/tus

We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.github.io/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

@@ -36,0 +36,0 @@ 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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc