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

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
2
Versions
267
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

to
2.1.0-276985

4

package.json
{
"name": "@fluidframework/core-utils",
"version": "2.1.0-276326",
"version": "2.1.0-276985",
"description": "Not intended for use outside the Fluid client repo.",

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

"@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/benchmark": "^0.47.0",

@@ -75,0 +75,0 @@ "@fluid-tools/build-cli": "^0.39.0",

@@ -46,6 +46,8 @@ # @fluidframework/core-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 `~`.
<!-- prettier-ignore-end -->

@@ -52,0 +54,0 @@