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 1.5.2 to 1.5.3

4

lib/RequestClient.js

@@ -33,3 +33,3 @@ 'use strict';

var userHeaders = this.opts.companionHeaders || this.opts.serverHeaders || {};
return Promise.resolve(_extends({}, this.defaultHeaders, {}, userHeaders));
return Promise.resolve(_extends({}, this.defaultHeaders, userHeaders));
};

@@ -211,2 +211,2 @@

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

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

"dependencies": {
"@uppy/utils": "^3.2.1",
"@uppy/utils": "^3.2.2",
"namespace-emitter": "^2.0.1"
},
"gitHead": "2d91641ddd1efbb7b21ba850156d865491999106"
"gitHead": "36ab6f1d492edca678327a98629a0a53ba37604e"
}

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