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

@fluidframework/datastore

Package Overview
Dependencies
Maintainers
1
Versions
660
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/datastore - npm Package Compare versions

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

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

+1
-1

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

export declare const pkgName = "@fluidframework/datastore";
export declare const pkgVersion = "2.80.0";
export declare const pkgVersion = "2.81.0";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -11,3 +11,3 @@ "use strict";

exports.pkgName = "@fluidframework/datastore";
exports.pkgVersion = "2.80.0";
exports.pkgVersion = "2.81.0";
//# sourceMappingURL=packageVersion.js.map

@@ -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";

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

export declare const pkgName = "@fluidframework/datastore";
export declare const pkgVersion = "2.80.0";
export declare const pkgVersion = "2.81.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/datastore";
export const pkgVersion = "2.80.0";
export const pkgVersion = "2.81.0";
//# sourceMappingURL=packageVersion.js.map
{
"name": "@fluidframework/datastore",
"version": "2.80.0",
"version": "2.81.0",
"description": "Fluid data store implementation",

@@ -72,13 +72,13 @@ "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/core-utils": "~2.80.0",
"@fluidframework/datastore-definitions": "~2.80.0",
"@fluidframework/driver-definitions": "~2.80.0",
"@fluidframework/driver-utils": "~2.80.0",
"@fluidframework/id-compressor": "~2.80.0",
"@fluidframework/runtime-definitions": "~2.80.0",
"@fluidframework/runtime-utils": "~2.80.0",
"@fluidframework/telemetry-utils": "~2.80.0",
"@fluid-internal/client-utils": "~2.81.0",
"@fluidframework/container-definitions": "~2.81.0",
"@fluidframework/core-interfaces": "~2.81.0",
"@fluidframework/core-utils": "~2.81.0",
"@fluidframework/datastore-definitions": "~2.81.0",
"@fluidframework/driver-definitions": "~2.81.0",
"@fluidframework/driver-utils": "~2.81.0",
"@fluidframework/id-compressor": "~2.81.0",
"@fluidframework/runtime-definitions": "~2.81.0",
"@fluidframework/runtime-utils": "~2.81.0",
"@fluidframework/telemetry-utils": "~2.81.0",
"uuid": "^11.1.0"

@@ -89,9 +89,9 @@ },

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

@@ -98,0 +98,0 @@ "@types/lodash": "^4.14.118",

@@ -9,2 +9,2 @@ /*!

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet