Socket
Socket
Sign inDemoInstall

@uppy/companion-client

Package Overview
Dependencies
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/companion-client - npm Package Compare versions

Comparing version 4.0.0-beta.4 to 4.0.0-beta.5

2

lib/RequestClient.js

@@ -15,3 +15,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": "4.0.0-beta.4"
"version": "4.0.0-beta.5"
};

@@ -18,0 +18,0 @@ // Remove the trailing slash so we can always safely append /xyz.

{
"name": "@uppy/companion-client",
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^6.0.0-beta.4",
"@uppy/utils": "^6.0.0-beta.5",
"namespace-emitter": "^2.0.1",

@@ -33,5 +33,5 @@ "p-retry": "^6.1.0"

"peerDependencies": {
"@uppy/core": "^4.0.0-beta.4"
"@uppy/core": "^4.0.0-beta.5"
},
"stableVersion": "3.8.0"
}

@@ -10,5 +10,7 @@ # @uppy/companion-client

Client library for communication with Companion. Intended for use in Uppy plugins.
Client library for communication with Companion. Intended for use in Uppy
plugins.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

@@ -23,3 +25,5 @@ ## Example

const client = new RequestClient(uppy, { companionUrl: 'https://uppy.mywebsite.com/' })
const client = new RequestClient(uppy, {
companionUrl: 'https://uppy.mywebsite.com/',
})
client.get('/drive/list').then(() => {})

@@ -39,3 +43,4 @@

> Unless you are writing a custom provider plugin, you do not need to install this.
> Unless you are writing a custom provider plugin, you do not need to install
> this.

@@ -42,0 +47,0 @@ ```bash

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