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

Package Overview
Dependencies
Maintainers
1
Versions
556
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/driver-definitions - npm Package Compare versions

Comparing version
2.80.0
to
2.81.0
+4
-0
CHANGELOG.md
# @fluidframework/driver-definitions
## 2.81.0
Dependency updates only.
## 2.80.0

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

+4
-4

@@ -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 { strict } from "../../../common/build/eslint-config-fluid/flat.mts";

{
"name": "@fluidframework/driver-definitions",
"version": "2.80.0",
"version": "2.81.0",
"description": "Fluid driver definitions",

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

"dependencies": {
"@fluidframework/core-interfaces": "~2.80.0"
"@fluidframework/core-interfaces": "~2.81.0"
},

@@ -56,7 +56,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/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.74.0",
"@fluidframework/eslint-config-fluid": "~2.80.0",
"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.80.0",
"@fluidframework/eslint-config-fluid": "~2.81.0",
"@microsoft/api-extractor": "7.52.11",

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

/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
module.exports = {
extends: [require.resolve("@fluidframework/eslint-config-fluid/strict"), "prettier"],
rules: {
// TODO: Enabling this may require breaking changes.
"@typescript-eslint/consistent-indexed-object-style": "off",
},
};