New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailcover

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailcover - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

example.js

@@ -1,2 +0,2 @@

var mailcover = require('./mailcover');
var mailcover = require('mailcover');

@@ -3,0 +3,0 @@ mailcover.config = {

@@ -36,3 +36,2 @@ /*!

// Extend Validator isEmail function if exist
mailcover = {};

@@ -67,3 +66,3 @@

if(!pattern.test(email)){
return callback(messages.blank);
return callback(messages.incorrect);
}else{

@@ -70,0 +69,0 @@

{
"name": "mailcover",
"description": "Email validation via Mailcover API",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://Mailcover.com/",

@@ -6,0 +6,0 @@ "keywords": [

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