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.6.0 to 0.6.1

2

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

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

@@ -21,4 +21,5 @@ # zb-email-verifier

to: checkEmail,
debug: false,
timeout: 1500
debug: false, // default false
catchalltest : true, // default false
timeout: 1500 // default 5000
}).then(result => {

@@ -25,0 +26,0 @@ console.log(result);

@@ -26,2 +26,4 @@ 'use strict';

// MXRECORD_FAIL
// CATCH_ALL
// CONN_FAIL

@@ -33,4 +35,3 @@ // CONN_TIMEOUT

// NOT_EXIST
// CATCH_ALL
// 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