ng-recaptcha
Advanced tools
Comparing version 11.0.0 to 12.0.0
@@ -0,1 +1,10 @@ | ||
<a name="11.0.0"></a> | ||
# [11.0.0](https://github.com/DethAriel/ng-recaptcha/compare/v10.0.0...v11.0.0) (2022-11-30) | ||
### Features | ||
- **component:** _deprecate_ `error` output in favor of `errored` ([6b002bb](https://github.com/DethAriel/ng-recaptcha/commit/6b002bb)) | ||
- **package:** add Angular 15 support ([6c62634](https://github.com/DethAriel/ng-recaptcha/commit/6c62634)), closes [#275](https://github.com/DethAriel/ng-recaptcha/issues/275) | ||
<a name="10.0.0"></a> | ||
@@ -2,0 +11,0 @@ |
@@ -6,4 +6,4 @@ /// <reference types="grecaptcha" /> | ||
import * as i0 from "@angular/core"; | ||
export declare type NeverUndefined<T> = T extends undefined ? never : T; | ||
export declare type RecaptchaErrorParameters = Parameters<NeverUndefined<ReCaptchaV2.Parameters["error-callback"]>>; | ||
export type NeverUndefined<T> = T extends undefined ? never : T; | ||
export type RecaptchaErrorParameters = Parameters<NeverUndefined<ReCaptchaV2.Parameters["error-callback"]>>; | ||
export declare class RecaptchaComponent implements AfterViewInit, OnDestroy { | ||
@@ -64,3 +64,3 @@ private elementRef; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<RecaptchaComponent, [null, null, null, { optional: true; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<RecaptchaComponent, "re-captcha", ["reCaptcha"], { "id": "id"; "siteKey": "siteKey"; "theme": "theme"; "type": "type"; "size": "size"; "tabIndex": "tabIndex"; "badge": "badge"; "errorMode": "errorMode"; }, { "resolved": "resolved"; "error": "error"; "errored": "errored"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<RecaptchaComponent, "re-captcha", ["reCaptcha"], { "id": { "alias": "id"; "required": false; }; "siteKey": { "alias": "siteKey"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; "errorMode": { "alias": "errorMode"; "required": false; }; }, { "resolved": "resolved"; "error": "error"; "errored": "errored"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "ng-recaptcha", | ||
"description": "Angular component for Google reCAPTCHA", | ||
"version": "11.0.0", | ||
"version": "12.0.0", | ||
"author": "Ruslan Arkhipau <dethariel@gmail.com>", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@angular/core": "^15.0.0" | ||
"@angular/core": "^16.0.0" | ||
}, | ||
@@ -26,7 +26,3 @@ "dependencies": { | ||
}, | ||
"module": "fesm2015/ng-recaptcha.mjs", | ||
"es2020": "fesm2020/ng-recaptcha.mjs", | ||
"esm2020": "esm2020/ng-recaptcha.mjs", | ||
"fesm2020": "fesm2020/ng-recaptcha.mjs", | ||
"fesm2015": "fesm2015/ng-recaptcha.mjs", | ||
"module": "fesm2022/ng-recaptcha.mjs", | ||
"typings": "index.d.ts", | ||
@@ -39,7 +35,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ng-recaptcha.mjs", | ||
"es2020": "./fesm2020/ng-recaptcha.mjs", | ||
"es2015": "./fesm2015/ng-recaptcha.mjs", | ||
"node": "./fesm2015/ng-recaptcha.mjs", | ||
"default": "./fesm2020/ng-recaptcha.mjs" | ||
"esm2022": "./esm2022/ng-recaptcha.mjs", | ||
"esm": "./esm2022/ng-recaptcha.mjs", | ||
"default": "./fesm2022/ng-recaptcha.mjs" | ||
} | ||
@@ -46,0 +40,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159774
30
1306
1
0
1