Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/fzerorubigd/emailvalidator

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/fzerorubigd/emailvalidator

  • v0.0.0-20190805190022-3d9b22689578
  • Source
  • Go
  • Socket score

Version published
Created
Source

Email Validation in Go

Build Status Coverage Status GoDoc Go Report Card

package emailvalidator is an Email validating library in go, the idea is not using a regular expression to validate the email, but to check several data sources (all embedded in the library) to validate the email address and also to identify if the email is a disposable email provider or is a free email provider.

This library is in the Alpha stage and I have plan to extend it.

This package is based on information in the https://github.com/ivolo/disposable-email-domains (MIT License) for disposable domain, and the data in https://github.com/daveearley/Email-Validation-Tool (MIT? License) for the free email providers. also the valid tlds are from https://data.iana.org/TLD/tlds-alpha-by-domain.txt

FAQs

Package last updated on 05 Aug 2019

Did you know?

Socket

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.

Install

Related posts

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