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.13.1 to 1.13.2

5

lib/AjaxUploader.js

@@ -110,5 +110,10 @@ 'use strict';

_this.post(file);
}, function () {
_this._reset();
});
} else if (before !== false) {
this.post(file);
} else {
// fix https://github.com/ant-design/ant-design/issues/1989
this._reset();
}

@@ -115,0 +120,0 @@ },

2

package.json
{
"name": "rc-upload",
"version": "1.13.1",
"version": "1.13.2",
"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