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

Package Overview
Dependencies
Maintainers
1
Versions
661
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.80.0
to
2.81.0-374083
+4
-4
eslint.config.mts

@@ -1,6 +0,6 @@

/* eslint-disable */
/**
* GENERATED FILE - DO NOT EDIT DIRECTLY.
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import type { Linter } from "eslint";

@@ -7,0 +7,0 @@ import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";

{
"name": "@fluidframework/runtime-definitions",
"version": "2.80.0",
"version": "2.81.0-374083",
"description": "Fluid Runtime definitions",

@@ -60,8 +60,8 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "~2.80.0",
"@fluidframework/container-definitions": "~2.80.0",
"@fluidframework/core-interfaces": "~2.80.0",
"@fluidframework/driver-definitions": "~2.80.0",
"@fluidframework/id-compressor": "~2.80.0",
"@fluidframework/telemetry-utils": "~2.80.0"
"@fluid-internal/client-utils": "2.81.0-374083",
"@fluidframework/container-definitions": "2.81.0-374083",
"@fluidframework/core-interfaces": "2.81.0-374083",
"@fluidframework/driver-definitions": "2.81.0-374083",
"@fluidframework/id-compressor": "2.81.0-374083",
"@fluidframework/telemetry-utils": "2.81.0-374083"
},

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

"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.62.0",
"@fluid-tools/build-cli": "^0.63.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.62.0",
"@fluidframework/eslint-config-fluid": "~2.80.0",
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.74.0",
"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/eslint-config-fluid": "2.81.0-374083",
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.80.0",
"@microsoft/api-extractor": "7.52.11",

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

Sorry, the diff of this file is not supported yet

/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
module.exports = {
parserOptions: {
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
},
extends: ["@fluidframework/eslint-config-fluid", "prettier"],
};