Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/companion-client

Package Overview
Dependencies
Maintainers
5
Versions
89
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.5 to 4.0.0-beta.6

7

CHANGELOG.md
# @uppy/companion-client
## 4.0.0-beta.6
Released: 2024-05-14
Included in: Uppy v4.0.0-beta.7
- @uppy/companion-client,@uppy/dropbox,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/webcam: Use `title` consistently from locales (Merlijn Vos / #5134)
## 4.0.0-beta.1

@@ -4,0 +11,0 @@

1

lib/CompanionPluginOptions.d.ts
import type { UIPluginOptions } from '@uppy/core';
import type { tokenStorage } from './index.js';
export interface CompanionPluginOptions extends UIPluginOptions {
title?: string;
storage?: typeof tokenStorage;

@@ -6,0 +5,0 @@ companionUrl: string;

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

const packageJson = {
"version": "4.0.0-beta.5"
"version": "4.0.0-beta.6"
};

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

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

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

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

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

@@ -5,3 +5,2 @@ import type { UIPluginOptions } from '@uppy/core'

export interface CompanionPluginOptions extends UIPluginOptions {
title?: string
storage?: typeof tokenStorage

@@ -8,0 +7,0 @@ companionUrl: string

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