New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

school-email-verifier

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

school-email-verifier

Library to check whether email is academic by checking extensive list.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

school-email-verifier

Provides a fast academic email validator by checking whether the email domain is in our extensive list of academic domains which includes over 9000 domains.

Note: List only contains list of universities and colleges in the United States.

version

Installation

Install via NPM:

npm school-email-verifier

Install via yarn:

yarn school-email-verifier

Usage

javascript


const Verifier = require('school-email-verifier');

Verifier.isAcademic('user@harvard.edu'); // true

Verifier.getSchoolName('user@dartmouth.edu'); // Dartmouth College

Contribute

Contributions welcome! Check the LICENSE file for more info.

Keywords

email-verification

FAQs

Package last updated on 02 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts