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 3.4.0 to 3.4.1

interfaces/literal-object.d.ts

3

CHANGELOG.md
# Changelog
## v3.4.1
- Fixed import LiteralObject for NestJS 10
## v3.4.0

@@ -4,0 +7,0 @@ - Upgraded peer dependencies versions:

2

helpers/get-error-info.d.ts

@@ -1,4 +0,4 @@

import { LiteralObject } from '@nestjs/common';
import * as axios from 'axios';
import { LiteralObject } from '../interfaces/literal-object';
export declare function isAxiosError(error: Error | axios.AxiosError): error is axios.AxiosError;
export declare function getErrorInfo(error: Error): string | LiteralObject;

@@ -1,2 +0,2 @@

import { LiteralObject } from '@nestjs/common';
import { LiteralObject } from '../interfaces/literal-object';
export declare function loadModule(moduleName: string, logError?: boolean): LiteralObject;
import { ErrorCode } from '../enums/error-code';
import { VerifyResponseEnterpriseRiskAnalysis } from '../interfaces/verify-response-enterprise';
import { LiteralObject } from '@nestjs/common';
import { LiteralObject } from '../interfaces/literal-object';
export interface RecaptchaVerificationResultOptions<Res> {

@@ -5,0 +5,0 @@ success: boolean;

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

@@ -46,9 +46,9 @@ "keywords": [

"devDependencies": {
"@nestjs/apollo": "^10.0.22",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.0.11",
"@nestjs/core": "^9.0.11",
"@nestjs/graphql": "^10.0.22",
"@nestjs/platform-express": "^9.0.11",
"@nestjs/testing": "^9.0.11",
"@nestjs/apollo": "^12.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.0.1",
"@nestjs/core": "^10.0.1",
"@nestjs/graphql": "^12.0.1",
"@nestjs/platform-express": "^10.0.1",
"@nestjs/testing": "^10.0.1",
"@types/express": "^4.17.13",

@@ -55,0 +55,0 @@ "@types/jest": "^29.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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