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

@fluidframework/core-interfaces

Package Overview
Dependencies
Maintainers
0
Versions
462
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/core-interfaces - npm Package Compare versions

Comparing version 2.3.0-288113 to 2.3.0

4

CHANGELOG.md
# @fluidframework/core-interfaces
## 2.3.0
Dependency updates only.
## 2.2.0

@@ -4,0 +8,0 @@

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

* @internal
*
* @privateRemarks
* `IRuntimeSignalEnvelope` is an interface that mirrors `ISignalEnvelope` for signals that come from an external
* caller (not sent by a client—so no `clientBroadcastSignalSequenceNumber`) and are always addressed
* to the Container (so no `address`).
*
* See at `server/routerlicious/packages/lambdas/src/utils/messageGenerator.ts`.
*/

@@ -15,5 +22,5 @@ export interface ISignalEnvelope {

/**
* Identifier for the signal being submitted.
* Signal tracking identifier for self submitted broadcast signals.
*/
clientSignalSequenceNumber: number;
clientBroadcastSignalSequenceNumber?: number;
/**

@@ -20,0 +27,0 @@ * The contents of the envelope

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

* @internal
*
* @privateRemarks
* `IRuntimeSignalEnvelope` is an interface that mirrors `ISignalEnvelope` for signals that come from an external
* caller (not sent by a client—so no `clientBroadcastSignalSequenceNumber`) and are always addressed
* to the Container (so no `address`).
*
* See at `server/routerlicious/packages/lambdas/src/utils/messageGenerator.ts`.
*/

@@ -15,5 +22,5 @@ export interface ISignalEnvelope {

/**
* Identifier for the signal being submitted.
* Signal tracking identifier for self submitted broadcast signals.
*/
clientSignalSequenceNumber: number;
clientBroadcastSignalSequenceNumber?: number;
/**

@@ -20,0 +27,0 @@ * The contents of the envelope

2

lib/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.45.1"
"packageVersion": "7.47.8"
}
]
}
{
"name": "@fluidframework/core-interfaces",
"version": "2.3.0-288113",
"version": "2.3.0",
"description": "Fluid object interfaces",

@@ -52,8 +52,8 @@ "homepage": "https://fluidframework.com",

"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.46.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.46.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@fluidframework/eslint-config-fluid": "^5.4.0",
"@microsoft/api-extractor": "7.47.8",
"@types/node": "^18.19.0",

@@ -68,3 +68,8 @@ "concurrently": "^8.2.1",

"typeValidation": {
"broken": {}
"broken": {
"Interface_ISignalEnvelope": {
"backCompat": false
}
},
"entrypoint": "internal"
},

@@ -71,0 +76,0 @@ "scripts": {

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

* @internal
*
* @privateRemarks
* `IRuntimeSignalEnvelope` is an interface that mirrors `ISignalEnvelope` for signals that come from an external
* caller (not sent by a client—so no `clientBroadcastSignalSequenceNumber`) and are always addressed
* to the Container (so no `address`).
*
* See at `server/routerlicious/packages/lambdas/src/utils/messageGenerator.ts`.
*/

@@ -17,5 +24,5 @@ export interface ISignalEnvelope {

/**
* Identifier for the signal being submitted.
* Signal tracking identifier for self submitted broadcast signals.
*/
clientSignalSequenceNumber: number;
clientBroadcastSignalSequenceNumber?: number;

@@ -22,0 +29,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