You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@fluid-experimental/dds-interceptions

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-experimental/dds-interceptions - npm Package Compare versions

Comparing version
2.74.0-368706
to
2.74.0
+36
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 { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
const config: Linter.Config[] = [
...recommended,
{
rules: {
"@typescript-eslint/consistent-type-imports": [
"error",
{
"fixStyle": "inline-type-imports",
},
],
"@typescript-eslint/no-import-type-side-effects": "error",
},
},
{
files: ["**/*.{ts,tsx}"],
ignores: ["**/src/test/**", "**/tests/**", "**/*.spec.ts", "**/*.test.ts"],
rules: {
"@typescript-eslint/consistent-type-exports": [
"error",
{
"fixMixedExportsWithInlineTypeSpecifier": true,
},
],
},
},
];
export default config;
+4
-0
# @fluidframework/dds-interceptions
## 2.74.0
Dependency updates only.
## 2.73.0

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

+12
-11
{
"name": "@fluid-experimental/dds-interceptions",
"version": "2.74.0-368706",
"version": "2.74.0",
"description": "Distributed Data Structures that support an interception callback",

@@ -52,7 +52,7 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/core-utils": "2.74.0-368706",
"@fluidframework/map": "2.74.0-368706",
"@fluidframework/merge-tree": "2.74.0-368706",
"@fluidframework/runtime-definitions": "2.74.0-368706",
"@fluidframework/sequence": "2.74.0-368706"
"@fluidframework/core-utils": "~2.74.0",
"@fluidframework/map": "~2.74.0",
"@fluidframework/merge-tree": "~2.74.0",
"@fluidframework/runtime-definitions": "~2.74.0",
"@fluidframework/sequence": "~2.74.0"
},

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

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

@@ -79,2 +79,3 @@ "@types/diff": "^3.5.1",

"eslint": "~8.57.1",
"jiti": "^2.6.1",
"mocha": "^10.8.2",

@@ -81,0 +82,0 @@ "mocha-multi-reporters": "^1.5.1",