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.1 to 0.6.2

5

lib/netsend.js

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

return new P((resolve, reject, onCancel) => {
let fnNetEnd;
const responseQueue = (() => {

@@ -52,3 +50,2 @@ let msgQueue = [];

client.end();
fnNetEnd = resolve;
});

@@ -79,5 +76,5 @@ },

client.on('end', () => {
fnNetEnd();
});
});
});

2

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

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

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