🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

n8n-nodes-quickemailverification

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-quickemailverification - npm Package Versions

1.2.4

Diff
maxs05
published 1.2.4 •

Changelog

Source

[1.2.3-1.2.4] - 2025-04-29

  • Fixed domain cache to only store results for domains with accept_all=true (handles API returning string/boolean)
  • Implemented cache versioning: cache is now invalidated automatically if node version changes, using a special cache_version key in the cache content
  • Old cache files are automatically cleared of stale data on first use after upgrade; no new files are created
  • Improved cache safety and upgrade experience; no risk of using stale or incompatible cache after node update
maxs05
published 1.2.3 •

Changelog

Source

[1.2.3-1.2.4] - 2025-04-29

  • Fixed domain cache to only store results for domains with accept_all=true (handles API returning string/boolean)
  • Implemented cache versioning: cache is now invalidated automatically if node version changes, using a special cache_version key in the cache content
  • Old cache files are automatically cleared of stale data on first use after upgrade; no new files are created
  • Improved cache safety and upgrade experience; no risk of using stale or incompatible cache after node update
maxs05
published 1.2.2 •

Changelog

Source

[1.2.2] - 2025-04-27

Changed

  • Added support for usableAsTool
maxs05
published 1.2.1 •

Changelog

Source

[1.2.1] - 2025-04-21

Changed

  • Aligned package general content such as README and documentation
maxs05
published 1.2.0 •

Changelog

Source

[1.2.0] - 2025-03-18

Security

  • Replaced vulnerable request and request-promise-native packages with axios
  • Fixed SSRF vulnerability (CVE-2023-28155) by upgrading HTTP client
maxs05
published 1.1.0 •

Changelog

Source

[1.1.0] - 2025-02-26

Changed

  • Improved caching terminology for clarity:
    • Renamed caching references to "per-address caching" in the UI and code
    • Replaced the cached boolean field with a source string field that indicates where the result came from: "api", "addressCache", or "domainCache"
    • Updated file paths and variable names to reflect per-address caching
    • Improved error messages and log messages to be more specific
  • Domain-level caching for mail servers that accept all addresses
    • Cache verification results for domains with accept_all=true
    • Configuration options for domain cache behavior
    • Significantly reduces API calls for emails from domains that accept all addresses
  • Added retry mechanism for greylisted emails
    • Optional toggle to enable retries for temporarily blocked emails
    • Configurable delay before first retry attempt (default: 90 seconds)
    • Configurable maximum number of retry attempts (default: 1)
    • Additional retryInfo metadata in API response when retries are performed
    • Allows handling emails from servers that implement greylisting policies

Fixed

  • Improved clarity in API response by making it more explicit when data comes from the cache
maxs05
published 1.0.0 •

Changelog

Source

[1.0.0] - Initial Release

Added

  • Initial implementation of QuickEmailVerification node
  • Support for verifying email addresses via the QuickEmailVerification API
  • Basic caching of email verification results