You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

keptcha

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keptcha

Wrapper for the Captcha-API

1.0.1
latest
Source
npm
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

keptcha

NPM Package for captcha-api.

RESTFUL API: https://captcha-api.akshit.me

Installation:

npm install keptcha

Usage:

const keptcha = require('keptcha');

// Generate a captcha
keptcha.generate();

// Optional configuration
keptcha.generate({width: 300,height: 100, circles: 10, length: 4});

// Verify Captcha
keptcha.verify({uuid: '1ebe3492-64b2-69f0-86df-cd02a334434c', captcha: 'y6j1h5'});

FAQs

Package last updated on 12 Jul 2021

Did you know?

Socket

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.

Install

Related posts