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

@uppy/transloadit

Package Overview
Dependencies
Maintainers
5
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 4.1.0 to 4.1.1

5

lib/index.d.ts
import BasePlugin from '@uppy/core/lib/BasePlugin.js';
import type { DefinePluginOpts, PluginOpts } from '@uppy/core/lib/BasePlugin.js';
import { type TusOpts } from '@uppy/tus';
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile';

@@ -177,5 +178,3 @@ import type { Uppy } from '@uppy/core';

};
tus?: {
uploadUrl?: string | null;
};
tus?: TusOpts<M, B>;
}

@@ -182,0 +181,0 @@ }

3

lib/index.js

@@ -16,3 +16,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.1.0"
"version": "4.1.1"
}; // eslint-disable-next-line @typescript-eslint/no-unused-vars

@@ -437,3 +437,2 @@ const defaultOptions = {

// we don't need it here.
// @ts-expect-error `endpoint` is required but we first have to fetch
// the regional endpoint from the Transloadit API before we can set it.

@@ -440,0 +439,0 @@ this.uppy.use(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": "4.1.0",
"version": "4.1.1",
"license": "MIT",

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

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

@@ -38,3 +38,3 @@ "component-emitter": "^2.0.0"

"peerDependencies": {
"@uppy/core": "^4.1.2"
"@uppy/core": "^4.2.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -38,4 +38,4 @@ # @uppy/transloadit

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

@@ -42,0 +42,0 @@

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

import type { DefinePluginOpts, PluginOpts } from '@uppy/core/lib/BasePlugin.js'
import Tus, { type TusDetailedError } from '@uppy/tus'
import Tus, { type TusDetailedError, type TusOpts } from '@uppy/tus'
import type { Body, Meta, UppyFile } from '@uppy/utils/lib/UppyFile'

@@ -223,3 +223,3 @@ import type { Uppy } from '@uppy/core'

transloadit?: { assembly: string }
tus?: { uploadUrl?: string | null }
tus?: TusOpts<M, B>
}

@@ -941,3 +941,2 @@ }

// we don't need it here.
// @ts-expect-error `endpoint` is required but we first have to fetch
// the regional endpoint from the Transloadit API before we can set it.

@@ -944,0 +943,0 @@ this.uppy.use(Tus, {

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