# bs32

> Base32 for javascript

Latest version **0.1.7** (published 2023-08-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install bs32
pnpm add bs32
yarn add bs32
bun add bs32
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2023-08-31 |
| First published | 2018-03-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 1 |
| Unpacked size | 9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Christopher Jeffrey |
| Maintainers | chjj, nodweber, pinheadmz |
| Keywords | base32 |

## Links

- npm: https://www.npmjs.com/package/bs32
- Repository: https://github.com/bcoin-org/bs32
- Issues: https://github.com/bcoin-org/bs32/issues
- npm.io page: https://npm.io/package/bs32

## Dependencies (1)

- [bsert](https://npm.io/package/bsert.md) ~0.0.10

## Recent versions

- 0.1.7 (latest) — 2023-08-31
- 0.1.6 — 2019-11-04
- 0.1.5 — 2019-03-21
- 0.1.4 — 2019-01-22
- 0.1.3 — 2018-11-29
- 0.1.2 — 2018-09-29
- 0.1.1 — 2018-07-19
- 0.1.0 — 2018-06-08
- 0.0.1 — 2018-03-12

## README

# bs32

Base32 for javascript.

## Usage

``` js
const base32 = require('bs32');
```

## Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. `</legalese>`

## License

- Copyright (c) 2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.

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