🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@fluidframework/protocol-base

Package Overview
Dependencies
Maintainers
0
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/protocol-base

Fluid protocol base

6.0.0-314981
Source
npm
Version published
Weekly downloads
8.6K
-3.41%
Maintainers
0
Weekly downloads
 
Created
Source

@fluidframework/protocol-base

Purpose

The purpose of @fluidframework/protocol-base is:

  • Manage the lifetime of Quorum and proposals that needs to be consistent across client and service.
  • 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.

FAQs

Package last updated on 06 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts