@rhandke/password-checker
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Password Checker

Check a password against the haveibeenpwned API.

Installation

npm install @rhandke/password-checker

Usage

import PasswordChecker from "@rhandke/password-checker";

const passwordChecker = new PasswordChecker();
passwordChecker.hasBeenLeaked('password').then(response => {
  console.log(response);
})

Readme

Keywords

Package Sidebar

Install

npm i @rhandke/password-checker

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

4.96 kB

Total Files

6

Last publish

Collaborators

  • rhandke