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 1.0.12 to 1.0.13

2

index.d.ts

@@ -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

8

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

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