New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nestlab/google-recaptcha

Package Overview
Dependencies
Maintainers
0
Versions
73
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 3.7.0 to 3.8.0

3

CHANGELOG.md
# Changelog
## v3.8.0
- Updated `GoogleRecaptchaModuleAsyncOptions` interface
## v3.7.0

@@ -4,0 +7,0 @@ - Added `RecaptchaConfigRef` for dynamic configuration

5

interfaces/google-recaptcha-module-options.d.ts

@@ -5,4 +5,3 @@ import { GoogleRecaptchaGuardOptions } from './google-recaptcha-guard-options';

import { Logger } from '@nestjs/common';
import { InjectionToken } from '@nestjs/common/interfaces/modules/injection-token.interface';
import { OptionalFactoryDependency } from '@nestjs/common/interfaces/modules/optional-factory-dependency.interface';
import { Abstract } from '@nestjs/common/interfaces/abstract.interface';
export interface GoogleRecaptchaModuleOptions extends GoogleRecaptchaValidatorOptions, GoogleRecaptchaGuardOptions {

@@ -17,3 +16,3 @@ debug?: boolean;

export interface GoogleRecaptchaModuleAsyncOptions extends Pick<ModuleMetadata, 'imports'> {
inject?: Array<InjectionToken | OptionalFactoryDependency>;
inject?: Array<string | symbol | Type | Abstract<any> | Function>;
useClass?: Type<GoogleRecaptchaOptionsFactory>;

@@ -20,0 +19,0 @@ useExisting?: Type<GoogleRecaptchaOptionsFactory>;

{
"name": "@nestlab/google-recaptcha",
"version": "3.7.0",
"version": "3.8.0",
"description": "Google recaptcha module for NestJS.",

@@ -5,0 +5,0 @@ "keywords": [

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