Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign 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.81.1
to
2.82.0
+4
-0
CHANGELOG.md
# @fluidframework/dds-interceptions
## 2.82.0
Dependency updates only.
## 2.81.0

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

+10
-10
{
"name": "@fluid-experimental/dds-interceptions",
"version": "2.81.1",
"version": "2.82.0",
"description": "Distributed Data Structures that support an interception callback",

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

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

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

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "~2.81.1",
"@fluid-internal/mocha-test-setup": "~2.82.0",
"@fluid-tools/build-cli": "^0.63.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/eslint-config-fluid": "~2.81.1",
"@fluidframework/test-runtime-utils": "~2.81.1",
"@fluidframework/eslint-config-fluid": "~2.82.0",
"@fluidframework/test-runtime-utils": "~2.82.0",
"@microsoft/api-extractor": "7.52.11",
"@types/diff": "^3.5.1",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/node": "~20.19.30",
"c8": "^10.1.3",

@@ -74,0 +74,0 @@ "concurrently": "^9.2.1",

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["../../../biome.jsonc"]
}