New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

file-picker-component

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-picker-component

File picker component

npmnpm
Version
0.0.1
Version published
Weekly downloads
7
75%
Maintainers
1
Weekly downloads
 
Created
Source

file-picker

File picker component

Installation

$ component install component/file-picker

API

$('my-link').click(function() {
  require('file-picker')(function(ev){ ... });

  require('file-picker')({ multiple: true }, function(ev){ ... });
});

License

MIT

Keywords

file

FAQs

Package last updated on 14 May 2013

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