# @anarion/pwned

> > 🛰️ A small tool to check if your email has been leaked

Latest version **1.1.1** (published 2019-01-24) · ISC license · 0 weekly downloads

## Install

```sh
npm install @anarion/pwned
pnpm add @anarion/pwned
yarn add @anarion/pwned
bun add @anarion/pwned
```

Provides the command `pwned`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2019-01-24 |
| First published | 2019-01-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 (+24 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Anarion |
| Maintainers | anarion |

## Links

- npm: https://www.npmjs.com/package/@anarion/pwned
- Repository: https://github.com/AnarionBe/pwned_cli
- Homepage: https://github.com/AnarionBe/pwned_cli#readme
- Issues: https://github.com/AnarionBe/pwned_cli/issues
- npm.io page: https://npm.io/package/@anarion/pwned

## Dependencies (6)

- [ora](https://npm.io/package/ora.md) ^3.0.0
- [axios](https://npm.io/package/axios.md) ^0.18.0
- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [figlet](https://npm.io/package/figlet.md) ^1.2.1
- [cli-table](https://npm.io/package/cli-table.md) ^0.3.1
- [email-validator](https://npm.io/package/email-validator.md) ^2.0.4

## Recent versions

- 1.1.1 (latest) — 2019-01-24
- 1.1.0 — 2019-01-22
- 1.0.0 — 2019-01-22

## README

# BeCode: pwned_cli

> 🛰️ A small tool to check if your email has been leaked

* * *

Made while learning NodeJs [@BeCode](https://www.becode.org/). This is a project to discover Node's basics

## About

Made whith NodeJs. It uses [axios](https://www.npmjs.com/package/axios), [chalk](https://www.npmjs.com/package/chalk), [cli-table](https://www.npmjs.com/package/cli-table), [email-validator](https://www.npmjs.com/package/email-validator), [figlet](https://www.npmjs.com/package/figlet) and [ora](https://www.npmjs.com/package/ora) packages

## Installation

Run `npm install -g @anarion/pwned`

## Usage

Run `pwned <email>`

* * *

January 2019, Marco De Bona.

---
_Source: https://npm.io/package/@anarion/pwned · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
