@nestlab/google-recaptcha
Advanced tools
Comparing version 3.4.0 to 3.4.1
# Changelog | ||
## v3.4.1 | ||
- Fixed import LiteralObject for NestJS 10 | ||
## v3.4.0 | ||
@@ -4,0 +7,0 @@ - Upgraded peer dependencies versions: |
@@ -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
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
119466
104
1176