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/container-definitions

Package Overview
Dependencies
Maintainers
1
Versions
565
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-definitions - 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: {
"@typescript-eslint/consistent-indexed-object-style": "off",
"@typescript-eslint/unbound-method": "off",
},
},
{
files: ["*.spec.ts", "src/test/**"],
rules: {
"import-x/no-nodejs-modules": [
"error",
{
"allow": ["assert"],
},
],
},
},
];
export default config;
+13
-0
# @fluidframework/container-definitions
## 2.74.0
### Minor Changes
- Some keys in IFluidCodeDetailsConfig are now reserved for Fluid Framework use ([#25641](https://github.com/microsoft/FluidFramework/pull/25641)) [1eaf526c813](https://github.com/microsoft/FluidFramework/commit/1eaf526c813c8e36fc0ad52649b80e2b0c055853)
The keys of [`IFluidCodeDetailsConfig`](https://fluidframework.com/docs/api/container-definitions/ifluidcodedetailsconfig-interface)
(the [type of the `config` property on `IFluidCodeDetails`](https://fluidframework.com/docs/api/container-definitions/ifluidcodedetails-interface#config-propertysignature))
used to be entirely free for consumer use.
Going forward, keys with the `"FluidFramework."` prefix are reserved for Fluid Framework's internal use.
We do not expect this to affect any consumers.
## 2.73.0

@@ -4,0 +17,0 @@

+7
-6
{
"name": "@fluidframework/container-definitions",
"version": "2.74.0-368706",
"version": "2.74.0",
"description": "Fluid container definitions",

@@ -50,4 +50,4 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/core-interfaces": "2.74.0-368706",
"@fluidframework/driver-definitions": "2.74.0-368706"
"@fluidframework/core-interfaces": "~2.74.0",
"@fluidframework/driver-definitions": "~2.74.0"
},

@@ -57,7 +57,7 @@ "devDependencies": {

"@biomejs/biome": "~1.9.3",
"@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/container-definitions-previous": "npm:@fluidframework/container-definitions@2.73.0",
"@fluidframework/eslint-config-fluid": "2.74.0-368706",
"@fluidframework/eslint-config-fluid": "~2.74.0",
"@microsoft/api-extractor": "7.52.11",

@@ -67,2 +67,3 @@ "concurrently": "^8.2.1",

"eslint": "~8.57.1",
"jiti": "^2.6.1",
"rimraf": "^4.4.0",

@@ -69,0 +70,0 @@ "typescript": "~5.4.5"