UNPKG

check-pwnedpasswords

Version:

A simple Node.js module that checks against the https://haveibeenpwned.com database through its https://api.pwnedpasswords.com API.

13 lines (12 loc) 212 B
module.exports = { clearMocks: true, collectCoverage: true, coverageDirectory: 'coverage', coverageProvider: 'v8', coverageReporters: [ 'text', 'html', 'cobertura', ], verbose: true, };