Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
1
Versions
332
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.74.0-368706
to
2.74.0
+30
eslint.config.mts
/* eslint-disable */
/**
* GENERATED FILE - DO NOT EDIT DIRECTLY.
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
*/
import type { Linter } from "eslint";
import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
const config: Linter.Config[] = [
...strict,
{
rules: {
"unicorn/numeric-separators-style": "off",
},
},
{
files: ["*.spec.ts", "*.test.ts", "src/test/**"],
rules: {
"import-x/no-nodejs-modules": [
"error",
{
"allow": ["node:assert", "node:process"],
},
],
"unicorn/consistent-function-scoping": "off",
},
},
];
export default config;
+4
-0
# @fluidframework/core-utils
## 2.74.0
Dependency updates only.
## 2.73.0

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

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

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

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "2.74.0-368706",
"@fluid-internal/mocha-test-setup": "~2.74.0",
"@fluid-tools/benchmark": "^0.51.0",
"@fluid-tools/build-cli": "^0.60.0",
"@fluid-tools/build-cli": "^0.61.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.60.0",
"@fluidframework/build-tools": "^0.61.0",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.73.0",
"@fluidframework/eslint-config-fluid": "2.74.0-368706",
"@fluidframework/eslint-config-fluid": "~2.74.0",
"@microsoft/api-extractor": "7.52.11",

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

"eslint-config-prettier": "~10.1.8",
"jiti": "^2.6.1",
"mocha": "^10.8.2",

@@ -92,0 +93,0 @@ "mocha-multi-reporters": "^1.5.1",