
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
react-native-otp-inputs
Advanced tools
One-time password inputs built in pure JS for React-Native
react-native-otp-inputs
is fully customizable, React-Native package, that provides solution for One-time password feature with user friendly events like moving to previous input with backspace or going to next when filled in. It supports pasting and otp code into inputs
Supported version: react-native >= 0.59.0
Clipboard
is not included in Expo SDK$ yarn add react-native-otp-inputs @react-native-clipboard/clipboard
$ npx pod-install
Clipboard module has been extracted from react-native core, so it needs to be installed separately. Package uses it for autofill feature
run the following command to link the package:
$ react-native link @react-native-clipboard/clipboard
For iOS, make sure you install the pod file.
cd ios && pod install && cd ..
or you could follow the instructions to manually link the project
React-Native version | version |
---|---|
0.53.0 - 0.56.1 | yarn add react-native-otp-inputs@1.1.0 |
0.57.0 - 0.58.6 | yarn add react-native-otp-inputs@3.2.2 |
+0.59.0 | yarn add react-native-otp-inputs |
import React, { Component } from 'react';
import { View } from 'react-native';
import OtpInputs from 'react-native-otp-inputs';
export default class App extends Component {
render() {
return (
<View style={styles.container}>
<OtpInputs
handleChange={(code) => console.log(code)}
numberOfInputs={6}
/>
</View>
);
}
}
Great thanks to : @kantorm.
FAQs
One-time password inputs built in pure JS for React-Native
The npm package react-native-otp-inputs receives a total of 5,903 weekly downloads. As such, react-native-otp-inputs popularity was classified as popular.
We found that react-native-otp-inputs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.