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 3.1.0 to 3.2.0-231454

3

api-report/protocol-definitions.api.md

@@ -362,2 +362,3 @@ ## API Report File for "@fluidframework/protocol-definitions"

};
groupId?: string;
// (undocumented)

@@ -449,2 +450,3 @@ id?: string;

export interface ISummaryTree {
groupId?: string;
// (undocumented)

@@ -493,2 +495,3 @@ tree: {

entries: ITreeEntry[];
groupId?: string;
id?: string;

@@ -495,0 +498,0 @@ unreferenced?: true;

2

dist/config.d.ts

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

* Set min op frequency with which noops would be sent in case of an active connection which is not sending any op.
* See {@link IClientConfiguration#noopTimeFrequency} for more details.
* See {@link IClientConfiguration.noopTimeFrequency} for more details.
* 'Infinity' will disable this feature and if no value is provided, the client choses some reasonable value.

@@ -33,0 +33,0 @@ */

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

unreferenced?: true;
/**
* Represents the group to which the tree belongs to. When the server returns the snapshot to
* the client, and this tree is missing in that snapshot, then this could be used to request the contents
* from the service.
*/
groupId?: string;
}

@@ -118,2 +124,8 @@ /**

unreferenced?: true;
/**
* Represents the group to which the snapshot tree belongs to. When the server returns the snapshot to
* the client, and this tree is missing in that snapshot, then this could be used to request the contents
* from the service.
*/
groupId?: string;
}

@@ -120,0 +132,0 @@ /**

@@ -147,3 +147,9 @@ /*!

unreferenced?: true;
/**
* Represents the group to which the summary tree belongs to. The server stores this info and when it returns the
* snapshot to the client, and this tree is missing in that snapshot, then this could be used to request the contents
* from the service.
*/
groupId?: string;
}
//# sourceMappingURL=summary.d.ts.map
{
"name": "@fluidframework/protocol-definitions",
"version": "3.1.0",
"version": "3.2.0-231454",
"description": "Fluid protocol definitions",

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

"@fluidframework/protocol-definitions-previous": "npm:@fluidframework/protocol-definitions@2.0.0",
"@microsoft/api-extractor": "^7.38.3",
"@microsoft/api-extractor": "^7.39.1",
"concurrently": "^6.2.0",

@@ -40,0 +40,0 @@ "copyfiles": "^2.4.1",

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

* Set min op frequency with which noops would be sent in case of an active connection which is not sending any op.
* See {@link IClientConfiguration#noopTimeFrequency} for more details.
* See {@link IClientConfiguration.noopTimeFrequency} for more details.
* 'Infinity' will disable this feature and if no value is provided, the client choses some reasonable value.

@@ -37,0 +37,0 @@ */

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

unreferenced?: true;
/**
* Represents the group to which the tree belongs to. When the server returns the snapshot to
* the client, and this tree is missing in that snapshot, then this could be used to request the contents
* from the service.
*/
groupId?: string;
}

@@ -135,2 +142,9 @@

unreferenced?: true;
/**
* Represents the group to which the snapshot tree belongs to. When the server returns the snapshot to
* the client, and this tree is missing in that snapshot, then this could be used to request the contents
* from the service.
*/
groupId?: string;
}

@@ -137,0 +151,0 @@

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

unreferenced?: true;
/**
* Represents the group to which the summary tree belongs to. The server stores this info and when it returns the
* snapshot to the client, and this tree is missing in that snapshot, then this could be used to request the contents
* from the service.
*/
groupId?: string;
}

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

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

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