
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
@netacea/captchafeedback
Advanced tools

@netacea/captchafeedback is a package designed to add
Netacea CAPTCHA feedback functionality to your NodeJS
based origin server.
npm i @netacea/captchafeedback --save
yarn add @netacea/captchafeedback
import Netacea from '@netacea/captchafeedback'
const netacea = new Netacea({
apiKey: 'your-api-key',
secretKey: 'your-secret-key'
})
const { cookies } = await netacea.updateCaptcha({
clientIp: 'client-ip', // Client's real IP address
cookieHeader: 'cookie-header', // Incoming cookie header value
eventId: 'captcha-page-event-id', // X-Netacea-Event-ID received when captcha was served
result: true, // Result from captcha
userAgent: 'client-user-agent' // Client's user-agent
})
// TODO: Add the returned cookies to the set-cookie header of the response, for example:
response.header('set-cookie', cookies)
FAQs
CAPTCHA feedback module to send CAPTCHA results back to Netacea.
The npm package @netacea/captchafeedback receives a total of 403 weekly downloads. As such, @netacea/captchafeedback popularity was classified as not popular.
We found that @netacea/captchafeedback demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.