Gathering detailed insights and metrics for @chrisnewton51/expo-image-picker-multiple
Gathering detailed insights and metrics for @chrisnewton51/expo-image-picker-multiple
Gathering detailed insights and metrics for @chrisnewton51/expo-image-picker-multiple
Gathering detailed insights and metrics for @chrisnewton51/expo-image-picker-multiple
Multiple image selecting package for Expo SDK (React Native) using MediaLibrary and Permissions.
npm install @chrisnewton51/expo-image-picker-multiple
Typescript
Module System
Node Version
NPM Version
21.3
Supply Chain
50
Quality
64.8
Maintenance
50
Vulnerability
89.1
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
63 Stars
65 Commits
67 Forks
4 Watchers
10 Branches
10 Contributors
Updated on Nov 04, 2024
Latest Version
1.4.2
Package Id
@chrisnewton51/expo-image-picker-multiple@1.4.2
Unpacked Size
10.18 kB
Size
3.40 kB
File Count
5
NPM Version
8.1.0
Node Version
16.13.0
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
1
1
Multiple image (video, etc.) selecting package for Expo SDK (React Native) using MediaLibrary and Permissions.
or1$ npm install --save expo-image-picker-multiple 2$ expo install expo-image-picker expo-media-library # install peer dependency
1$ yarn add expo-image-picker-multiple 2$ expo install expo-image-picker expo-media-library # install peer dependency
1import { ImageBrowser } from 'expo-image-picker-multiple';
1<ImageBrowser 2 max={4} 3 onChange={(num, onSubmit) => { 4 5 }} 6 callback={(callback) => { 7 8 }} 9/>
max
: maximum number of photosloadCount
: by default 50
loadCompleteMetadata
: Whether to load extra fields like location. Loading all of the information will reduce performance. by default false
emptyStayComponent
: by default null
noCameraPermissionComponent
: by default null
preloaderComponent
: by default ActivityIndicator
(loader)renderSelectedComponent
: one-parameter (selected number) function is expected to return the component for the icon/text over the selected picturemediaType
: photo by default (mediaType)No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 5/11 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
Reason
32 existing vulnerabilities detected
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