@nestlab/google-recaptcha
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@nestlab/google-recaptcha", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Google recaptcha module for NestJS.", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "rimraf dist && tsc && cp package.json dist && cp README.md dist", | ||
"build": "rimraf dist && tsc && cp package.json dist && cp README.md dist && cp LICENSE dist && cp CONTRIBUTING.md dist", | ||
"test": "jest" | ||
@@ -23,0 +23,0 @@ }, |
@@ -110,3 +110,3 @@ # Google recaptcha module | ||
### Error handling | ||
## Error handling | ||
@@ -113,0 +113,0 @@ Google recaptcha guard will throw GoogleRecaptchaException on error. |
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
36051
46