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

@fluidframework/protocol-definitions

Package Overview
Dependencies
Maintainers
2
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.1028.2000 to 0.1029.1000-73081

2

.eslintrc.js

@@ -8,3 +8,3 @@ /*!

"extends": [
"@fluidframework/eslint-config-fluid"
require.resolve("@fluidframework/eslint-config-fluid")
],

@@ -11,0 +11,0 @@ rules: {

@@ -90,4 +90,2 @@ ## API Report File for "@fluidframework/protocol-definitions"

noopTimeFrequency?: number;
// (undocumented)
summary: ISummaryConfiguration;
}

@@ -449,16 +447,2 @@

// @public (undocumented)
export interface ISummaryConfiguration {
// (undocumented)
disableSummaries?: boolean;
// (undocumented)
idleTime: number;
// (undocumented)
maxAckWaitTime: number;
// (undocumented)
maxOps: number;
// (undocumented)
maxTime: number;
}
// @public (undocumented)
export interface ISummaryContent {

@@ -465,0 +449,0 @@ // (undocumented)

@@ -5,9 +5,2 @@ /*!

*/
export interface ISummaryConfiguration {
idleTime: number;
maxTime: number;
maxOps: number;
maxAckWaitTime: number;
disableSummaries?: boolean;
}
/**

@@ -19,3 +12,2 @@ * Key value store of service configuration properties provided to the client as part of connection

blockSize: number;
summary: ISummaryConfiguration;
/**

@@ -22,0 +14,0 @@ * noopTimeFrequency & noopCountFrequency control how often a client with "write" connection needs to send

@@ -5,9 +5,2 @@ /*!

*/
export interface ISummaryConfiguration {
idleTime: number;
maxTime: number;
maxOps: number;
maxAckWaitTime: number;
disableSummaries?: boolean;
}
/**

@@ -19,3 +12,2 @@ * Key value store of service configuration properties provided to the client as part of connection

blockSize: number;
summary: ISummaryConfiguration;
/**

@@ -22,0 +14,0 @@ * noopTimeFrequency & noopCountFrequency control how often a client with "write" connection needs to send

@@ -20,3 +20,5 @@ use_current_TypeAliasDeclaration_ConnectionMode(get_old_TypeAliasDeclaration_ConnectionMode());

use_current_InterfaceDeclaration_IClientConfiguration(get_old_InterfaceDeclaration_IClientConfiguration());
use_old_InterfaceDeclaration_IClientConfiguration(get_current_InterfaceDeclaration_IClientConfiguration());
use_old_InterfaceDeclaration_IClientConfiguration(
// @ts-expect-error compatibility expected to be broken
get_current_InterfaceDeclaration_IClientConfiguration());
use_current_InterfaceDeclaration_IClientDetails(get_old_InterfaceDeclaration_IClientDetails());

@@ -31,3 +33,5 @@ use_old_InterfaceDeclaration_IClientDetails(get_current_InterfaceDeclaration_IClientDetails());

use_current_InterfaceDeclaration_IConnected(get_old_InterfaceDeclaration_IConnected());
use_old_InterfaceDeclaration_IConnected(get_current_InterfaceDeclaration_IConnected());
use_old_InterfaceDeclaration_IConnected(
// @ts-expect-error compatibility expected to be broken
get_current_InterfaceDeclaration_IConnected());
use_current_InterfaceDeclaration_ICreateBlobResponse(get_old_InterfaceDeclaration_ICreateBlobResponse());

@@ -97,4 +101,2 @@ use_old_InterfaceDeclaration_ICreateBlobResponse(get_current_InterfaceDeclaration_ICreateBlobResponse());

use_old_InterfaceDeclaration_ISummaryCommitter(get_current_InterfaceDeclaration_ISummaryCommitter());
use_current_InterfaceDeclaration_ISummaryConfiguration(get_old_InterfaceDeclaration_ISummaryConfiguration());
use_old_InterfaceDeclaration_ISummaryConfiguration(get_current_InterfaceDeclaration_ISummaryConfiguration());
use_current_InterfaceDeclaration_ISummaryContent(get_old_InterfaceDeclaration_ISummaryContent());

@@ -101,0 +103,0 @@ use_old_InterfaceDeclaration_ISummaryContent(get_current_InterfaceDeclaration_ISummaryContent());

{
"name": "@fluidframework/protocol-definitions",
"version": "0.1028.2000",
"version": "0.1029.1000-73081",
"description": "Fluid protocol definitions",

@@ -45,3 +45,3 @@ "homepage": "https://fluidframework.com",

"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.70857",
"@fluidframework/build-tools": "^0.2.71273",
"@fluidframework/eslint-config-fluid": "^0.28.2000",

@@ -51,18 +51,5 @@ "@fluidframework/protocol-definitions-previous": "npm:@fluidframework/protocol-definitions@0.1028.1000",

"@rushstack/eslint-config": "^2.5.1",
"@typescript-eslint/eslint-plugin": "~5.9.0",
"@typescript-eslint/parser": "~5.9.0",
"concurrently": "^6.2.0",
"copyfiles": "^2.1.0",
"eslint": "~8.6.0",
"eslint-plugin-editorconfig": "~3.2.0",
"eslint-plugin-eslint-comments": "~3.2.0",
"eslint-plugin-import": "~2.25.4",
"eslint-plugin-jest": "~26.1.3",
"eslint-plugin-jsdoc": "~39.3.0",
"eslint-plugin-mocha": "~10.0.3",
"eslint-plugin-promise": "~6.0.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-tsdoc": "~0.2.14",
"eslint-plugin-unicorn": "~40.0.0",
"eslint-plugin-unused-imports": "~2.0.0",
"rimraf": "^2.6.2",

@@ -73,5 +60,16 @@ "typescript": "~4.5.5",

"typeValidation": {
"version": "0.1028.2000",
"broken": {}
"version": "0.1029.1000",
"broken": {
"InterfaceDeclaration_IConnected": {
"backCompat": false
},
"RemovedInterfaceDeclaration_ISummaryConfiguration": {
"forwardCompat": false,
"backCompat": false
},
"InterfaceDeclaration_IClientConfiguration": {
"backCompat": false
}
}
}
}

@@ -6,21 +6,2 @@ /*!

// Summary algorithm configuration
// A summary will occur either if
// * idleTime(ms) have passed without activity with pending ops to summarize, or
// * maxTime(ms) have passed with pending ops to summarize, or
// * maxOps are waiting to summarize
// AND
// * disableSummaries !== true
export interface ISummaryConfiguration {
idleTime: number;
maxTime: number;
maxOps: number;
maxAckWaitTime: number;
disableSummaries?: boolean;
}
/**

@@ -36,5 +17,2 @@ * Key value store of service configuration properties provided to the client as part of connection

// Summary algorithm configuration. This is sent to clients when they connect
summary: ISummaryConfiguration;
/**

@@ -41,0 +19,0 @@ * noopTimeFrequency & noopCountFrequency control how often a client with "write" connection needs to send

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

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