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

@fluidframework/telemetry-utils

Package Overview
Dependencies
Maintainers
1
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/telemetry-utils - npm Package Compare versions

Comparing version
2.70.0
to
2.71.0
+4
-0
CHANGELOG.md
# @fluidframework/telemetry-utils
## 2.71.0
Dependency updates only.
## 2.70.0

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

+10
-10
{
"name": "@fluidframework/telemetry-utils",
"version": "2.70.0",
"version": "2.71.0",
"description": "Collection of telemetry relates utilities for Fluid",

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

"dependencies": {
"@fluid-internal/client-utils": "~2.70.0",
"@fluidframework/core-interfaces": "~2.70.0",
"@fluidframework/core-utils": "~2.70.0",
"@fluidframework/driver-definitions": "~2.70.0",
"@fluid-internal/client-utils": "~2.71.0",
"@fluidframework/core-interfaces": "~2.71.0",
"@fluidframework/core-utils": "~2.71.0",
"@fluidframework/driver-definitions": "~2.71.0",
"debug": "^4.3.4",

@@ -83,8 +83,8 @@ "uuid": "^11.1.0"

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "~2.70.0",
"@fluid-internal/mocha-test-setup": "~2.71.0",
"@fluid-tools/build-cli": "^0.58.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.63.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.70.0",
"@microsoft/api-extractor": "7.52.11",

@@ -140,4 +140,4 @@ "@types/debug": "^4.1.5",

"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
"eslint": "eslint --format stylish src",
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"eslint": "eslint --quiet --format stylish src",
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run format:biome",

@@ -144,0 +144,0 @@ "format:biome": "biome check . --write",