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

9

lib/AjaxUploader.js

@@ -95,3 +95,6 @@ 'use strict';

if (!props.beforeUpload) {
return this.post(file);
// always async in case use react state to keep fileList
return setTimeout(function () {
return _this.post(file);
}, 0);
}

@@ -109,3 +112,5 @@

} else if (before !== false) {
this.post(file);
setTimeout(function () {
return _this.post(file);
}, 0);
}

@@ -112,0 +117,0 @@ },

{
"name": "rc-upload",
"version": "2.0.2",
"version": "2.0.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