# @hackbg/dump

> Use Braille characters to print binary data legibly. JS/TS version of Justinne Tunney's brailledump (https://justine.lol/braille/)

Latest version **1.0.2** (published 2024-02-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @hackbg/dump
pnpm add @hackbg/dump
yarn add @hackbg/dump
bun add @hackbg/dump
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2024-02-24 |
| First published | 2023-02-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 17.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | exactlywhoyouthinkitis, denismaxim0v, aakamenov, atanas-krondev, imollov, mradkov |
| Keywords | braille, binary, dump, debug |

## Links

- npm: https://www.npmjs.com/package/@hackbg/dump
- Repository: https://github.com/hackbg/toolbox
- Issues: https://github.com/hackbg/toolbox/issues
- npm.io page: https://npm.io/package/@hackbg/dump

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.2 (latest) — 2024-02-24
- 1.0.1 — 2023-04-20
- 1.0.0 — 2023-02-23

## README

# @hackbg/dump

This package is our JS (well, TS) implementation of
[brailledump by the amazing Justinne Tunney](https://justine.lol/braille/).
It uses Braille characters to print binary data legibly.

```typescript
import { brailleDump } from '@hackbg/dump'
console.log(brailleDump(/* some Uint8Array */))
```

<div align="center">

---

Made with **#%&!** @ [**Hack.bg**](https://foss.hack.bg)

</div>

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