ng-recaptcha
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0
@@ -0,1 +1,6 @@ | ||
<a name="4.0.0"></a> | ||
# [4.0.0](https://github.com/DethAriel/ng-recaptcha/compare/v4.0.0-beta.1...v4.0.0) (2018-09-29) | ||
<a name="4.0.0-beta.1"></a> | ||
@@ -2,0 +7,0 @@ # [4.0.0-beta.1](https://github.com/DethAriel/ng-recaptcha/compare/v3.0.5...v4.0.0-beta.1) (2018-05-17) |
{ | ||
"name": "ng-recaptcha", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0", | ||
"description": "Angular component for Google reCAPTCHA", | ||
@@ -16,4 +16,4 @@ "scripts": { | ||
"github-release": "conventional-github-releaser --preset angular", | ||
"release": "NPM_TAG=latest npm version $1", | ||
"release-beta": "NPM_TAG=beta npm version $1", | ||
"release": "npm whoami && NPM_TAG=latest npm version $1", | ||
"release-beta": "npm whoami && NPM_TAG=beta npm version $1", | ||
"version": "yarn changelog && git add CHANGELOG.md", | ||
@@ -20,0 +20,0 @@ "postversion": "git push && git push --tags && run-s github-release pub", |
@@ -84,3 +84,3 @@ # Angular component for Google reCAPTCHA | ||
You can also play with [this demo plunk](https://plnkr.co/edit/JNVNl0WJl3bFuWtt2O9i?p=preview) to get a feel of how this component can be used. | ||
You can also play with [this Stackblitz demo](https://stackblitz.com/edit/ng-recaptcha-example) to get a feel of how this component can be used. | ||
@@ -87,0 +87,0 @@ ## <a name="forms-ready"></a>Working with `@angular/forms` |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
47383
0