Socket
Socket
Sign inDemoInstall

keptcha

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    keptcha

Wrapper for the Captcha-API


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
400 kB
Created
Weekly downloads
 

Readme

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

Last updated on 12 Jul 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc