🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-simple-file-input

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-simple-file-input - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-2
lib/FileInput.js

@@ -19,3 +19,3 @@ 'use strict';

FIELD: {
visibility: 'hidden'
display: 'none'
}

@@ -133,3 +133,3 @@ };

onChange: this.handleChange, ref: INPUT_FIELD_REF,
style: STYLE.FIELD,
style: this.props.children ? STYLE.FIELD : {},
children: null

@@ -136,0 +136,0 @@ })),

{
"name": "react-simple-file-input",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple wrapper for the HTML input tag and HTML5 FileReader API",

@@ -5,0 +5,0 @@ "main": "lib/index.js",