# concat-buffers

> Concatenate Uint8Arrays

Latest version **1.0.0** (published 2015-10-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install concat-buffers
pnpm add concat-buffers
yarn add concat-buffers
bun add concat-buffers
```

## 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 | 1.0.0 |
| Published | 2015-10-11 |
| First published | 2015-10-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Sergii Iefremov |
| Maintainers | iefserge |
| Keywords | buffer, concat, uint8array, concatenate |

## Links

- npm: https://www.npmjs.com/package/concat-buffers
- Repository: https://github.com/iefserge/concat-buffers
- Issues: https://github.com/iefserge/concat-buffers/issues
- npm.io page: https://npm.io/package/concat-buffers

## 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

- 1.0.0 (latest) — 2015-10-11
- 0.0.1 — 2015-10-11

## README

## concat-buffers

Concatenate Uint8Arrays

[![Build Status](https://travis-ci.org/iefserge/concat-buffers.svg)](https://travis-ci.org/iefserge/concat-buffers)

## USAGE

```js
var concatBuffers = require('concat-buffers');

concatBuffers(new Uint8Array([1, 2]), new Uint8Array([3, 4, 5]));
// Uint8Array [1, 2, 3, 4, 5]

concatBuffers([new Uint8Array([1]), new Uint8Array([2])]);
// Uint8Array [1, 2]
```

##LICENSE

MIT

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