# @collabs/core

> A collections library for collaborative data structures (core)

Latest version **0.13.4** (published 2023-09-06) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @collabs/core
pnpm add @collabs/core
yarn add @collabs/core
bun add @collabs/core
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.13.4 |
| Published | 2023-09-06 |
| First published | 2022-03-14 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 1011.5 KB |
| Known vulnerabilities | 0 (+11 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 287 |
| Author | collabs contributors |
| Maintainers | heathermiller, mweidner037 |
| Keywords | Collabs, collaboration, collections, data structures |

## Links

- npm: https://www.npmjs.com/package/@collabs/core
- Repository: https://github.com/composablesys/collabs
- Homepage: https://github.com/composablesys/collabs/tree/master/core#readme
- Issues: https://github.com/composablesys/collabs/issues
- npm.io page: https://npm.io/package/@collabs/core

## Dependencies (4)

- [tslib](https://npm.io/package/tslib.md) ^2.0.1
- [base64-js](https://npm.io/package/base64-js.md) ^1.5.1
- [protobufjs](https://npm.io/package/protobufjs.md) ~6.9.0
- [@types/seedrandom](https://npm.io/package/@types/seedrandom.md) ^2.4.28

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 0.13.4 (latest) — 2023-09-06
- 0.13.3 — 2023-08-30
- 0.13.2 — 2023-08-29
- 0.13.1 — 2023-08-14
- 0.13.0 — 2023-08-14
- 0.12.0 — 2023-07-15
- 0.11.1 — 2023-06-24
- 0.11.0 — 2023-06-22
- 0.10.2 — 2023-04-22
- 0.10.1 — 2023-04-22
- 0.10.0 — 2023-04-19
- 0.9.1 — 2023-04-05
- 0.9.0 — 2023-04-02
- 0.8.1 — 2023-02-23
- 0.8.0 — 2023-02-20
- … 5 more at https://npm.io/package/@collabs/core/versions

## README

# @collabs/core

Part of the Collabs library. Main package: [@collabs/collabs](https://www.npmjs.com/package/@collabs/collabs).

**@collabs/core** includes the parts of Collabs that are applicable to general collaborative data structures (update-driven replicated data types), not just Conflict-free Replicated Data Types (CRDTs).

For local-first collaborative apps (Collabs's main use case), it is easier to import [@collabs/collabs](https://www.npmjs.com/package/@collabs/collabs), which re-exports this package plus [@collabs/crdts](https://www.npmjs.com/package/@collabs/crdts). Import this core package instead if you are developing a non-CRDT extension to Collabs, e.g., a library of [Operational Transformation](https://en.wikipedia.org/wiki/Operational_transformation) algorithms or data structures that rely on a central server to order operations.

## Docs

See [https://collabs.readthedocs.io/](https://collabs.readthedocs.io/)

[API](https://collabs.readthedocs.io/en/latest/api/core)

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