Socket
Socket
Sign inDemoInstall

@uppy/companion-client

Package Overview
Dependencies
Maintainers
6
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 3.2.1 to 3.2.2

4

lib/Provider.js

@@ -139,4 +139,4 @@ 'use strict';

}
async logout() {
const response = await this.get(`${this.id}/logout`);
async logout(options) {
const response = await this.get(`${this.id}/logout`, options);
await _classPrivateFieldLooseBase(this, _removeAuthToken)[_removeAuthToken]();

@@ -143,0 +143,0 @@ return response;

@@ -11,3 +11,3 @@ 'use strict';

const packageJson = {
"version": "3.2.1"
"version": "3.2.2"
}; // Remove the trailing slash so we can always safely append /xyz.

@@ -14,0 +14,0 @@ function stripSlash(url) {

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

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

"dependencies": {
"@uppy/utils": "^5.4.1",
"@uppy/utils": "^5.4.2",
"namespace-emitter": "^2.0.1"

@@ -28,0 +28,0 @@ },

@@ -138,4 +138,4 @@ 'use strict'

async logout () {
const response = await this.get(`${this.id}/logout`)
async logout (options) {
const response = await this.get(`${this.id}/logout`, options)
await this.#removeAuthToken()

@@ -142,0 +142,0 @@ return response

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