Gathering detailed insights and metrics for @s-ui/react-molecule-phone-input
Gathering detailed insights and metrics for @s-ui/react-molecule-phone-input
Gathering detailed insights and metrics for @s-ui/react-molecule-phone-input
Gathering detailed insights and metrics for @s-ui/react-molecule-phone-input
npm install @s-ui/react-molecule-phone-input
Typescript
Module System
Node Version
NPM Version
JavaScript (88.5%)
SCSS (10.1%)
TypeScript (1.39%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
143 Stars
13,388 Commits
59 Forks
40 Watchers
47 Branches
116 Contributors
Updated on Jul 09, 2025
Latest Version
1.25.0
Package Id
@s-ui/react-molecule-phone-input@1.25.0
Unpacked Size
16.86 kB
Size
5.32 kB
File Count
8
NPM Version
10.5.2
Node Version
20.13.1
Published on
Feb 04, 2025
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
Custom input component to handle phone validation. Gives the user a prefix selector and a phone number input. It also handles the phone number validation and the prefix selection.
1$ npm install @s-ui/react-molecule-phone-input
1import MoleculePhoneInput from '@s-ui/react-molecule-phone-input' 2 3const [phone, setPhone] = useState('') 4const icon = <IconArrowDown size="16" /> 5const prefixes = [ 6 {value: 'ES', label: 'España', countryCode: '+34'}, 7 {value: 'FR', label: 'Francia', countryCode: '+33'}, 8 {value: 'PT', label: 'Portugal', countryCode: '+351'}, 9 {value: 'AD', label: 'Andorra', countryCode: '+376'} 10] 11 12return ( 13 <MoleculePhoneInput 14 value={phone} 15 onChange={setPhone} 16 dropdownIcon={icon} 17 prefixes={prefixes} 18 /> 19)
1@import '~@s-ui/theme/lib/index'; 2@import '~@s-ui/react-molecule-phone-input/lib/index';
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 3/13 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
10 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