Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/protocol-definitions

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/protocol-definitions - npm Package Compare versions

Comparing version 0.1024.0 to 0.1024.1

5

dist/protocol.d.ts

@@ -77,2 +77,7 @@ /*!

timestamp: number;
/**
* Experimental field for storing the rolling hash at sequence number.
* @alpha
*/
expHash1?: string;
}

@@ -79,0 +84,0 @@ export interface ISequencedDocumentSystemMessage extends ISequencedDocumentMessage {

@@ -77,2 +77,7 @@ /*!

timestamp: number;
/**
* Experimental field for storing the rolling hash at sequence number.
* @alpha
*/
expHash1?: string;
}

@@ -79,0 +84,0 @@ export interface ISequencedDocumentSystemMessage extends ISequencedDocumentMessage {

2

package.json
{
"name": "@fluidframework/protocol-definitions",
"version": "0.1024.0",
"version": "0.1024.1",
"description": "Fluid protocol definitions",

@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com",

@@ -166,2 +166,8 @@ /*!

timestamp: number;
/**
* Experimental field for storing the rolling hash at sequence number.
* @alpha
*/
expHash1?: string;
}

@@ -168,0 +174,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc