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

rc-upload

Package Overview
Dependencies
Maintainers
4
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.6.0 to 2.6.1

3

es/AjaxUploader.js

@@ -205,2 +205,3 @@ import _extends from 'babel-runtime/helpers/extends';

disabled = _props.disabled,
id = _props.id,
style = _props.style,

@@ -229,2 +230,3 @@ multiple = _props.multiple,

React.createElement('input', {
id: id,
type: 'file',

@@ -249,2 +251,3 @@ ref: this.saveFileInput,

AjaxUploader.propTypes = {
id: PropTypes.string,
component: PropTypes.string,

@@ -251,0 +254,0 @@ style: PropTypes.object,

@@ -249,2 +249,3 @@ 'use strict';

disabled = _props.disabled,
id = _props.id,
style = _props.style,

@@ -273,2 +274,3 @@ multiple = _props.multiple,

_react2['default'].createElement('input', {
id: id,
type: 'file',

@@ -292,2 +294,3 @@ ref: this.saveFileInput,

AjaxUploader.propTypes = {
id: _propTypes2['default'].string,
component: _propTypes2['default'].string,

@@ -294,0 +297,0 @@ style: _propTypes2['default'].object,

2

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