# pretty-format2

> Stringify any value. Better, faster, prettier.

Latest version **2.0.4** (published 2018-03-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install pretty-format2
pnpm add pretty-format2
yarn add pretty-format2
bun add pretty-format2
```

## 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 | 2.0.4 |
| Published | 2018-03-26 |
| First published | 2017-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 18 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | James Kyle |
| Maintainers | thejameskyle |

## Links

- npm: https://www.npmjs.com/package/pretty-format2
- Repository: https://github.com/thejameskyle/pretty-format2
- Homepage: https://github.com/thejameskyle/pretty-format2#readme
- Issues: https://github.com/thejameskyle/pretty-format2/issues
- npm.io page: https://npm.io/package/pretty-format2

## Dependencies (1)

- [ansi-styles](https://npm.io/package/ansi-styles.md) ^3.0.0

## Recent versions

- 2.0.4 (latest) — 2018-03-26
- 2.0.3 — 2017-06-10
- 2.0.2 — 2017-06-09
- 2.0.1 — 2017-06-09
- 2.0.0 — 2017-06-09
- 1.2.0 — 2017-06-09
- 1.1.1 — 2017-06-09
- 1.1.0 — 2017-06-09
- 1.0.0 — 2017-06-09

## README

# pretty-format2 [WIP]

> Stringify any value. Better, faster, prettier.

#### Comparison of printing massive objects

```
JSON.stringify() - 5890349ns - 0.589034923s total (100 runs)
prettyFormat2()  - 27983169ns - 2.79831686s total (100 runs)
prettyFormat()   - 41300268ns - 4.130026818s total (100 runs)
util.inspect()   - 58310463ns - 5.831046269s total (100 runs)
```

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