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
1
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 Versions

1
8

1.2.0

Diff

Changelog

Source

v1.2.0

  • Updated google recaptcha module options.
  • Removed option useRecaptchaNet: boolean
  • Added option: network: GoogleRecaptchaNetwork | string <br>If your server has trouble connecting to 'https://google.com' then you can set networks: <br/>GoogleRecaptchaNetwork.Google = 'https://www.google.com/recaptcha/api/siteverify' </br>GoogleRecaptchaNetwork.Recaptcha = 'https://recaptcha.net/recaptcha/api/siteverify' or set any api url
chvarkov
published 1.1.11 •

Changelog

Source

v1.1.11

Removed unused dev dependencies. Updated readme.

chvarkov
published 1.1.10 •

Changelog

Source

v1.1.10

  • Extended peer dependencies versions:
    • @nestjs/core: >=6.0.0 <8.0.0
    • @nestjs/common: >=6.0.0 <8.0.0
chvarkov
published 1.1.9 •

Changelog

Source

v1.1.9

  • Fixed global option for forRootAsync method.
chvarkov
published 1.1.8 •

Changelog

Source

v1.1.8

  • Module declared as global.
chvarkov
published 1.1.7 •

Changelog

Source

v1.1.7

  • Fixed readme.md file.
chvarkov
published 1.1.6 •

Changelog

Source

v1.1.6

  • Updated skipIf option to boolean | ((request: any) => boolean | Promise<boolean>)
chvarkov
published 1.1.5 •

Changelog

Source

v1.1.5

  • Updated skipIf argument from () => boolean to (request) => boolean | Promise<boolean>.
chvarkov
published 1.1.4 •

Changelog

Source

v1.1.4

  • Added option to use recaptcha.net and agent support.
chvarkov
published 1.1.3 •

Changelog

Source

v1.1.3

  • Async module initialization.
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