@faustbrian/node-haveibeenpwned
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


@faustbrian/node-haveibeenpwned

npm version

Installation

pnpm install @faustbrian/node-haveibeenpwned

Usage

import { evaluate, pwned } from "@faustbrian/node-haveibeenpwned";

await pwned("password"); // 3_861_493

await evaluate("passwordA1%"); // true

await evaluate("password"); // false

License

This is an open-sourced software licensed under the AGPL-3.0-or-later.

Readme

Keywords

none

Package Sidebar

Install

npm i @faustbrian/node-haveibeenpwned

Weekly Downloads

125

Version

1.1.0

License

AGPL-3.0-or-later

Unpacked Size

485 kB

Total Files

11

Last publish

Collaborators

  • faustbrian