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 4.0.1 to 4.1.0

7

CHANGELOG.md
# @uppy/tus
## 4.1.0
Released: 2024-08-29
Included in: Uppy v4.3.0
- @uppy/aws-s3,@uppy/box,@uppy/compressor,@uppy/dropbox,@uppy/facebook,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/onedrive,@uppy/screen-capture,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/xhr-upload,@uppy/zoom: export plugin options (Antoine du Hamel / #5433)
## 4.0.1

@@ -4,0 +11,0 @@

2

lib/index.d.ts

@@ -28,2 +28,3 @@ import BasePlugin, { type DefinePluginOpts, type PluginOpts } from '@uppy/core/lib/BasePlugin.js';

}
export type { TusOpts as TusOptions };
declare const defaultOptions: {

@@ -61,3 +62,2 @@ limit: number;

}
export {};
//# sourceMappingURL=index.d.ts.map

@@ -20,3 +20,3 @@ function _classPrivateFieldLooseBase(e, t) { if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); return e; }

const packageJson = {
"version": "4.0.1"
"version": "4.1.0"
};

@@ -23,0 +23,0 @@ /**

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

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

"dependencies": {
"@uppy/companion-client": "^4.0.1",
"@uppy/companion-client": "^4.1.0",
"@uppy/utils": "^6.0.2",

@@ -34,4 +34,4 @@ "tus-js-client": "^4.1.0"

"peerDependencies": {
"@uppy/core": "^4.1.1"
"@uppy/core": "^4.2.0"
}
}

@@ -63,2 +63,3 @@ import BasePlugin, {

}
export type { TusOpts as TusOptions }

@@ -65,0 +66,0 @@ /**

Sorry, the diff of this file is not supported yet

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