You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@fluid-experimental/oldest-client-observer

Package Overview
Dependencies
Maintainers
1
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-experimental/oldest-client-observer - npm Package Compare versions

Comparing version
2.60.0
to
2.61.0-355054
+2
-1
dist/legacy.d.ts

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

export {
// @legacy APIs
// #region @legacyBeta APIs
IOldestClientObservable,

@@ -19,2 +19,3 @@ IOldestClientObservableEvents,

OldestClientObserver
// #endregion
} from "./index.js";

@@ -11,2 +11,2 @@ /*!

export * from "./lib/index.js";
export * from "lib/index.js";

@@ -11,2 +11,2 @@ /*!

export * from "./lib/legacy.js";
export * from "lib/legacy.js";

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

export {
// @legacy APIs
// #region @legacyBeta APIs
IOldestClientObservable,

@@ -19,2 +19,3 @@ IOldestClientObservableEvents,

OldestClientObserver
// #endregion
} from "./index.js";

@@ -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.52.8"
"packageVersion": "7.52.11"
}
]
}
{
"name": "@fluid-experimental/oldest-client-observer",
"version": "2.60.0",
"version": "2.61.0-355054",
"description": "Data object to determine if the local client is the oldest amongst connected clients",

@@ -72,7 +72,7 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "~2.60.0",
"@fluidframework/container-definitions": "~2.60.0",
"@fluidframework/core-interfaces": "~2.60.0",
"@fluidframework/core-utils": "~2.60.0",
"@fluidframework/driver-definitions": "~2.60.0"
"@fluid-internal/client-utils": "2.61.0-355054",
"@fluidframework/container-definitions": "2.61.0-355054",
"@fluidframework/core-interfaces": "2.61.0-355054",
"@fluidframework/core-utils": "2.61.0-355054",
"@fluidframework/driver-definitions": "2.61.0-355054"
},

@@ -82,8 +82,8 @@ "devDependencies": {

"@biomejs/biome": "~1.9.3",
"@fluid-private/test-dds-utils": "~2.60.0",
"@fluid-tools/build-cli": "^0.57.0",
"@fluid-private/test-dds-utils": "2.61.0-355054",
"@fluid-tools/build-cli": "^0.58.2",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.57.0",
"@fluidframework/build-tools": "^0.58.2",
"@fluidframework/eslint-config-fluid": "^6.0.0",
"@microsoft/api-extractor": "7.52.8",
"@microsoft/api-extractor": "7.52.11",
"@types/node": "^18.19.0",

@@ -116,4 +116,4 @@ "concurrently": "^8.2.1",

"api": "fluid-build . --task api",
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
"build": "fluid-build . --task build",

@@ -120,0 +120,0 @@ "build:api-reports": "concurrently \"npm:build:api-reports:*\"",