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
7
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 2.0.3 to 2.0.4

8

lib/index.js

@@ -5,5 +5,3 @@ "use strict";

const {
BasePlugin
} = require('@uppy/core');
const BasePlugin = require('@uppy/core/lib/BasePlugin');

@@ -117,3 +115,3 @@ const {

} catch (err) {
this.uppy.log(err);
uppy.log(err);
}

@@ -662,2 +660,2 @@

}, _class.VERSION = "2.0.3", _temp);
}, _class.VERSION = "2.0.4", _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": "2.0.3",
"version": "2.0.4",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^2.0.1",
"@uppy/utils": "^4.0.1",
"@uppy/companion-client": "^2.0.2",
"@uppy/utils": "^4.0.2",
"nanoid": "^3.1.25"

@@ -38,3 +38,3 @@ },

},
"gitHead": "b3b68c07773395d1521c38148cbf87ed88ff2364"
"gitHead": "1eb317ba3a3115596212ac50f1d81d3188dd0619"
}

@@ -1,2 +0,2 @@

const { BasePlugin } = require('@uppy/core')
const BasePlugin = require('@uppy/core/lib/BasePlugin')
const { nanoid } = require('nanoid')

@@ -90,3 +90,3 @@ const { Provider, RequestClient, Socket } = require('@uppy/companion-client')

} catch (err) {
this.uppy.log(err)
uppy.log(err)
}

@@ -93,0 +93,0 @@

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