You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
1
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/core-utils - npm Package Compare versions

Comparing version
2.62.0-356644
to
2.62.0
+4
-0
CHANGELOG.md
# @fluidframework/core-utils
## 2.62.0
Dependency updates only.
## 2.61.0

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

+3
-3
{
"name": "@fluidframework/core-utils",
"version": "2.62.0-356644",
"version": "2.62.0",
"description": "Not intended for use outside the Fluid client repo.",

@@ -72,3 +72,3 @@ "homepage": "https://fluidframework.com",

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "2.62.0-356644",
"@fluid-internal/mocha-test-setup": "~2.62.0",
"@fluid-tools/benchmark": "^0.51.0",

@@ -141,3 +141,3 @@ "@fluid-tools/build-cli": "^0.58.3",

"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
"test:mocha:esm": "mocha",

@@ -144,0 +144,0 @@ "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",