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

@fluidframework/runtime-utils

Package Overview
Dependencies
Maintainers
1
Versions
598
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/runtime-utils - npm Package Compare versions

Comparing version

to
2.21.0

4

CHANGELOG.md
# @fluidframework/runtime-utils
## 2.21.0
Dependency updates only.
## 2.20.0

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

30

package.json
{
"name": "@fluidframework/runtime-utils",
"version": "2.20.0",
"version": "2.21.0",
"description": "Collection of utility functions for Fluid Runtime",

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

"dependencies": {
"@fluid-internal/client-utils": "~2.20.0",
"@fluidframework/container-definitions": "~2.20.0",
"@fluidframework/container-runtime-definitions": "~2.20.0",
"@fluidframework/core-interfaces": "~2.20.0",
"@fluidframework/core-utils": "~2.20.0",
"@fluidframework/datastore-definitions": "~2.20.0",
"@fluidframework/driver-definitions": "~2.20.0",
"@fluidframework/driver-utils": "~2.20.0",
"@fluidframework/runtime-definitions": "~2.20.0",
"@fluidframework/telemetry-utils": "~2.20.0"
"@fluid-internal/client-utils": "~2.21.0",
"@fluidframework/container-definitions": "~2.21.0",
"@fluidframework/container-runtime-definitions": "~2.21.0",
"@fluidframework/core-interfaces": "~2.21.0",
"@fluidframework/core-utils": "~2.21.0",
"@fluidframework/datastore-definitions": "~2.21.0",
"@fluidframework/driver-definitions": "~2.21.0",
"@fluidframework/driver-utils": "~2.21.0",
"@fluidframework/runtime-definitions": "~2.21.0",
"@fluidframework/telemetry-utils": "~2.21.0"
},

@@ -87,8 +87,8 @@ "devDependencies": {

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "~2.20.0",
"@fluid-internal/mocha-test-setup": "~2.21.0",
"@fluid-tools/build-cli": "^0.51.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.51.0",
"@fluidframework/eslint-config-fluid": "^5.6.0",
"@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.13.0",
"@fluidframework/eslint-config-fluid": "^5.7.3",
"@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.20.0",
"@microsoft/api-extractor": "7.47.8",

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

"ci:build:docs": "api-extractor run",
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
"eslint": "eslint --format stylish src",

@@ -148,0 +148,0 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",