Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-upload

Package Overview
Dependencies
Maintainers
3
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-upload - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

6

lib/AjaxUploader.js

@@ -82,6 +82,8 @@ 'use strict';

req.on('progress', function () {
function progress(e) {
props.onProgress(e, file);
});
}
req.on('progress', progress);
req.end(function (err, ret) {

@@ -88,0 +90,0 @@ req.off('progress', progress);

{
"name": "rc-upload",
"version": "1.4.2",
"version": "1.4.3",
"description": "upload ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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