Socket
Socket
Sign inDemoInstall

ngx-captcha

Package Overview
Dependencies
5
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.1 to 12.0.2

dist/dist/dist/dist/README.md

9

dist/README.md

@@ -7,3 +7,3 @@ [![npm version](https://badge.fury.io/js/ngx-captcha.svg)](https://badge.fury.io/js/ngx-captcha)

Google reCaptcha implementation for Angular 13.
Google reCaptcha implementation for Angular 14.

@@ -78,6 +78,2 @@ Features:

[useGlobalDomain]="false"
[size]="size"
[hl]="lang"
[theme]="theme"
[type]="type"
formControlName="recaptcha">

@@ -120,5 +116,2 @@ </ngx-recaptcha2>

(success)="handleSuccess($event)"
[useGlobalDomain]="false"
[type]="type"
[badge]="badge"
[ngModel]="recaptcha"

@@ -125,0 +118,0 @@ [ngModelOptions]="{ standalone: true }">

{
"name": "ngx-captcha",
"version": "12.0.1",
"version": "12.0.2",
"license": "MIT",

@@ -24,4 +24,4 @@ "repository": {

"peerDependencies": {
"@angular/common": "^13.0.0 | ^14.0.0",
"@angular/core": "^13.0.0 | ^14.0.0"
"@angular/common": "^13.0.0 || ^14.0.0",
"@angular/core": "^13.0.0 || ^14.0.0"
},

@@ -28,0 +28,0 @@ "module": "fesm2015/ngx-captcha.mjs",

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