Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
react-turnstile
Advanced tools
A very simple React library for Cloudflare Turnstile.
npm i react-turnstile
import Turnstile from "react-turnstile";
// ...
function TurnstileWidget() {
return (
<Turnstile
sitekey="1x00000000000000000000AA"
onVerify={(token) => alert(token)}
/>
);
}
Turnstile takes the following arguments:
name | type | description |
---|---|---|
sitekey | string | sitekey of your website (REQUIRED) |
action | string | - |
cData | string | - |
theme | string | one of "light", "dark", "auto" |
tabIndex | number | |
id | string | id of the div |
And the following callbacks:
name | arguments | description |
---|---|---|
onVerify | token | called when challenge is passed (REQUIRED) |
onLoad | - | called when the widget is loaded |
onError | error | called when an error occurs |
onExpire | - | called when the challenge expires |
For more details on what each argument does, see the Cloudflare Documentation.
[1.0.1] - 2022-10-01
FAQs
React library for Cloudflare's Turnstile CAPTCHA alternative
The npm package react-turnstile receives a total of 38,624 weekly downloads. As such, react-turnstile popularity was classified as popular.
We found that react-turnstile demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.