Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@haskkor/react-native-recaptchav3
Advanced tools
React native component to use the invisible recaptcha v3 from Google
React native component to use the invisible reCAPTCHA v3 from Google
https://www.google.com/recaptcha/intro/v3.html
npm install --save @haskkor/react-native-recaptchav3
or
yarn add @haskkor/react-native-recaptchav3
Automatically get a captcha token:
import ReCaptchaV3 from '@haskkor/react-native-recaptchav3'
<ReCaptchaV3
captchaDomain={'https://yourowndomainname.co.nz'}
siteKey={'yourownsitekey'}
onReceiveToken={(token: string) => Alert.alert('CAPTCHA', token)}/>
One could also use a trigger to request a new token using the reference of the component:
import ReCaptchaV3 from '@haskkor/react-native-recaptchav3'
<ReCaptchaV3
ref={(ref: RecaptchaV3) => this._captchaRef = ref}
captchaDomain={'https://yourowndomainname.co.nz'}
siteKey={'yourownsitekey'}
onReceiveToken={(token: string) => Alert.alert('CAPTCHA', token)}/>
<TouchableOpacity onPress={() => this._captchaRef.refreshToken()}>
<Text>Retry</Text>
</TouchableOpacity>
Key | Description | Default | Required | Type |
---|---|---|---|---|
captchaDomain | Your url registered with Google reCAPTCHA | None | true | string |
onReceiveToken | The callback used to get the captcha token from the component | None | true | (captchaToken: string) => void |
siteKey | The site key provided by Google reCAPTCHA | None | true | string |
Pull requests are welcome.
[1.0.4] - 2019-06-13
FAQs
React native component to use the invisible recaptcha v3 from Google
The npm package @haskkor/react-native-recaptchav3 receives a total of 466 weekly downloads. As such, @haskkor/react-native-recaptchav3 popularity was classified as not popular.
We found that @haskkor/react-native-recaptchav3 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.