Socket
Socket
Sign inDemoInstall

zb-email-verifier

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zb-email-verifier - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "zb-email-verifier",
"description": "Promise-based library for verify an email address existence via SMTP",
"version": "0.5.0",
"version": "0.5.1",
"author": {

@@ -6,0 +6,0 @@ "name": "ZIGBANG",

@@ -22,11 +22,16 @@ # zb-email-verifier

debug: false,
timeout: 500
timeout: 1500
}).then(result => {
console.log(result);
// EXIST
// NOT_EXIST
// INVALID
// BLOCK
// CONN_FAIL
// MXRECORD_TIMEOUT
// MXRECORD_FAIL
// CONN_FAIL
// CONN_TIMEOUT
// VERIFY_TIMEOUT
// VERIFY_FAIL
// EXIST
// NOT_EXIST
// UNKNOWN
});
```

Sorry, the diff of this file is not supported yet

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