Gathering detailed insights and metrics for react-lite-uploader
Gathering detailed insights and metrics for react-lite-uploader
Gathering detailed insights and metrics for react-lite-uploader
Gathering detailed insights and metrics for react-lite-uploader
npm install react-lite-uploader
Typescript
Module System
Node Version
NPM Version
70.5
Supply Chain
85.9
Quality
77.9
Maintenance
100
Vulnerability
99.1
License
CoffeeScript (94.03%)
CSS (5.97%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
17 Stars
33 Commits
3 Forks
14 Watchers
1 Branches
7 Contributors
Updated on Oct 21, 2016
Latest Version
0.3.2
Package Id
react-lite-uploader@0.3.2
Size
5.89 kB
NPM Version
3.3.12
Node Version
5.1.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
This project is no mature, do not use it in production!
Uploader component from Talk by Teambition.
Demo http://ui.talk.ai/react-lite-uploader
Based on the work of https://github.com/mailru/FileAPI
Contains internal business logic defined at Talk by Teambition.
1npm i --save react-lite-uploader
1UploadButton = require('react-lite-uploader').Button 2UploadArea = require('react-lite-uploader').Area 3uploadUtil = require('react-lite-uploader').util
UploadButton
, UploadArea
: React Componentsprops:
url
, string, server url to upload files, requiredheaders
, object of headers, optionalaccept
, string of accepted types, seperated by commas like jpg,png
, optional, defaults to ''
multiple
, bool, optional, defaults to false
onFileHover
, function to response to dragging files, optional(only used handling dropping files)onCreate
, function, optionalonProgress
, function, optionalonSuccess
, function, requiredonError
, function, requiredNotice: UploadArea
is not suggested due to the lack of flexibility, use uploadUtil
instead.
uploadUtil
: utilities to handle dropping and pastinguploadUtil.handleFileDropping
(event, props) ->
uploadUtil.handlePasteEvent
(targetElement, props) ->
uploadUtil.onFilesLoad
(files, props) ->
Remember to include react-lite-uploader/src/styles.css
in you project.
Read page.coffee
for details.
Based on Jianliao's project template:
https://github.com/teambition/coffee-webpack-starter
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/24 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More