Socket
Socket
Sign inDemoInstall

@mcaptcha/vanilla-glue

Package Overview
Dependencies
1
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mcaptcha/vanilla-glue

glue code to setup mCaptcha on your website


Version published
Weekly downloads
3.8K
decreased by-30.71%
Maintainers
2
Install size
17.8 kB
Created
Weekly downloads
 

Readme

Source

Vanilla JavaScript Glue JavaScript library

Embed mCaptcha widget in webpages built using Vanilla JavaScript

0.1.0 Build) codecov

Usage

Add this snippet to the form which requires to be protected using mCaptcha

<div
	id="mcaptcha__widget-container"
></div>
<script src="../dist/index.js"></script>
<script charset="utf-8">
	let config = {
		widgetLink: new URL(
			"https://demo.mcaptcha.org/widget/?sitekey=pHy0AktWyOKuxZDzFfoaewncWecCHo23"
		),
	};
	new mcaptchaGlue.default(config);
</script>

Example

See example form in ./static/embeded.html

Keywords

FAQs

Last updated on 24 Sep 2022

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