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.1 to 4.1.0

5

lib/CompanionPluginOptions.d.ts

@@ -7,3 +7,6 @@ import type { UIPluginOptions } from '@uppy/core';

companionHeaders?: Record<string, string>;
companionKeysParams?: Record<string, string>;
companionKeysParams?: {
key: string;
credentialsName: string;
};
companionCookiesRule?: 'same-origin' | 'include';

@@ -10,0 +13,0 @@ companionAllowedHosts?: string | RegExp | (string | RegExp)[];

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.1"
"version": "4.1.0"
};

@@ -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.1",
"version": "4.1.0",
"license": "MIT",

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

"peerDependencies": {
"@uppy/core": "^4.1.1"
"@uppy/core": "^4.2.0"
}
}

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

companionHeaders?: Record<string, string>
companionKeysParams?: Record<string, string>
companionKeysParams?: { key: string; credentialsName: string }
companionCookiesRule?: 'same-origin' | 'include'
companionAllowedHosts?: string | RegExp | (string | RegExp)[]
}

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