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.5.4 to 1.5.5

6

lib/index.js

@@ -481,2 +481,6 @@ var _class, _temp;

});
}).catch(function (err) {
_this4.uppy.emit('upload-error', file, err);
reject(err);
});

@@ -698,2 +702,2 @@ });

return XHRUpload;
}(Plugin), _class.VERSION = "1.5.4", _temp);
}(Plugin), _class.VERSION = "1.5.5", _temp);

4

package.json
{
"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.5.4",
"version": "1.5.5",
"license": "MIT",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

},
"gitHead": "700863e46e309916e851588fe4cb697e42c73f00"
"gitHead": "4eee20aa18f7399dba694829e977a676e6227d66"
}

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

})
}).catch((err) => {
this.uppy.emit('upload-error', file, err)
reject(err)
})

@@ -436,0 +439,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