Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-recaptcha

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-recaptcha - npm Package Versions

1345

7.0.2

Diff

Changelog

Source

7.0.2 (2021-07-22)

Bug Fixes

  • component: reset form-bound captcha value after component destruction (9e5c5e7), closes #201

<a name="7.0.1"></a>

dethariel
published 8.0.1 •

Changelog

Source

8.0.1 (2021-07-22)

Bug Fixes

  • component: reset form-bound captcha value after component destruction (0e550c4), closes #201

<a name="8.0.0"></a>

dethariel
published 8.0.0 •

Changelog

Source

8.0.0 (2021-05-14)

Features

  • package: add Angular 12 support (a212a21)

<a name="7.0.2"></a>

dethariel
published 7.0.1 •

Changelog

Source

7.0.1 (2021-01-07)

Bug Fixes

  • component: fix component usages for Typescript strict mode (a687d13), closes #211

<a name="7.0.0"></a>

dethariel
published 7.0.0 •

Changelog

Source

7.0.0 (2020-12-22)

Bug Fixes

  • package: make @types/grecaptcha a non-optional dependency (bc5ad51), closes #205

Features

  • component: Add Angular 11 support (918fe90)
  • component: remove deprecated forRoot method (514beaf)
  • package: update "@types/grecaptcha" optional dependency version to ^3 (e1ee7b9)

BREAKING CHANGES

  • component: Support for previous versions of Angular has been dropped. Starting from v7 only one version of Angular will be supported.
  • component: The RecaptchaModule.forRoot() method has been obsolete since v4.1.0 (since it has no longer been required). It is now removed. To migrate your code, simply use RecaptchaModule where you previously used RecaptchaModule.forRoot()

<a name="6.1.0"></a>

dethariel
published 6.1.0 •

Changelog

Source

6.1.0 (2020-12-01)

Bug Fixes

  • component: handle top-level execute errors for reCAPTCHA v3 (c7d02ce), closes #194
  • component: mark forRoot() method as deprecated (dea31e5)

Features

  • component: add the ability to handle reCAPTCHA errors (80c9e6e), closes #199

<a name="6.0.2"></a>

dethariel
published 6.0.2 •

Changelog

Source

6.0.2 (2020-09-14)

Bug Fixes

  • component: fix custom languages for reCAPTCHA v3 (a2b145d), closes #174
  • component: improve reCAPTCHA v2 and v3 interoperability (79fc85b), closes #152

<a name="6.0.1"></a>

dethariel
published 6.0.1 •

Changelog

Source

6.0.1 (2020-09-12)

Bug Fixes

  • component: catch and propagate grecaptcha errors, closes #175 (075edd0)

<a name="6.0.0"></a>

dethariel
published 6.0.0 •

Changelog

Source

6.0.0 (2020-09-10)

Features

  • component: make Angular 10.0.0 a supported peer dependency (3d7756b), closes #177
  • component: make Angular 9.0.0 a supported peer dependency (98edce6), closes #168

<a name="5.0.0"></a>

dethariel
published 5.0.0 •

Changelog

Source

5.0.0 (2019-08-09)

Features

  • component: make Angular 8.0.0 a supported peer dependency (f003ff2)
  • package: implement Angular Package format (71340c4)

BREAKING CHANGES

  • package: * ng-recaptcha/forms entry point has been removed. RecaptchaFormsModule and RecaptchaValueAccessorDirective should now be imported directly from ng-recaptcha
  • tslib is now a package dependency to ensure minimum possible bundle size. If your project doesn't yet have a dependency on tslib, run npm install -D tslib@^1.9.0 (or yarn add -D tslib@^1.9.0 if you use yarn)

<a name="4.3.0"></a>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc