UNPKG

haveibeenpwned-checker

Version:

haveibeenpwned-checker validate email addresses, usernames, and passwords if they have previously been exposed in data breaches. based on https://haveibeenpwned.com

2 lines 118 B
exports.PasswordChecker = require('./lib/passwordChecker'); exports.AccountChecker = require('./lib/accountChecker');