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.8 to 4.0.0-beta.9

1

lib/Provider.js

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

...query,
// This is only used for Companion instances configured to accept multiple origins.
state: btoa(JSON.stringify({

@@ -108,0 +109,0 @@ origin: getOrigin()

2

lib/RequestClient.js

@@ -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.8"
"version": "4.0.0-beta.9"
};

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

@@ -32,5 +32,5 @@ "main": "lib/index.js",

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

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

...query,
// This is only used for Companion instances configured to accept multiple origins.
state: btoa(JSON.stringify({ origin: getOrigin() })),

@@ -171,0 +172,0 @@ ...this.authQuery({ authFormData }),

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