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 3.5.3 to 3.5.4

2

lib/index.js

@@ -19,3 +19,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": "3.5.3"
"version": "3.5.4"
};

@@ -22,0 +22,0 @@ /**

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

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

"dependencies": {
"@uppy/companion-client": "^3.7.3",
"@uppy/utils": "^5.7.3",
"@uppy/companion-client": "^3.8.0",
"@uppy/utils": "^5.7.5",
"tus-js-client": "^3.1.3"

@@ -35,4 +35,4 @@ },

"peerDependencies": {
"@uppy/core": "^3.9.2"
"@uppy/core": "^3.10.0"
}
}

@@ -39,2 +39,4 @@ import BasePlugin, {

export type TusDetailedError = tus.DetailedError
export interface TusOpts<M extends Meta, B extends Body>

@@ -224,4 +226,4 @@ extends PluginOpts,

return new Promise<tus.Upload | string>((resolve, reject) => {
let queuedRequest: RateLimitedQueue.QueueEntry
let qRequest: () => void
let queuedRequest: ReturnType<RateLimitedQueue['run']>
let qRequest: () => () => void
let upload: tus.Upload

@@ -228,0 +230,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