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-internal/client-utils

Package Overview
Dependencies
Maintainers
1
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-internal/client-utils - npm Package Compare versions

Comparing version
2.80.0
to
2.81.0
+4
-0
CHANGELOG.md
# @fluid-internal/client-utils
## 2.81.0
Dependency updates only.
## 2.80.0

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

+1
-1

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

*/
export declare const generation = 3;
export declare const generation = 4;
//# sourceMappingURL=layerGenerationState.d.ts.map

@@ -14,3 +14,3 @@ "use strict";

*/
exports.generation = 3;
exports.generation = 4;
//# sourceMappingURL=layerGenerationState.js.map

@@ -1,6 +0,6 @@

/* 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";

@@ -7,0 +7,0 @@ import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";

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

*/
export declare const generation = 3;
export declare const generation = 4;
//# sourceMappingURL=layerGenerationState.d.ts.map

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

*/
export const generation = 3;
export const generation = 4;
//# sourceMappingURL=layerGenerationState.js.map
{
"name": "@fluid-internal/client-utils",
"version": "2.80.0",
"version": "2.81.0",
"description": "Not intended for use outside the Fluid Framework.",

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

"dependencies": {
"@fluidframework/core-interfaces": "~2.80.0",
"@fluidframework/core-utils": "~2.80.0",
"@fluidframework/core-interfaces": "~2.81.0",
"@fluidframework/core-utils": "~2.81.0",
"@types/events_pkg": "npm:@types/events@^3.0.0",

@@ -92,12 +92,12 @@ "base64-js": "^1.5.1",

"@biomejs/biome": "~1.9.3",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.74.0",
"@fluid-internal/mocha-test-setup": "~2.80.0",
"@fluid-tools/build-cli": "^0.62.0",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.80.0",
"@fluid-internal/mocha-test-setup": "~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",
"@types/base64-js": "^1.3.2",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "~2.80.0",
"@types/jest-environment-puppeteer": "~2.81.0",
"@types/mocha": "^10.0.10",

@@ -210,5 +210,5 @@ "@types/node": "^18.19.0",

"fluidCompatMetadata": {
"generation": 3,
"releaseDate": "2025-12-15",
"releasePkgVersion": "2.74.0"
"generation": 4,
"releaseDate": "2026-01-20",
"releasePkgVersion": "2.81.0"
},

@@ -215,0 +215,0 @@ "typeValidation": {

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

*/
export const generation = 3;
export const generation = 4;
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
module.exports = {
extends: [require.resolve("@fluidframework/eslint-config-fluid/strict"), "prettier"],
parserOptions: {
project: [
"./tsconfig.json",
"./src/test/mocha/tsconfig.json",
"./src/test/jest/tsconfig.cjs.json",
"./src/test/types/tsconfig.json",
],
},
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet