🚀 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.0
to
0.1.1
+2
-1
lib/FileInput.js

@@ -132,3 +132,4 @@ 'use strict';

onChange: this.handleChange, ref: INPUT_FIELD_REF,
style: STYLE.FIELD
style: STYLE.FIELD,
children: null
})),

@@ -135,0 +136,0 @@ this.props.children

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

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