Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
1
Versions
336
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
2.70.0
to
2.71.0
+4
-0
CHANGELOG.md
# @fluidframework/core-utils
## 2.71.0
Dependency updates only.
## 2.70.0

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

+6
-6
{
"name": "@fluidframework/core-utils",
"version": "2.70.0",
"version": "2.71.0",
"description": "Not intended for use outside the Fluid client repo.",

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

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "~2.70.0",
"@fluid-internal/mocha-test-setup": "~2.71.0",
"@fluid-tools/benchmark": "^0.51.0",

@@ -78,4 +78,4 @@ "@fluid-tools/build-cli": "^0.58.3",

"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.63.0",
"@fluidframework/eslint-config-fluid": "^6.1.0",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.70.0",
"@fluidframework/eslint-config-fluid": "^7.0.0",
"@microsoft/api-extractor": "7.52.11",

@@ -132,4 +132,4 @@ "@types/mocha": "^10.0.10",

"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
"eslint": "eslint --format stylish src",
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"eslint": "eslint --quiet --format stylish src",
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run format:biome",

@@ -136,0 +136,0 @@ "format:biome": "biome check . --write",