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.4.2 to 1.5.0

3

lib/index.js

@@ -392,2 +392,3 @@ var _class, _temp;

metadata: fields,
httpMethod: _this4.opts.method,
headers: opts.headers

@@ -695,2 +696,2 @@ })).then(function (res) {

return XHRUpload;
}(Plugin), _class.VERSION = "1.4.2", _temp);
}(Plugin), _class.VERSION = "1.5.0", _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.4.2",
"version": "1.5.0",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^1.4.1",
"@uppy/utils": "^2.1.2",
"@uppy/companion-client": "file:../companion-client",
"@uppy/utils": "file:../utils",
"cuid": "^2.1.1"

@@ -34,4 +34,3 @@ },

"@uppy/core": "^1.0.0"
},
"gitHead": "2b91a96c95ea1aa32980984904f9877d8a4c4440"
}
}

@@ -359,2 +359,3 @@ const { Plugin } = require('@uppy/core')

metadata: fields,
httpMethod: this.opts.method,
headers: opts.headers

@@ -361,0 +362,0 @@ }).then((res) => {

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