Socket
Socket
Sign inDemoInstall

@uppy/companion-client

Package Overview
Dependencies
Maintainers
0
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.7 to 4.0.0-beta.8

2

lib/Provider.d.ts

@@ -57,5 +57,5 @@ import type { Uppy } from '@uppy/core';

fetchPreAuthToken(): Promise<void>;
list<ResBody>(directory: string | undefined, options: RequestOptions): Promise<ResBody>;
list<ResBody>(directory: string | null, options: RequestOptions): Promise<ResBody>;
logout<ResBody>(options?: RequestOptions): Promise<ResBody>;
}
//# sourceMappingURL=Provider.d.ts.map

@@ -15,3 +15,3 @@ function _classPrivateFieldLooseBase(e, t) { if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); return e; }

const packageJson = {
"version": "4.0.0-beta.7"
"version": "4.0.0-beta.8"
};

@@ -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.7",
"version": "4.0.0-beta.8",
"license": "MIT",

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

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

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

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

@@ -369,3 +369,3 @@ import type { Uppy } from '@uppy/core'

list<ResBody>(
directory: string | undefined,
directory: string | null,
options: RequestOptions,

@@ -372,0 +372,0 @@ ): Promise<ResBody> {

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