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.0 to 3.2.1

4

lib/Provider.js

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

}
list(directory) {
return this.get(`${this.id}/list/${directory || ''}`);
list(directory, options) {
return this.get(`${this.id}/list/${directory || ''}`, options);
}

@@ -140,0 +140,0 @@ async logout() {

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

const packageJson = {
"version": "3.2.0"
"version": "3.2.1"
}; // 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.0",
"version": "3.2.1",
"license": "MIT",

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

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

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

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

list (directory) {
return this.get(`${this.id}/list/${directory || ''}`)
list (directory, options) {
return this.get(`${this.id}/list/${directory || ''}`, options)
}

@@ -138,0 +138,0 @@

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