
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
react-native-password-eye
Advanced tools
A simple and fully customizable React Native component for TextInputs
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Socket optimized override available
$ npm install --save react-native-password-eye
import TextBox from 'react-native-password-eye';
place <TextBox>
tag wherever you want to have it.
<TextBox onChangeText={(text) => console.log('onChangeText: ', text)} />
props | required |
---|---|
onChangeText | YES |
props | value | default value |
---|---|---|
alertType | one of success , warning , error | null |
blurOnSubmit | bool | false |
hint | string | null |
hintColor | string | #818181 |
hintStyles | style | |
inputStyle | style | |
placeholder | string | |
placeholderTextColor | string | #C5C5C5 |
rtl | bool | false |
returnKeyType | enum ( similar to default TextInput ) | next |
secureTextEntry | bool | false |
style | style |
props | description |
---|---|
containerStyles | styling for view containing the input and the hint message |
inputStyle | styling for Input Component |
hintStyles | styling for hint text in the bottom of the input |
props | description | default value |
---|---|---|
iconFamily | one of the icon sets of react-native-vector-icon | Feather |
iconSuccess | icon name for the success icon | smile |
iconSuccessColor | icon color for the success icon | #28a745 |
iconWarning | icon name for the warning icon | alert-triangle |
iconWarningColor | icon color for the warning icon | #ffc107 |
iconAlert | icon name for the error icon | alert-circle |
iconAlertColor | icon color for the error icon | #dc3545 |
eyeColor | icon color for the eye icon | #2E2E2E |
example:
import TextBox from 'react-native-password-eye';
<TextBox
iconFamily={'MaterialCommunityIcons'}
iconSuccess={'emoticon-happy-outline'}
iconWarning={'alert-outline'}
iconAlert={'alert-octagon-outline'}
/>
FAQs
A simple and fully customizable React Native component for TextInputs
The npm package react-native-password-eye receives a total of 327 weekly downloads. As such, react-native-password-eye popularity was classified as not popular.
We found that react-native-password-eye demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.