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 3.8.0 to 4.0.0-beta.1

lib/AuthError.d.ts

8

CHANGELOG.md
# @uppy/companion-client
## 4.0.0-beta.1
Released: 2024-03-28
Included in: Uppy v4.0.0-beta.1
- @uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038)
- @uppy/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977)
## 3.8.0

@@ -4,0 +12,0 @@

2

lib/RequestClient.js

@@ -16,3 +16,3 @@ let _Symbol$for;

const packageJson = {
"version": "3.8.0"
"version": "4.0.0-beta.1"
};

@@ -19,0 +19,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": "3.8.0",
"version": "4.0.0-beta.1",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"type": "module",

@@ -25,3 +24,3 @@ "keywords": [

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

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

"peerDependencies": {
"@uppy/core": "^3.10.0"
}
"@uppy/core": "^4.0.0-beta.1"
},
"stableVersion": "3.8.0"
}
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