
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
verify-hcaptcha
Advanced tools
A fully typed library to verify hCaptcha.com tokens submitted by users when solving captcha challenges
A fully typed library to verify hCaptcha.com tokens submitted by users when solving captcha challenges.
[!WARNING] This is an unofficial library; we are not affiliated with hCaptcha.com.
[!NOTE] Make sure you have Zod v4 installed in your application to use this package.
Using npm
:
npm add zod verify-hcaptcha
Using yarn
:
yarn add zod verify-hcaptcha
Using pnpm
:
pnpm add zod verify-hcaptcha
Using bun
:
bun add zod verify-hcaptcha
Verify a token submitted by a user:
import { verifyHcaptchaToken } from "verify-hcaptcha";
const result = await verifyHcaptchaToken({
token: "USER-SUBMITTED-RESPONSE-TOKEN",
secretKey: "YOUR-SECRET-KEY",
siteKey: "YOUR-SITE-KEY",
});
if (result.success) {
console.log("User is human");
} else {
console.log("User is robot");
}
MIT
Copyright (c) 2025 Edoardo Scibona
See LICENSE file.
[3.1.0] - 2025-08-27
zod
from dependencies
to peerDependencies
so that dependent applications can bring their own version of Zod.FAQs
A fully typed library to verify hCaptcha.com tokens submitted by users when solving captcha challenges
The npm package verify-hcaptcha receives a total of 7 weekly downloads. As such, verify-hcaptcha popularity was classified as not popular.
We found that verify-hcaptcha 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.