# @iden3/binfileutils

> Utils to work with iden3 binary files.

Latest version **0.0.12** (published 2024-04-15) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @iden3/binfileutils
pnpm add @iden3/binfileutils
yarn add @iden3/binfileutils
bun add @iden3/binfileutils
```

## Health

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

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.12 |
| Published | 2024-04-15 |
| First published | 2020-09-25 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 13.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Jordi Baylina |
| Maintainers | obrezhniev, jbaylina, arnaucube, carlosmata |
| Keywords | file, binary, fastfile |

## Links

- npm: https://www.npmjs.com/package/@iden3/binfileutils
- Repository: https:https://github.com/iden3/binfileutils
- npm.io page: https://npm.io/package/@iden3/binfileutils

## Dependencies (2)

- [fastfile](https://npm.io/package/fastfile.md) 0.0.20
- [ffjavascript](https://npm.io/package/ffjavascript.md) ^0.3.0

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 0.0.12 (latest) — 2024-04-15
- 0.0.11 — 2022-06-08
- 0.0.10 — 2022-01-19
- 0.0.9 — 2022-01-12
- 0.0.8 — 2021-01-21
- 0.0.7 — 2020-10-22
- 0.0.6 — 2020-10-21
- 0.0.5 — 2020-10-21
- 0.0.4 — 2020-10-21
- 0.0.3 — 2020-10-11
- 0.0.2 — 2020-10-01
- 0.0.1 — 2020-09-25

## README

# @iden3/binfileutils

Utility to work with binary files

## Format

4 bytes  => file type
uint32   => Version
uint32   => Number of secionsi

..For each section

uint32  => sectionType
uint64  => sectionBodySize
bytes   => sectionBody

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