
Research
Security News
Malicious npm Packages Target BSC and Ethereum to Drain Crypto Wallets
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
n8n-nodes-quickemailverification
Advanced tools
This is an n8n community node for QuickEmailVerification API. It provides email verification functionality with caching support.
QuickEmailVerification node in action showing email verification with caching capabilities
Follow these steps to install the node:
# Install from npm
npm install n8n-nodes-quickemailverification
# Or install from source
npm install
The node returns verification results including:
cached: true/false
)verifiedAt
in ISO 8601 format)remainingCredits
)Example response:
{
"result": "valid",
"reason": "accepted_email",
"disposable": false,
"accept_all": false,
"role": false,
"free": false,
"email": "test@example.com",
"user": "test",
"domain": "example.com",
"mx_record": true,
"mx_domain": "example.com",
"safe_to_send": true,
"did_you_mean": "",
"success": true,
"message": null,
"cached": false,
"verifiedAt": "2024-03-14T12:34:56.789Z",
"remainingCredits": 950
}
The node handles various API response codes:
If you find this node helpful and would like to support its development:
[1.2.3-1.2.4] - 2025-04-29
FAQs
n8n node for QuickEmailVerification API
The npm package n8n-nodes-quickemailverification receives a total of 15 weekly downloads. As such, n8n-nodes-quickemailverification popularity was classified as not popular.
We found that n8n-nodes-quickemailverification demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
Security News
TC39 advances 9 JavaScript proposals, including Array.fromAsync, Error.isError, and Explicit Resource Management, which are now headed into the ECMAScript spec.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.