# peerjs-js-binarypack

> BinaryPack serialization

Latest version **2.1.0** (published 2023-12-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install peerjs-js-binarypack
pnpm add peerjs-js-binarypack
yarn add peerjs-js-binarypack
bun add peerjs-js-binarypack
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2023-12-03 |
| First published | 2019-08-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >= 14.0.0 |
| Dependencies | 0 |
| Unpacked size | 504.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 32 |
| Author | Eric Zhang |
| Maintainers | asosnovskiy, jonasgloning |

## Links

- npm: https://www.npmjs.com/package/peerjs-js-binarypack
- Repository: https://github.com/peers/js-binarypack
- Issues: https://github.com/peers/js-binarypack/issues
- Funding: https://opencollective.com/peer
- npm.io page: https://npm.io/package/peerjs-js-binarypack

## Recent versions

- 2.1.0 (latest) — 2023-12-03
- 3.0.0-rc.1 (rc) — 2023-12-01
- 2.0.0 — 2023-06-22
- 2.0.0-rc.1 — 2023-02-25
- 1.0.3-rc.1 — 2023-02-25
- 1.0.2 — 2023-02-25
- 1.0.1 — 2019-09-11
- 1.0.0 — 2019-08-11

## README

# BinaryPack

BinaryPack is 95% MessagePack. The protocol has been extended to support distinct string and binary types.

This library is mainly used by [PeerJS](https://peerjs.com) to transfer objects via data channels.
Bug reports and fixes are welcome, but we are unlikely to implement new features.

Inspired by: https://github.com/cuzic/MessagePack-JS

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