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

4

lib/index.js

@@ -7,3 +7,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; }

import BasePlugin from '@uppy/core/lib/BasePlugin';
import BasePlugin from '@uppy/core/lib/BasePlugin.js';
import * as tus from 'tus-js-client';

@@ -21,3 +21,3 @@ import { Provider, RequestClient, Socket } from '@uppy/companion-client';

const packageJson = {
"version": "3.0.0-beta.2"
"version": "3.0.0-beta.3"
};

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

{
"name": "@uppy/tus",
"description": "Resumable uploads for Uppy using Tus.io",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",

@@ -26,11 +26,10 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^3.0.0-beta.1",
"@uppy/utils": "^5.0.0-beta",
"@uppy/companion-client": "^3.0.0-beta.2",
"@uppy/utils": "^5.0.0-beta.1",
"tus-js-client": "^3.0.0"
},
"peerDependencies": {
"@jest/globals": "^27.4.2",
"@uppy/core": "^3.0.0-beta.3"
},
"stableVersion": "2.4.0"
"@jest/globals": "^28.0.0",
"@uppy/core": "^3.0.0-beta.4"
}
}

@@ -1,2 +0,2 @@

import BasePlugin from '@uppy/core/lib/BasePlugin'
import BasePlugin from '@uppy/core/lib/BasePlugin.js'
import * as tus from 'tus-js-client'

@@ -3,0 +3,0 @@ import { Provider, RequestClient, Socket } from '@uppy/companion-client'

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