
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-mtcaptcha
Advanced tools
MTCaptcha library for React Native library
npm install react-native-mtcaptcha
import { MTCaptcha } from 'react-native-mtcaptcha';
react-native-webview (https://github.com/react-native-community/react-native-webview)
| Name | Type | Description |
|---|---|---|
| siteKey (required) | string | Site key associated with the site. It can be fetched from admin portal. For more info please visit https://www.mtcaptcha.com/dev-guide |
| domainName (required) | string | Fully qualified doamin name configured in MTCaptcha admin portal e.g https://www.mtcaptcha.com |
| lang | string | MTCaptcha supports more than 100 languages. Please refer https://www.mtcaptcha.com/faq-custom-text-language |
| style | ViewStyle (refer here) | Style for the webview |
| widgetSize | string | Supported values are mini and standard. Default is standard |
| theme | string | Find the different thme which can be set for captcha here |
| action | string | Tag for captcha alatytics. e.g mobile Read more https://www.mtcaptcha.com/dev-guide-captcha-action |
| customLangText | JSON | All text and language can be customed. Please read more https://www.mtcaptcha.com/dev-guide-custom-messages. |
| customStyle | JSON | To set custom style for the cpatcha widget. Please refer https://www.mtcaptcha.com/faq-custom-style |
| enableTestMode | string | This optimises captcha widget for automated testing please refer https://www.mtcaptcha.com/dev-guide-automated-testing |
| onCaptchaVerified | function | This is a callback function when the captcha is verified |
| onCaptchaExpired | function | This is a callback function when the captcha is expired |
| onError | function | This is a callback function when the captcha results in error such as invalid site key, un recognized doamin |
MIT
Made with create-react-native-library
FAQs
MTCaptcha library for React Native app
We found that react-native-mtcaptcha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.