@fluid-experimental/oldest-client-observer
Advanced tools
+4
-0
| # @fluid-experimental/oldest-client-observer | ||
| ## 2.81.0 | ||
| Dependency updates only. | ||
| ## 2.80.0 | ||
@@ -4,0 +8,0 @@ |
+5
-30
@@ -1,36 +0,11 @@ | ||
| /* eslint-disable */ | ||
| /** | ||
| * GENERATED FILE - DO NOT EDIT DIRECTLY. | ||
| * To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript | ||
| /*! | ||
| * Copyright (c) Microsoft Corporation and contributors. All rights reserved. | ||
| * Licensed under the MIT License. | ||
| */ | ||
| 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, | ||
| }, | ||
| ], | ||
| }, | ||
| }, | ||
| ]; | ||
| const config: Linter.Config[] = [...recommended]; | ||
| export default config; |
+10
-10
| { | ||
| "name": "@fluid-experimental/oldest-client-observer", | ||
| "version": "2.80.0", | ||
| "version": "2.81.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.80.0", | ||
| "@fluidframework/container-definitions": "~2.80.0", | ||
| "@fluidframework/core-interfaces": "~2.80.0", | ||
| "@fluidframework/core-utils": "~2.80.0", | ||
| "@fluidframework/driver-definitions": "~2.80.0" | ||
| "@fluid-internal/client-utils": "~2.81.0", | ||
| "@fluidframework/container-definitions": "~2.81.0", | ||
| "@fluidframework/core-interfaces": "~2.81.0", | ||
| "@fluidframework/core-utils": "~2.81.0", | ||
| "@fluidframework/driver-definitions": "~2.81.0" | ||
| }, | ||
@@ -82,7 +82,7 @@ "devDependencies": { | ||
| "@biomejs/biome": "~1.9.3", | ||
| "@fluid-private/test-dds-utils": "~2.80.0", | ||
| "@fluid-tools/build-cli": "^0.62.0", | ||
| "@fluid-private/test-dds-utils": "~2.81.0", | ||
| "@fluid-tools/build-cli": "^0.63.0", | ||
| "@fluidframework/build-common": "^2.0.3", | ||
| "@fluidframework/build-tools": "^0.62.0", | ||
| "@fluidframework/eslint-config-fluid": "~2.80.0", | ||
| "@fluidframework/build-tools": "^0.63.0", | ||
| "@fluidframework/eslint-config-fluid": "~2.81.0", | ||
| "@microsoft/api-extractor": "7.52.11", | ||
@@ -89,0 +89,0 @@ "@types/node": "^18.19.0", |
| /*! | ||
| * Copyright (c) Microsoft Corporation and contributors. All rights reserved. | ||
| * Licensed under the MIT License. | ||
| */ | ||
| module.exports = { | ||
| extends: [require.resolve("@fluidframework/eslint-config-fluid"), "prettier"], | ||
| parserOptions: { | ||
| project: "./tsconfig.json", | ||
| }, | ||
| rules: { | ||
| // #region TODO: remove these once eslint-config-fluid has been updated to 5.8.0 | ||
| "@typescript-eslint/consistent-type-exports": [ | ||
| "error", | ||
| { fixMixedExportsWithInlineTypeSpecifier: true }, | ||
| ], | ||
| "@typescript-eslint/consistent-type-imports": [ | ||
| "error", | ||
| { fixStyle: "inline-type-imports" }, | ||
| ], | ||
| "@typescript-eslint/no-import-type-side-effects": "error", | ||
| // #endregion | ||
| }, | ||
| }; |
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
78690
-1.44%57
-1.72%842
-2.66%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed