Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@fluid-experimental/oldest-client-observer

Package Overview
Dependencies
Maintainers
1
Versions
345
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.74.0-368706
to
2.74.0
+36
eslint.config.mts
/* eslint-disable */
/**
* GENERATED FILE - DO NOT EDIT DIRECTLY.
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
*/
import type { Linter } from "eslint";
import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
const config: Linter.Config[] = [
...recommended,
{
rules: {
"@typescript-eslint/consistent-type-imports": [
"error",
{
"fixStyle": "inline-type-imports",
},
],
"@typescript-eslint/no-import-type-side-effects": "error",
},
},
{
files: ["**/*.{ts,tsx}"],
ignores: ["**/src/test/**", "**/tests/**", "**/*.spec.ts", "**/*.test.ts"],
rules: {
"@typescript-eslint/consistent-type-exports": [
"error",
{
"fixMixedExportsWithInlineTypeSpecifier": true,
},
],
},
},
];
export default config;
+4
-0
# @fluid-experimental/oldest-client-observer
## 2.74.0
Dependency updates only.
## 2.73.0

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

+11
-10
{
"name": "@fluid-experimental/oldest-client-observer",
"version": "2.74.0-368706",
"version": "2.74.0",
"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.74.0-368706",
"@fluidframework/container-definitions": "2.74.0-368706",
"@fluidframework/core-interfaces": "2.74.0-368706",
"@fluidframework/core-utils": "2.74.0-368706",
"@fluidframework/driver-definitions": "2.74.0-368706"
"@fluid-internal/client-utils": "~2.74.0",
"@fluidframework/container-definitions": "~2.74.0",
"@fluidframework/core-interfaces": "~2.74.0",
"@fluidframework/core-utils": "~2.74.0",
"@fluidframework/driver-definitions": "~2.74.0"
},

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

"@biomejs/biome": "~1.9.3",
"@fluid-private/test-dds-utils": "2.74.0-368706",
"@fluid-tools/build-cli": "^0.60.0",
"@fluid-private/test-dds-utils": "~2.74.0",
"@fluid-tools/build-cli": "^0.61.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.60.0",
"@fluidframework/eslint-config-fluid": "2.74.0-368706",
"@fluidframework/build-tools": "^0.61.0",
"@fluidframework/eslint-config-fluid": "~2.74.0",
"@microsoft/api-extractor": "7.52.11",

@@ -94,2 +94,3 @@ "@types/node": "^18.19.0",

"eslint": "~8.57.1",
"jiti": "^2.6.1",
"rimraf": "^4.4.0",

@@ -96,0 +97,0 @@ "typescript": "~5.4.5"