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 3.0.0-beta.5 to 3.0.0

4

lib/index.js

@@ -18,3 +18,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.0.0-beta.5"
"version": "3.0.0"
};

@@ -552,3 +552,3 @@

// Only send Assembly metadata to the tus endpoint.
metaFields: ['assembly_url', 'filename', 'fieldname'],
allowedMetaFields: ['assembly_url', 'filename', 'fieldname'],
// Pass the limit option to @uppy/tus

@@ -555,0 +555,0 @@ limit: this.opts.limit,

{
"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": "3.0.0-beta.5",
"version": "3.0.0",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^3.0.0-beta.2",
"@uppy/provider-views": "^3.0.0-beta.3",
"@uppy/tus": "^3.0.0-beta.3",
"@uppy/utils": "^5.0.0-beta.1",
"@uppy/companion-client": "^3.0.0",
"@uppy/provider-views": "^3.0.0",
"@uppy/tus": "^3.0.0",
"@uppy/utils": "^5.0.0",
"component-emitter": "^1.2.1",

@@ -40,3 +40,3 @@ "socket.io-client": "^4.1.3"

"peerDependencies": {
"@uppy/core": "^3.0.0-beta.4"
"@uppy/core": "^3.0.0"
},

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

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

// Only send Assembly metadata to the tus endpoint.
metaFields: ['assembly_url', 'filename', 'fieldname'],
allowedMetaFields: ['assembly_url', 'filename', 'fieldname'],
// Pass the limit option to @uppy/tus

@@ -799,0 +799,0 @@ limit: this.opts.limit,

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