Socket
Socket
Sign inDemoInstall

@uppy/tus

Package Overview
Dependencies
Maintainers
8
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 2.1.1 to 2.1.2

8

lib/index.js

@@ -143,3 +143,7 @@ "use strict";

resetUploaderReferences(fileID, opts = {}) {
resetUploaderReferences(fileID, opts) {
if (opts === void 0) {
opts = {};
}
if (this.uploaders[fileID]) {

@@ -729,2 +733,2 @@ const uploader = this.uploaders[fileID];

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

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

"dependencies": {
"@uppy/companion-client": "^2.0.3",
"@uppy/utils": "^4.0.3",
"@uppy/companion-client": "^2.0.4",
"@uppy/utils": "^4.0.4",
"tus-js-client": "^2.1.1"
},
"peerDependencies": {
"@uppy/core": "^2.0.0"
},
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295"
}
"@uppy/core": "^2.1.3"
}
}

@@ -671,3 +671,3 @@ const BasePlugin = require('@uppy/core/lib/BasePlugin')

'[Tus] When uploading multiple files at once, consider setting the `limit` option (to `10` for example), to limit the number of concurrent uploads, which helps prevent memory and network issues: https://uppy.io/docs/tus/#limit-0',
'warning'
'warning',
)

@@ -674,0 +674,0 @@ }

Sorry, the diff of this file is not supported yet

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