New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/xhr-upload

Package Overview
Dependencies
Maintainers
5
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/xhr-upload - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

8

lib/index.js

@@ -149,3 +149,3 @@ var _class, _temp;

};
_this.opts = _extends({}, defaultOptions, {}, opts);
_this.opts = _extends({}, defaultOptions, opts);

@@ -188,3 +188,3 @@ _this.i18nInit();

var opts = _extends({}, this.opts, {}, overrides || {}, {}, file.xhrUpload || {}, {
var opts = _extends({}, this.opts, overrides || {}, file.xhrUpload || {}, {
headers: {}

@@ -514,3 +514,3 @@ });

var formData = _this5.createBundledUpload(files, _extends({}, _this5.opts, {}, optsFromState || {}));
var formData = _this5.createBundledUpload(files, _extends({}, _this5.opts, optsFromState || {}));

@@ -718,2 +718,2 @@ var xhr = new XMLHttpRequest();

return XHRUpload;
}(Plugin), _class.VERSION = "1.6.2", _temp);
}(Plugin), _class.VERSION = "1.6.3", _temp);
{
"name": "@uppy/xhr-upload",
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
"version": "1.6.2",
"version": "1.6.3",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^1.5.2",
"@uppy/utils": "^3.2.1",
"@uppy/companion-client": "^1.5.3",
"@uppy/utils": "^3.2.2",
"cuid": "^2.1.1"

@@ -35,3 +35,3 @@ },

},
"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