New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

filepicky

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filepicky

Simple custom file picker

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Filepicky

Simple custom file picker

Installation

$ npm i -S filepicky

Usage

HTML
<input type="file" class="input">
<button class="picker">Choose file</button>
JS
import filepicky from 'filepicky'

filepicky({picker: '.picker', input: '.input'})

Keywords

file

FAQs

Package last updated on 31 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts