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

@uppy/transloadit

Package Overview
Dependencies
Maintainers
8
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/transloadit - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

7

CHANGELOG.md
# @uppy/transloadit
## 2.3.2
Released: 2022-07-06
Included in: Uppy v2.12.2
- @uppy/locales,@uppy/transloadit: Fix undefined error in in onTusError (Merlijn Vos / #3848)
## 2.3.1

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

4

lib/index.js

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

const packageJson = {
"version": "2.3.1"
"version": "2.3.2"
};

@@ -479,3 +479,3 @@

_classPrivateFieldLooseBase(this, _closeAssemblyIfExists)[_closeAssemblyIfExists]((_file$transloadit = file.transloadit) == null ? void 0 : _file$transloadit.assembly);
_classPrivateFieldLooseBase(this, _closeAssemblyIfExists)[_closeAssemblyIfExists](file == null ? void 0 : (_file$transloadit = file.transloadit) == null ? void 0 : _file$transloadit.assembly);

@@ -482,0 +482,0 @@ if (err != null && (_err$message = err.message) != null && _err$message.startsWith('tus: ')) {

{
"name": "@uppy/transloadit",
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",

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

"@uppy/companion-client": "^2.2.1",
"@uppy/provider-views": "^2.1.1",
"@uppy/provider-views": "^2.1.2",
"@uppy/tus": "^2.4.1",

@@ -35,0 +35,0 @@ "@uppy/utils": "^4.1.0",

@@ -734,3 +734,3 @@ import hasProperty from '@uppy/utils/lib/hasProperty'

#onTusError = (file, err) => {
this.#closeAssemblyIfExists(file.transloadit?.assembly)
this.#closeAssemblyIfExists(file?.transloadit?.assembly)
if (err?.message?.startsWith('tus: ')) {

@@ -737,0 +737,0 @@ const endpoint = err.originalRequest?.getUnderlyingObject()?.responseURL

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