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 1.2.0 to 1.3.0

6

lib/index.js

@@ -82,3 +82,3 @@ var _class, _temp;

_this.type = 'uploader';
_this.id = 'Tus';
_this.id = _this.opts.id || 'Tus';
_this.title = 'Tus'; // set default options

@@ -157,3 +157,3 @@

*
* @param {object} file for use with upload
* @param {Object} file for use with upload
* @param {integer} current file in a queue

@@ -558,2 +558,2 @@ * @param {integer} total number of files in a queue

return Tus;
}(Plugin), _class.VERSION = "1.2.0", _temp);
}(Plugin), _class.VERSION = "1.3.0", _temp);
{
"name": "@uppy/tus",
"description": "Resumable uploads for Uppy using Tus.io",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "1.1.0",
"@uppy/utils": "1.1.0",
"@uppy/companion-client": "1.2.0",
"@uppy/utils": "1.2.0",
"tus-js-client": "^1.8.0-0"
},
"devDependencies": {
"@uppy/core": "1.1.0"
"@uppy/core": "1.2.0"
},

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

},
"gitHead": "2aa6d5a162f72e10355bff9f30e23be63b6a63f8"
"gitHead": "bd2beedcffbaa840de7069860e341f02268ddbb1"
}

@@ -56,3 +56,3 @@ const { Plugin } = require('@uppy/core')

this.type = 'uploader'
this.id = 'Tus'
this.id = this.opts.id || 'Tus'
this.title = 'Tus'

@@ -123,3 +123,3 @@

*
* @param {object} file for use with upload
* @param {Object} file for use with upload
* @param {integer} current file in a queue

@@ -126,0 +126,0 @@ * @param {integer} total number of files in a queue

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