New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/telemetry-utils

Package Overview
Dependencies
Maintainers
2
Versions
595
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.1.0-276985

12

package.json
{
"name": "@fluidframework/telemetry-utils",
"version": "2.1.0-276326",
"version": "2.1.0-276985",
"description": "Collection of telemetry relates utilities for Fluid",

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

"dependencies": {
"@fluid-internal/client-utils": "2.1.0-276326",
"@fluidframework/core-interfaces": "2.1.0-276326",
"@fluidframework/core-utils": "2.1.0-276326",
"@fluidframework/driver-definitions": "2.1.0-276326",
"@fluid-internal/client-utils": "2.1.0-276985",
"@fluidframework/core-interfaces": "2.1.0-276985",
"@fluidframework/core-utils": "2.1.0-276985",
"@fluidframework/driver-definitions": "2.1.0-276985",
"debug": "^4.3.4",

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

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
"@fluid-tools/build-cli": "^0.39.0",

@@ -84,0 +84,0 @@ "@fluidframework/build-common": "^2.0.3",

@@ -12,6 +12,8 @@ # @fluidframework/telemetry-utils

When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
library consumers should always prefer `^`.
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
## Installation

@@ -58,7 +60,5 @@

Not finding what you're looking for in this README? Check out our [GitHub
Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
Still not finding what you're looking for? Please [file an
issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).

@@ -65,0 +65,0 @@ Thank you!