@fluidframework/core-utils
Advanced tools
| /* 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", |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
469856
0.15%167
0.6%0
-100%25
4.17%