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

7

CHANGELOG.md

@@ -10,2 +10,9 @@ # @uppy/transloadit

## 2.3.1
Released: 2022-06-09
Included in: Uppy v2.12.1
- @uppy/transloadit: fix `COMPANION_PATTERN` export (Antoine du Hamel / #3820)
## 2.3.0

@@ -12,0 +19,0 @@

8

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"
"version": "3.0.0-beta.1"
};

@@ -937,8 +937,10 @@

Transloadit.VERSION = packageJson.version;
export { COMPANION, ALLOWED_COMPANION_PATTERN }; // Backward compatibility: we want `COMPANION` and `ALLOWED_COMPANION_PATTERN`
export { ALLOWED_COMPANION_PATTERN, COMPANION, ALLOWED_COMPANION_PATTERN as COMPANION_PATTERN }; // Backward compatibility: we want `COMPANION` and `COMPANION_PATTERN`
// to keep being accessible as static properties of `Transloadit` to avoid a
// breaking change.
Transloadit.ALLOWED_COMPANION_PATTERN = ALLOWED_COMPANION_PATTERN; // TODO: remove this line on the next major
Transloadit.COMPANION = COMPANION; // TODO: remove this line on the next major
Transloadit.ALLOWED_COMPANION_PATTERN = ALLOWED_COMPANION_PATTERN; // TODO: remove this line on the next major
Transloadit.COMPANION_PATTERN = ALLOWED_COMPANION_PATTERN; // TODO: remove this line on the next major
{
"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",
"version": "3.0.0-beta.1",
"license": "MIT",

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

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

@@ -40,3 +40,3 @@ "component-emitter": "^1.2.1",

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

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

@@ -838,10 +838,12 @@ import hasProperty from '@uppy/utils/lib/hasProperty'

export {
ALLOWED_COMPANION_PATTERN,
COMPANION,
ALLOWED_COMPANION_PATTERN,
ALLOWED_COMPANION_PATTERN as COMPANION_PATTERN,
}
// Backward compatibility: we want `COMPANION` and `ALLOWED_COMPANION_PATTERN`
// Backward compatibility: we want `COMPANION` and `COMPANION_PATTERN`
// to keep being accessible as static properties of `Transloadit` to avoid a
// breaking change.
Transloadit.ALLOWED_COMPANION_PATTERN = ALLOWED_COMPANION_PATTERN // TODO: remove this line on the next major
Transloadit.COMPANION = COMPANION // TODO: remove this line on the next major
Transloadit.ALLOWED_COMPANION_PATTERN = ALLOWED_COMPANION_PATTERN // TODO: remove this line on the next major
Transloadit.COMPANION_PATTERN = ALLOWED_COMPANION_PATTERN // TODO: remove this line on the next major

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