New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/runtime-definitions

Package Overview
Dependencies
Maintainers
2
Versions
590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/runtime-definitions - npm Package Compare versions

Comparing version 2.0.0-dev-rc.5.0.0.270401 to 2.0.0-dev-rc.5.0.0.270987

biome.jsonc

2

api-report/runtime-definitions.alpha.api.md

@@ -160,3 +160,3 @@ ## Alpha API Report File for "@fluidframework/runtime-definitions"

readonly entryPoint: IFluidHandleInternal<FluidObject>;
getAttachGCData?(telemetryContext?: ITelemetryContext): IGarbageCollectionData;
getAttachGCData(telemetryContext?: ITelemetryContext): IGarbageCollectionData;
getAttachSummary(telemetryContext?: ITelemetryContext): ISummaryTreeWithStats;

@@ -163,0 +163,0 @@ getGCData(fullGC?: boolean): Promise<IGarbageCollectionData>;

@@ -235,3 +235,3 @@ /*!

*/
getAttachGCData?(telemetryContext?: ITelemetryContext): IGarbageCollectionData;
getAttachGCData(telemetryContext?: ITelemetryContext): IGarbageCollectionData;
/**

@@ -238,0 +238,0 @@ * Processes the op.

@@ -235,3 +235,3 @@ /*!

*/
getAttachGCData?(telemetryContext?: ITelemetryContext): IGarbageCollectionData;
getAttachGCData(telemetryContext?: ITelemetryContext): IGarbageCollectionData;
/**

@@ -238,0 +238,0 @@ * Processes the op.

{
"name": "@fluidframework/runtime-definitions",
"version": "2.0.0-dev-rc.5.0.0.270401",
"version": "2.0.0-dev-rc.5.0.0.270987",
"description": "Fluid Runtime definitions",

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

"dependencies": {
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/id-compressor": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270401"
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/id-compressor": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270987"
},

@@ -60,5 +60,5 @@ "devDependencies": {

"@biomejs/biome": "^1.7.3",
"@fluid-tools/build-cli": "^0.39.0-264124",
"@fluid-tools/build-cli": "^0.39.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.39.0-264124",
"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",

@@ -98,2 +98,5 @@ "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-rc.4.0.0",

"backCompat": false
},
"InterfaceDeclaration_IFluidDataStoreChannel": {
"forwardCompat": false
}

@@ -114,2 +117,4 @@ }

"check:are-the-types-wrong": "attw --pack .",
"check:biome": "biome check . --formatter-enabled=true",
"check:format": "npm run check:prettier",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",

@@ -121,3 +126,4 @@ "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",

"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "fluid-build --task format .",
"format": "npm run format:prettier",
"format:biome": "biome check . --formatter-enabled=true --apply",
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",

@@ -124,0 +130,0 @@ "lint": "fluid-build . --task lint",

@@ -295,3 +295,3 @@ /*!

*/
getAttachGCData?(telemetryContext?: ITelemetryContext): IGarbageCollectionData;
getAttachGCData(telemetryContext?: ITelemetryContext): IGarbageCollectionData;

@@ -298,0 +298,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc