Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nestlab/google-recaptcha

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestlab/google-recaptcha - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

index.d.ts
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; } });

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc