@fluid-experimental/oldest-client-observer
Advanced tools
| /* 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" |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
79798
1.05%58
1.75%0
-100%16
6.67%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed