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.81.1
to
2.82.0
+4
-0
CHANGELOG.md
# @fluid-internal/client-utils
## 2.82.0
Dependency updates only.
## 2.81.0

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

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

{
// Override @typescript-eslint/parser to use explicit project list instead of projectService.
// This package has non-standard test directories (mocha/, jest/, types/) that
// typescript-eslint's projectService can't auto-discover.
files: ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts"],

@@ -14,0 +17,0 @@ languageOptions: {

+7
-7
{
"name": "@fluid-internal/client-utils",
"version": "2.81.1",
"version": "2.82.0",
"description": "Not intended for use outside the Fluid Framework.",

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

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

@@ -93,13 +93,13 @@ "base64-js": "^1.5.1",

"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.81.0",
"@fluid-internal/mocha-test-setup": "~2.81.1",
"@fluid-internal/mocha-test-setup": "~2.82.0",
"@fluid-tools/build-cli": "^0.63.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/eslint-config-fluid": "~2.81.1",
"@fluidframework/eslint-config-fluid": "~2.82.0",
"@microsoft/api-extractor": "7.52.11",
"@types/base64-js": "^1.3.2",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "~2.81.1",
"@types/jest-environment-puppeteer": "~2.82.0",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/node": "~20.19.30",
"@types/rewire": "^2.5.30",

@@ -106,0 +106,0 @@ "@types/sha.js": "^2.4.4",

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["../../../biome.jsonc"]
}