# bkit

> A utility kit for encoding and decoding binary data

Latest version **2.1.3** (published 2020-01-08) · 0 weekly downloads

## Install

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

## 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.1.3 |
| Published | 2020-01-08 |
| First published | 2018-03-09 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 110.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Blake Regalia |
| Maintainers | blake.regalia |
| Keywords | buffer, binary, util |

## Links

- npm: https://www.npmjs.com/package/bkit
- Repository: https://github.com/blake-regalia/bkit.js
- Homepage: https://github.com/blake-regalia/bkit.js#readme
- Issues: https://github.com/blake-regalia/bkit.js/issues
- npm.io page: https://npm.io/package/bkit

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 2.1.3 (latest) — 2020-01-08
- 2.1.2 — 2020-01-08
- 2.1.1 — 2020-01-05
- 2.1.0 — 2020-01-03
- 2.0.0 — 2019-09-22
- 1.4.1 — 2018-07-20
- 1.4.0 — 2018-07-11
- 1.3.0 — 2018-06-30
- 1.2.1 — 2018-06-29
- 1.1.3 — 2018-04-28
- 1.1.2 — 2018-04-28
- 1.1.1 — 2018-04-28
- 1.1.0 — 2018-04-28
- 1.0.0 — 2018-03-09

## README

# bkit.js 🐝
[![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] 

A utility kit for encoding and decoding binary data using `Uint8Array`s in both node.js and the browser.

## License

ISC © [Blake Regalia]()


[npm-image]: https://badge.fury.io/js/bkit.svg
[npm-url]: https://npmjs.org/package/bkit
[daviddm-image]: https://david-dm.org/blake-regalia/bkit.js.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/blake-regalia/bkit.js

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