emailvalidation
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "emailvalidation", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A module for validating emails using the emailvalidation.co API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,3 +24,3 @@ Email Validator | ||
var Validator = require('emailvalidator'); | ||
var Validator = require('emailvalidation'); | ||
var validator = new Validator('your-api-key'); | ||
@@ -27,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4714