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

mailchecker

Package Overview
Dependencies
Maintainers
0
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailchecker - npm Package Compare versions

Comparing version 6.0.14 to 6.0.15

2

package.json
{
"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

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