@nestlab/google-recaptcha
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -5,1 +5,3 @@ export { Recaptcha } from './decorators/recaptcha'; | ||
export { GoogleRecaptchaModuleOptions } from './interfaces/google-recaptcha-module-options'; | ||
export { ErrorCode } from './enums/error-code'; | ||
export { ErrorHandler } from './types'; |
@@ -9,2 +9,4 @@ "use strict"; | ||
Object.defineProperty(exports, "GoogleRecaptchaModule", { enumerable: true, get: function () { return google_recaptcha_module_1.GoogleRecaptchaModule; } }); | ||
var error_code_1 = require("./enums/error-code"); | ||
Object.defineProperty(exports, "ErrorCode", { enumerable: true, get: function () { return error_code_1.ErrorCode; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@nestlab/google-recaptcha", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Google recaptcha module for NestJS.", | ||
"keywords": [ | ||
"nest", | ||
"nestjs", | ||
@@ -11,3 +12,6 @@ "module", | ||
"recaptcha", | ||
"captcha" | ||
"captcha", | ||
"google-recaptcha", | ||
"nestjs captcha", | ||
"nestjs recaptcha" | ||
], | ||
@@ -14,0 +18,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
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
22870
268