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

@fluidframework/map

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/map - npm Package Compare versions

Comparing version
2.41.0-337492
to
2.41.0-338186
+1
-1
dist/packageVersion.d.ts

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

export declare const pkgName = "@fluidframework/map";
export declare const pkgVersion = "2.41.0-337492";
export declare const pkgVersion = "2.41.0-338186";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/map";
exports.pkgVersion = "2.41.0-337492";
exports.pkgVersion = "2.41.0-338186";
//# sourceMappingURL=packageVersion.js.map

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

{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,eAAe,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.41.0-337492\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,eAAe,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.41.0-338186\";\n"]}

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

export declare const pkgName = "@fluidframework/map";
export declare const pkgVersion = "2.41.0-337492";
export declare const pkgVersion = "2.41.0-338186";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/map";
export const pkgVersion = "2.41.0-337492";
export const pkgVersion = "2.41.0-338186";
//# sourceMappingURL=packageVersion.js.map

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

{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.41.0-337492\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.41.0-338186\";\n"]}

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.52.5"
"packageVersion": "7.52.8"
}
]
}
{
"name": "@fluidframework/map",
"version": "2.41.0-337492",
"version": "2.41.0-338186",
"description": "Distributed map",

@@ -84,13 +84,13 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "2.41.0-337492",
"@fluidframework/core-interfaces": "2.41.0-337492",
"@fluidframework/core-utils": "2.41.0-337492",
"@fluidframework/datastore-definitions": "2.41.0-337492",
"@fluidframework/driver-definitions": "2.41.0-337492",
"@fluidframework/driver-utils": "2.41.0-337492",
"@fluidframework/merge-tree": "2.41.0-337492",
"@fluidframework/runtime-definitions": "2.41.0-337492",
"@fluidframework/runtime-utils": "2.41.0-337492",
"@fluidframework/shared-object-base": "2.41.0-337492",
"@fluidframework/telemetry-utils": "2.41.0-337492",
"@fluid-internal/client-utils": "2.41.0-338186",
"@fluidframework/core-interfaces": "2.41.0-338186",
"@fluidframework/core-utils": "2.41.0-338186",
"@fluidframework/datastore-definitions": "2.41.0-338186",
"@fluidframework/driver-definitions": "2.41.0-338186",
"@fluidframework/driver-utils": "2.41.0-338186",
"@fluidframework/merge-tree": "2.41.0-338186",
"@fluidframework/runtime-definitions": "2.41.0-338186",
"@fluidframework/runtime-utils": "2.41.0-338186",
"@fluidframework/shared-object-base": "2.41.0-338186",
"@fluidframework/telemetry-utils": "2.41.0-338186",
"path-browserify": "^1.0.1"

@@ -101,5 +101,5 @@ },

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "2.41.0-337492",
"@fluid-private/stochastic-test-utils": "2.41.0-337492",
"@fluid-private/test-dds-utils": "2.41.0-337492",
"@fluid-internal/mocha-test-setup": "2.41.0-338186",
"@fluid-private/stochastic-test-utils": "2.41.0-338186",
"@fluid-private/test-dds-utils": "2.41.0-338186",
"@fluid-tools/benchmark": "^0.51.0",

@@ -109,7 +109,7 @@ "@fluid-tools/build-cli": "^0.55.0",

"@fluidframework/build-tools": "^0.55.0",
"@fluidframework/container-definitions": "2.41.0-337492",
"@fluidframework/container-definitions": "2.41.0-338186",
"@fluidframework/eslint-config-fluid": "^5.7.3",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.33.0",
"@fluidframework/test-runtime-utils": "2.41.0-337492",
"@microsoft/api-extractor": "7.52.5",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.40.0",
"@fluidframework/test-runtime-utils": "2.41.0-338186",
"@microsoft/api-extractor": "7.52.8",
"@types/mocha": "^10.0.10",

@@ -116,0 +116,0 @@ "@types/node": "^18.19.0",

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

export const pkgName = "@fluidframework/map";
export const pkgVersion = "2.41.0-337492";
export const pkgVersion = "2.41.0-338186";