UNPKG

@semantic-components/re-captcha

Version:

**@semantic-components/re-captcha** is an Angular library designed to simplify the integration of Google reCAPTCHA into your Angular applications. It supports reCAPTCHA v2 and v3, providing an easy-to-use API and seamless setup for enhancing your app's se

38 lines 839 B
{ "name": "@semantic-components/re-captcha", "version": "0.43.0", "private": false, "publishConfig": { "access": "public" }, "author": "Khalil LAGRIDA", "license": "MIT", "peerDependencies": { "@angular/core": ">=19.0.0", "@angular/forms": ">=19.0.0" }, "sideEffects": false, "keywords": [ "Google reCAPTCHA", "Angular" ], "repository": { "type": "git", "url": "https://github.com/khalilou88/semantic-components", "directory": "libs/re-captcha" }, "module": "fesm2022/semantic-components-re-captcha.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/semantic-components-re-captcha.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }