🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@fluidframework/telemetry-utils

Package Overview
Dependencies
Maintainers
1
Versions
666
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.92.0
to
2.93.0
+4
-0
CHANGELOG.md
# @fluidframework/telemetry-utils
## 2.93.0
Dependency updates only.
## 2.92.0

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

+1
-1

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

import type { Linter } from "eslint";
import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
import { strict } from "@fluidframework/eslint-config-fluid/flat.mts";

@@ -10,0 +10,0 @@ const config: Linter.Config[] = [...strict];

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.52.11"
"packageVersion": "7.58.1"
}
]
}
{
"name": "@fluidframework/telemetry-utils",
"version": "2.92.0",
"version": "2.93.0",
"description": "Collection of telemetry relates utilities for Fluid",

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

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

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

"@biomejs/biome": "~2.4.5",
"@fluid-internal/mocha-test-setup": "~2.92.0",
"@fluid-internal/mocha-test-setup": "~2.93.0",
"@fluid-tools/build-cli": "^0.64.0",

@@ -89,7 +89,7 @@ "@fluidframework/build-common": "^2.0.3",

"@fluidframework/eslint-config-fluid": "^9.0.0",
"@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.91.0",
"@microsoft/api-extractor": "7.52.11",
"@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.92.0",
"@microsoft/api-extractor": "7.58.1",
"@types/debug": "^4.1.5",
"@types/mocha": "^10.0.10",
"@types/node": "~20.19.30",
"@types/node": "~22.19.17",
"@types/sinon": "^17.0.3",

@@ -155,5 +155,4 @@ "c8": "^10.1.3",

"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
"typetests:gen": "flub generate typetests --dir . -v",
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
"typetests:gen": "flub generate typetests --dir . -v"
}
}

@@ -60,3 +60,3 @@ # @fluidframework/telemetry-utils

- NodeJs ^20.10.0 except that we will drop support for it [when NodeJs 20 loses its upstream support on 2026-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS (22) at least 1 year before 20 is end-of-life. This same policy applies to NodeJS 22 when it is end of life (2027-04-30).
- NodeJs ^22.22.2 except that we will drop support for it [when NodeJs 22 loses its upstream support on 2027-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS at least 1 year before 22 is end-of-life.
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.

@@ -63,0 +63,0 @@ - Modern browsers supporting the es2022 standard library: in response to asks we can add explicit support for using babel to polyfill to target specific standards or runtimes (meaning we can avoid/remove use of things that don't polyfill robustly, but otherwise target modern standards).