# @fluidframework/protocol-base

> Fluid protocol base

Latest version **7.0.1** (published 2026-04-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fluidframework/protocol-base
pnpm add @fluidframework/protocol-base
yarn add @fluidframework/protocol-base
bun add @fluidframework/protocol-base
```

## Health

**Score 65/100 (B)** — status: active.

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 7.0.1 |
| Published | 2026-04-17 |
| First published | 2020-08-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 208.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4946 |
| Author | Microsoft and contributors |
| Maintainers | ms-fluid-bot |

## Links

- npm: https://www.npmjs.com/package/@fluidframework/protocol-base
- Repository: https://github.com/microsoft/FluidFramework
- Homepage: https://fluidframework.com
- Issues: https://github.com/microsoft/FluidFramework/issues
- npm.io page: https://npm.io/package/@fluidframework/protocol-base

## Dependencies (4)

- [events_pkg](https://npm.io/package/events_pkg.md) npm:events@^3.1.0
- [@fluidframework/common-utils](https://npm.io/package/@fluidframework/common-utils.md) ^3.1.0
- [@fluidframework/gitresources](https://npm.io/package/@fluidframework/gitresources.md) 7.0.1
- [@fluidframework/protocol-definitions](https://npm.io/package/@fluidframework/protocol-definitions.md) ^3.2.0

## Recent versions

- 7.0.1 (latest) — 2026-04-17
- 8.0.0-423517 (dev) — 2026-09-14
- 6.0.1 (rc) — 2026-04-24
- 2.0.3 (canary) — 2024-06-12
- 3.0.0-223236 (next) — 2023-12-14
- 8.0.0-420053 — 2026-08-25
- 8.0.0-396786 — 2026-04-28
- 8.0.0-396416 — 2026-04-28
- 8.0.0-366087 — 2025-12-01
- 8.0.0-347501 — 2025-07-22
- 7.0.0 — 2025-07-14
- 6.0.0 — 2025-06-16
- 6.0.0-340759 — 2025-06-02
- 6.0.0-337416 — 2025-05-13
- 6.0.0-337052 — 2025-05-12
- … 263 more at https://npm.io/package/@fluidframework/protocol-base/versions

## README

# @fluidframework/protocol-base

## Purpose

The purpose of @fluidframework/protocol-base is:

1. Manage the lifetime of Quorum and proposals that needs to be consistent across client and service.
1. Manage git implementation which takes in a summary object and returns it mode/type.

## Quorum and Proposal

A quorum proposal transitions between two states: propose and accept.

A proposal begins in the propose state. The proposal is sent to the server and receives a sequence number which is
used to uniquely identify it. Clients within the collaboration window accept the proposal by allowing their
reference sequence number to go above the sequence number for the proposal. Once the minimum sequence number
goes above the sequence number for the proposal without it is considered accepted.

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