🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@fluidframework/telemetry-utils

Package Overview
Dependencies
Maintainers
1
Versions
608
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

to
2.33.0

24

api-report/telemetry-utils.legacy.alpha.api.md

@@ -7,3 +7,3 @@ ## Alpha API Report File for "@fluidframework/telemetry-utils"

// @alpha
// @alpha @legacy
export function createChildLogger(props?: {

@@ -15,3 +15,3 @@ logger?: ITelemetryBaseLogger;

// @alpha
// @alpha @legacy
export class EventEmitterWithErrorHandling<TEvent extends IEvent = IEvent> extends TypedEventEmitter<TEvent> {

@@ -23,3 +23,3 @@ constructor(errorHandler: (eventName: EventEmitterEventType, error: any) => void);

// @alpha
// @alpha @legacy
export interface ITelemetryErrorEventExt extends ITelemetryPropertiesExt {

@@ -29,3 +29,3 @@ eventName: string;

// @alpha
// @alpha @legacy
export interface ITelemetryGenericEventExt extends ITelemetryPropertiesExt {

@@ -36,3 +36,3 @@ category?: TelemetryEventCategory;

// @alpha
// @alpha @legacy
export interface ITelemetryLoggerExt extends ITelemetryBaseLogger {

@@ -44,6 +44,6 @@ sendErrorEvent(event: ITelemetryErrorEventExt, error?: unknown): void;

// @alpha (undocumented)
// @alpha @legacy (undocumented)
export type ITelemetryLoggerPropertyBag = Record<string, TelemetryEventPropertyTypes | (() => TelemetryEventPropertyTypes)>;
// @alpha (undocumented)
// @alpha @legacy (undocumented)
export interface ITelemetryLoggerPropertyBags {

@@ -56,3 +56,3 @@ // (undocumented)

// @alpha
// @alpha @legacy
export interface ITelemetryPerformanceEventExt extends ITelemetryGenericEventExt {

@@ -62,12 +62,12 @@ duration?: number;

// @alpha
// @alpha @legacy
export type ITelemetryPropertiesExt = Record<string, TelemetryEventPropertyTypeExt | Tagged<TelemetryEventPropertyTypeExt>>;
// @alpha
// @alpha @legacy
export type TelemetryEventCategory = "generic" | "error" | "performance";
// @alpha
// @alpha @legacy
export type TelemetryEventPropertyTypeExt = string | number | boolean | undefined | (string | number | boolean)[] | Record<string, string | number | boolean | undefined | (string | number | boolean)[]>;
// @alpha (undocumented)
// @alpha @legacy (undocumented)
export type TelemetryEventPropertyTypes = ITelemetryPropertiesExt[string];

@@ -74,0 +74,0 @@

# @fluidframework/telemetry-utils
## 2.33.0
Dependency updates only.
## 2.32.0

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

@@ -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.50.1"
"packageVersion": "7.52.5"
}
]
}
{
"name": "@fluidframework/telemetry-utils",
"version": "2.33.0-333010",
"version": "2.33.0",
"description": "Collection of telemetry relates utilities for Fluid",

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

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

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

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "2.33.0-333010",
"@fluid-internal/mocha-test-setup": "~2.33.0",
"@fluid-tools/build-cli": "^0.55.0",

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

"@fluidframework/eslint-config-fluid": "^5.7.3",
"@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.31.0",
"@microsoft/api-extractor": "7.50.1",
"@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.32.0",
"@microsoft/api-extractor": "7.52.5",
"@types/debug": "^4.1.5",

@@ -104,3 +104,2 @@ "@types/mocha": "^10.0.10",

"mocha-multi-reporters": "^1.5.1",
"moment": "^2.21.0",
"rimraf": "^4.4.0",

@@ -107,0 +106,0 @@ "sinon": "^18.0.1",