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 1.5.0 to 1.5.1

1

lib/Provider.js

@@ -26,3 +26,2 @@ 'use strict';

_this.id = _this.provider;
_this.authProvider = opts.authProvider || _this.provider;
_this.name = _this.opts.name || _getName(_this.id);

@@ -29,0 +28,0 @@ _this.pluginId = _this.opts.pluginId;

2

lib/RequestClient.js

@@ -218,2 +218,2 @@ 'use strict';

return RequestClient;
}(), _class.VERSION = "1.5.0", _temp);
}(), _class.VERSION = "1.5.1", _temp);
{
"name": "@uppy/companion-client",
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^3.1.0",
"@uppy/utils": "^3.2.0",
"namespace-emitter": "^2.0.1"
},
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2"
"gitHead": "16686fc0cae55dd40f449f63005273145aba7df3"
}

@@ -15,3 +15,2 @@ 'use strict'

this.id = this.provider
this.authProvider = opts.authProvider || this.provider
this.name = this.opts.name || _getName(this.id)

@@ -18,0 +17,0 @@ this.pluginId = this.opts.pluginId

@@ -40,3 +40,2 @@ /**

provider: string
authProvider?: string
name?: string

@@ -43,0 +42,0 @@ pluginId: string

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