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.0.1 to 1.0.2

2

lib/index.js

@@ -272,3 +272,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

if (uploadURL) {
_this2.uppy.log('Download ' + file.name + ' from ' + file.uploadURL);
_this2.uppy.log('Download ' + file.name + ' from ' + uploadURL);
}

@@ -275,0 +275,0 @@

{
"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.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -28,7 +28,7 @@ "main": "lib/index.js",

"@uppy/companion-client": "1.0.1",
"@uppy/utils": "0.30.6",
"@uppy/utils": "1.0.2",
"cuid": "^2.1.1"
},
"devDependencies": {
"@uppy/core": "1.0.1"
"@uppy/core": "1.0.2"
},

@@ -38,3 +38,3 @@ "peerDependencies": {

},
"gitHead": "1ad322497ff694f06f328c3cccbe5cf0922c5bed"
"gitHead": "5c9e1a836df858254657a59ab8bd4b90035cf8b4"
}

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

if (uploadURL) {
this.uppy.log(`Download ${file.name} from ${file.uploadURL}`)
this.uppy.log(`Download ${file.name} from ${uploadURL}`)
}

@@ -254,0 +254,0 @@

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