Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/tus

Package Overview
Dependencies
Maintainers
5
Versions
117
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.27.2 to 0.27.3

4

lib/index.js

@@ -124,3 +124,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

* Clean up all references for a file's upload: the tus.Upload instance,
* any events related to the file, and the uppy-server WebSocket connection.
* any events related to the file, and the Companion WebSocket connection.
*/

@@ -342,3 +342,3 @@

// If the remote retry optimisation should not be used,
// close the socket—this will tell uppy-server to clear state and delete the file.
// close the socket—this will tell companion to clear state and delete the file.
if (!_this4.opts.useFastRemoteRetry) {

@@ -345,0 +345,0 @@ _this4.resetUploaderReferences(file.id);

{
"name": "@uppy/tus",
"description": "Resumable uploads for Uppy using Tus.io",
"version": "0.27.2",
"version": "0.27.3",
"license": "MIT",

@@ -26,13 +26,12 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "0.27.1",
"@uppy/utils": "0.27.0",
"@uppy/companion-client": "0.27.2",
"@uppy/utils": "0.27.1",
"tus-js-client": "^1.5.1"
},
"devDependencies": {
"@uppy/core": "0.27.0"
"@uppy/core": "0.27.1"
},
"peerDependencies": {
"@uppy/core": "^0.27.0"
},
"gitHead": "bd6c2c36aebd705bdf1f9cee973487b50a4bdf10"
}
}

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

* Clean up all references for a file's upload: the tus.Upload instance,
* any events related to the file, and the uppy-server WebSocket connection.
* any events related to the file, and the Companion WebSocket connection.
*/

@@ -317,3 +317,3 @@ resetUploaderReferences (fileID) {

// If the remote retry optimisation should not be used,
// close the socket—this will tell uppy-server to clear state and delete the file.
// close the socket—this will tell companion to clear state and delete the file.
if (!this.opts.useFastRemoteRetry) {

@@ -320,0 +320,0 @@ this.resetUploaderReferences(file.id)

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