@nestlab/google-recaptcha
Advanced tools
Comparing version 2.1.1 to 2.1.2
export { Recaptcha } from './decorators/recaptcha'; | ||
export { SetRecaptchaOptions } from './decorators/set-recaptcha-options'; | ||
export { RecaptchaResult } from './decorators/recaptcha-result'; | ||
export { GoogleRecaptchaGuard } from './guards/google-recaptcha.guard'; | ||
@@ -3,0 +5,0 @@ export { GoogleRecaptchaModule } from './google-recaptcha.module'; |
@@ -5,2 +5,6 @@ "use strict"; | ||
Object.defineProperty(exports, "Recaptcha", { enumerable: true, get: function () { return recaptcha_1.Recaptcha; } }); | ||
var set_recaptcha_options_1 = require("./decorators/set-recaptcha-options"); | ||
Object.defineProperty(exports, "SetRecaptchaOptions", { enumerable: true, get: function () { return set_recaptcha_options_1.SetRecaptchaOptions; } }); | ||
var recaptcha_result_1 = require("./decorators/recaptcha-result"); | ||
Object.defineProperty(exports, "RecaptchaResult", { enumerable: true, get: function () { return recaptcha_result_1.RecaptchaResult; } }); | ||
var google_recaptcha_guard_1 = require("./guards/google-recaptcha.guard"); | ||
@@ -7,0 +11,0 @@ Object.defineProperty(exports, "GoogleRecaptchaGuard", { enumerable: true, get: function () { return google_recaptcha_guard_1.GoogleRecaptchaGuard; } }); |
{ | ||
"name": "@nestlab/google-recaptcha", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Google recaptcha module for NestJS.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
66047
749