mailchecker
Advanced tools
Comparing version 6.0.14 to 6.0.15
{ | ||
"name": "mailchecker", | ||
"version": "6.0.14", | ||
"version": "6.0.15", | ||
"description": "Cross-language temporary (disposable/throwaway) email detection library. Covers hundreds fake email providers.", | ||
@@ -5,0 +5,0 @@ "main": "platform/node/index.js", |
@@ -218,11 +218,11 @@ # MailChecker | ||
"log" | ||
"github.com/FGRibreau/mailchecker/platform/go" | ||
mail_checker "github.com/FGRibreau/mailchecker/v6/platform/go" | ||
) | ||
if !mail_checker.IsValid('myemail@yopmail.com') { | ||
log.Fatal('O RLY !'); | ||
if !mail_checker.IsValid("myemail@yopmail.com") { | ||
log.Fatal("O RLY !"); | ||
} | ||
if !mail_checker.IsValid('myemail.com') { | ||
if !mail_checker.IsValid("myemail.com") { | ||
log.Fatal("O RLY !") | ||
@@ -239,3 +239,3 @@ } | ||
```bash | ||
go get https://github.com/FGRibreau/mailchecker | ||
go get github.com/FGRibreau/mailchecker/v6/platform/go | ||
``` | ||
@@ -242,0 +242,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1001118