You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

use-file-picker

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-file-picker - npm Package Compare versions

Comparing version

to
2.1.3-canary.0

3

package.json
{
"name": "use-file-picker",
"description": "Simple react hook to open browser file selector.",
"version": "2.1.2",
"version": "2.1.3-canary.0",
"license": "MIT",

@@ -12,2 +12,3 @@ "author": "Milosz Jankiewicz",

},
"type": "module",
"exports": {

@@ -14,0 +15,0 @@ ".": {

@@ -57,3 +57,3 @@ # <center>Welcome to use-file-picker 👋</center>

{filesContent.map((file, index) => (
<div>
<div key={index}>
<h2>{file.name}</h2>

@@ -60,0 +60,0 @@ <div key={index}>{file.content}</div>