
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
node-university-domains
Advanced tools
A JSON list that contains domains, names and countries of most of the universities of the world.
It is very useful if you are building a web service for students.
You can easily create a validation script that checks the email domain. You can also automatically generate a user's country and university by looking their emails.
NOTE: Some university use a format like '[user]@[department].[domain]', but this list only contains the [domain] portion. For example, an email address might be [student]@cs.usc.edu, and this list will contain 'usc.edu', the domain for the University of Southern California. Take this into consideration if using this list for email address validation.
Feel free to update the list.
{
"web_page": "http://www.sabanciuniv.edu/",
"country": "Turkey",
"domain": "sabanciuniv.edu",
"name": "Sabancı University"
}
FAQs
List of allowed university domains
The npm package node-university-domains receives a total of 1 weekly downloads. As such, node-university-domains popularity was classified as not popular.
We found that node-university-domains demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.