Gathering detailed insights and metrics for react-native-otp-inputs
Gathering detailed insights and metrics for react-native-otp-inputs
Gathering detailed insights and metrics for react-native-otp-inputs
Gathering detailed insights and metrics for react-native-otp-inputs
react-native-otp-entry
A fully modifiable OTP Input Component for React Native
@twotalltotems/react-native-otp-input
is a tiny JS library for one time passcode (OTP). Supports smart input suggestion on iOS and code autofill on Android (it will be filled when you press the copy button on the SMS notification bar)
react18-input-otp
A fully customizable, one-time password (OTP) and phone number with separator input component for the web built with React.
react-native-otp-textinput
Textview usable for OTP implementation
npm install react-native-otp-inputs
react-native-otp-inputs@7.4.0
Published on 29 Jun 2022
react-native-otp-inputs@7.1.1
Published on 12 Oct 2021
react-native-otp-inputs@7.1.0
Published on 12 Oct 2021
react-native-otp-inputs@7.0.2
Published on 31 Mar 2021
react-native-otp-inputs@7.0.0
Published on 31 Mar 2021
react-native-otp-inputs@6.0.0
Published on 09 Jul 2020
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
249 Stars
367 Commits
90 Forks
6 Watching
14 Branches
8 Contributors
Updated on 20 Oct 2024
Minified
Minified + Gzipped
TypeScript (76.55%)
JavaScript (22.74%)
Shell (0.71%)
Cumulative downloads
Total Downloads
Last day
36.5%
2,018
Compared to previous day
Last week
-8.3%
8,669
Compared to previous week
Last month
14.1%
34,161
Compared to previous month
Last year
19.3%
303,108
Compared to previous year
3
23
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 SDK1$ yarn add react-native-otp-inputs @react-native-clipboard/clipboard
1$ 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 |
1import React, { Component } from 'react'; 2import { View } from 'react-native'; 3import OtpInputs from 'react-native-otp-inputs'; 4 5export default class App extends Component { 6 render() { 7 return ( 8 <View style={styles.container}> 9 <OtpInputs 10 handleChange={(code) => console.log(code)} 11 numberOfInputs={6} 12 /> 13 </View> 14 ); 15 } 16}
Great thanks to : @kantorm.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 1/12 approved changesets -- score normalized to 0
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy 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
104 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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