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

@fluidframework/core-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
464
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.0.0-dev-rc.1.0.0.228517 to 2.0.0-dev-rc.1.0.0.232845

.eslintrc.cjs

10

api-report/core-interfaces.api.md

@@ -397,2 +397,12 @@ ## API Report File for "@fluidframework/core-interfaces"

// @internal (undocumented)
export interface ISignalEnvelope {
address?: string;
clientSignalSequenceNumber: number;
contents: {
type: string;
content: any;
};
}
// @internal @deprecated (undocumented)

@@ -399,0 +409,0 @@ export interface ITaggedTelemetryPropertyType {

2

dist/core-interfaces-alpha.d.ts

@@ -689,2 +689,4 @@ /**

/* Excluded from this release type: ISignalEnvelope */
/* Excluded from this release type: ITaggedTelemetryPropertyType */

@@ -691,0 +693,0 @@

@@ -576,2 +576,4 @@ /**

/* Excluded from this release type: ISignalEnvelope */
/* Excluded from this release type: ITaggedTelemetryPropertyType */

@@ -578,0 +580,0 @@

@@ -576,2 +576,4 @@ /**

/* Excluded from this release type: ISignalEnvelope */
/* Excluded from this release type: ITaggedTelemetryPropertyType */

@@ -578,0 +580,0 @@

@@ -783,2 +783,23 @@ /**

/**
* @internal
*/
export declare interface ISignalEnvelope {
/**
* The target for the envelope, undefined for the container
*/
address?: string;
/**
* Identifier for the signal being submitted.
*/
clientSignalSequenceNumber: number;
/**
* The contents of the envelope
*/
contents: {
type: string;
content: any;
};
}
/**
* @see {@link Tagged} for info on tagging

@@ -785,0 +806,0 @@ *

@@ -23,2 +23,3 @@ /*!

export { ConfigTypes, IConfigProviderBase } from "./config";
export { ISignalEnvelope } from "./messages";
//# sourceMappingURL=index.d.ts.map

2

dist/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.38.3"
"packageVersion": "7.39.1"
}
]
}
{
"name": "@fluidframework/core-interfaces",
"version": "2.0.0-dev-rc.1.0.0.228517",
"version": "2.0.0-dev-rc.1.0.0.232845",
"description": "Fluid object interfaces",

@@ -35,4 +35,4 @@ "homepage": "https://fluidframework.com",

"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.8.0.0",
"@fluidframework/eslint-config-fluid": "^3.2.0",
"@microsoft/api-extractor": "^7.38.3",
"@fluidframework/eslint-config-fluid": "^3.3.0",
"@microsoft/api-extractor": "^7.39.1",
"@types/node": "^18.19.0",

@@ -68,2 +68,3 @@ "copyfiles": "^2.4.1",

"build:compile": "fluid-build . --task compile",
"build:docs": "fluid-build . --task api",
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json",

@@ -70,0 +71,0 @@ "build:test": "tsc --project ./src/test/tsconfig.json",

@@ -76,1 +76,2 @@ /*!

export { ConfigTypes, IConfigProviderBase } from "./config";
export { ISignalEnvelope } from "./messages";

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