
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@trustcomponent/trustcaptcha-react
Advanced tools
TrustCaptcha – Privacy-first CAPTCHA solution for React. GDPR-compliant, bot protection made in Europe.
Protect websites and apps against bots and spam with a privacy-first, EU-hosted CAPTCHA solution.
TrustCaptcha combines proof-of-work, an AI bot-score and custom security rules to stop automated bot abuse — without image marking or puzzles
Key perks:
Read the full TrustCaptcha product overview for technical details and the security concept.
Need a walkthrough? See the React integration guide.
npm i @trustcomponent/trustcaptcha-react
import {TrustcaptchaComponent, defineCustomElements} from "@trustcomponent/trustcaptcha-react";
defineCustomElements()
function App() {
function handleSuccess(verificationToken) {
// handle success
}
function handleError(error) {
// handle error
}
return (
<div>
<form>
<!-- your input fields -->
<TrustcaptchaComponent
sitekey="<your-site-key>"
onCaptchaSolved={event => handleSuccess(event.detail)}
onCaptchaFailed={event => handleError(event.detail)}
></TrustcaptchaComponent>
<!-- further input fields / submit button -->
</form>
</div>
);
}
export default App;
Congratulations — you have successfully integrated the TrustCaptcha widget into your website!
For detailed implementation instructions, read the React integration guide.
TrustCaptcha ships ready-made integrations for popular stacks:
Discover all our pre-built Integrations on our website.
Questions? We will be happy to help!
FAQs
TrustCaptcha – Privacy-first CAPTCHA solution for React. GDPR-compliant, bot protection made in Europe.
The npm package @trustcomponent/trustcaptcha-react receives a total of 218 weekly downloads. As such, @trustcomponent/trustcaptcha-react popularity was classified as not popular.
We found that @trustcomponent/trustcaptcha-react 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
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.