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.1.6 to 1.1.7

2

package.json
{
"name": "@nestlab/google-recaptcha",
"version": "1.1.6",
"version": "1.1.7",
"description": "Google recaptcha module for NestJS.",

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

@@ -41,7 +41,7 @@ # Google recaptcha module

|-------------------|--------------------------------------------------------|-------------|
| `secretKey` | `string` | **Required.** Google recaptcha secret key |
| `response` | `(request) => string` | **Required.** Function that returns response (recaptcha token) by request |
| `skipIf` | `boolean | (request) => boolean \| Promise\<boolean\>` | Optional. Function that returns true if you allow the request to skip the recaptcha verification. Useful for involing other check methods (e.g. custom privileged API key) or for development or testing |
| `useRecaptchaNet` | `boolean` | Optional. If your server has trouble connecting to https://www.google.com. You can use https://recaptcha.net instead, just set true |
| `agent` | `https.Agent` | Optional. If you need to use an agent |
| `secretKey` | string | **Required.** Google recaptcha secret key |
| `response` | (request) => string | **Required.** Function that returns response (recaptcha token) by request |
| `skipIf` | boolean \| (request) => boolean \| Promise\<boolean\> | Optional. Function that returns true if you allow the request to skip the recaptcha verification. Useful for involing other check methods (e.g. custom privileged API key) or for development or testing |
| `useRecaptchaNet` | boolean | Optional. If your server has trouble connecting to https://www.google.com. You can use https://recaptcha.net instead, just set true |
| `agent` | https.Agent | Optional. If you need to use an agent |

@@ -48,0 +48,0 @@

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