
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
solid-turnstile
Advanced tools
🔐 A very simple Solid library for Cloudflare Turnstile. Inspired by react-turnstile
🔐 A very simple Solid library for Cloudflare Turnstile. Inspired by react-turnstile
pnpm add solid-turnstile
https://xhofe.github.io/solid-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 | - |
| responseField | boolean | controls generation of <input /> element * |
| responseFieldName | string | changes the name of <input /> element * |
Add others props to <div /> element.
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 ** |
* responseField and responseFieldName are experimental and not yet documented.
** onExpire is called when the Turnstile challenge expires without creating a token.
For more details on what each argument does, see the Cloudflare Documentation.
FAQs
🔐 A very simple Solid library for Cloudflare Turnstile. Inspired by react-turnstile
We found that solid-turnstile 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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.