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

rc-upload

Package Overview
Dependencies
Maintainers
5
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.9.2 to 2.9.3

5

es/AjaxUploader.js

@@ -255,3 +255,6 @@ import _extends from 'babel-runtime/helpers/extends';

ref: this.saveFileInput,
key: this.state.uid,
onClick: function onClick(e) {
return e.stopPropagation();
} // https://github.com/ant-design/ant-design/issues/19948
, key: this.state.uid,
style: { display: 'none' },

@@ -258,0 +261,0 @@ accept: accept,

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

ref: this.saveFileInput,
key: this.state.uid,
onClick: function onClick(e) {
return e.stopPropagation();
} // https://github.com/ant-design/ant-design/issues/19948
, key: this.state.uid,
style: { display: 'none' },

@@ -302,0 +305,0 @@ accept: accept,

4

package.json
{
"name": "rc-upload",
"version": "2.9.2",
"version": "2.9.3",
"description": "upload ui component for react",

@@ -50,3 +50,3 @@ "keywords": [

"react-dom": "^16.0.0",
"sinon": "7.3.2"
"sinon": "7.5.0"
},

@@ -53,0 +53,0 @@ "pre-commit": [

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