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.4.1 to 2.4.2

7

CHANGELOG.md
# @uppy/tus
## 2.4.2
Released: 2022-08-02
Included in: Uppy v2.13.2
- @uppy/tus: fix dependencies (Antoine du Hamel / #3923)
## 2.4.1

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

2

lib/index.js

@@ -34,3 +34,3 @@ "use strict";

const packageJson = {
"version": "2.4.1"
"version": "2.4.2"
};

@@ -37,0 +37,0 @@ /** @typedef {import('..').TusOptions} TusOptions */

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

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

},
"devDependencies": {
"@jest/globals": "^27.4.2"
},
"peerDependencies": {
"@jest/globals": "^27.4.2",
"@uppy/core": "^2.3.1"
"@uppy/core": "^2.3.2"
}
}
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