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/shared-object-base

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/shared-object-base - npm Package Compare versions

Comparing version
2.90.0-378676
to
2.90.0
+4
-0
CHANGELOG.md
# @fluidframework/shared-object-base
## 2.90.0
Dependency updates only.
## 2.83.0

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

+1
-1

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

export declare const pkgName = "@fluidframework/shared-object-base";
export declare const pkgVersion = "2.90.0-378676";
export declare const pkgVersion = "2.90.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,kBAAkB,CAAC"}
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,WAAW,CAAC"}

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

exports.pkgName = "@fluidframework/shared-object-base";
exports.pkgVersion = "2.90.0-378676";
exports.pkgVersion = "2.90.0";
//# 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,oCAAoC,CAAC;AAC/C,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/shared-object-base\";\nexport const pkgVersion = \"2.90.0-378676\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,oCAAoC,CAAC;AAC/C,QAAA,UAAU,GAAG,QAAQ,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/shared-object-base\";\nexport const pkgVersion = \"2.90.0\";\n"]}

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

export declare const pkgName = "@fluidframework/shared-object-base";
export declare const pkgVersion = "2.90.0-378676";
export declare const pkgVersion = "2.90.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,kBAAkB,CAAC"}
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,uCAAuC,CAAC;AAC5D,eAAO,MAAM,UAAU,WAAW,CAAC"}

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

export const pkgName = "@fluidframework/shared-object-base";
export const pkgVersion = "2.90.0-378676";
export const pkgVersion = "2.90.0";
//# 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,oCAAoC,CAAC;AAC5D,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/shared-object-base\";\nexport const pkgVersion = \"2.90.0-378676\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,oCAAoC,CAAC;AAC5D,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,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/shared-object-base\";\nexport const pkgVersion = \"2.90.0\";\n"]}
{
"name": "@fluidframework/shared-object-base",
"version": "2.90.0-378676",
"version": "2.90.0",
"description": "Fluid base class for shared distributed data structures",

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

"dependencies": {
"@fluid-internal/client-utils": "2.90.0-378676",
"@fluidframework/container-definitions": "2.90.0-378676",
"@fluidframework/core-interfaces": "2.90.0-378676",
"@fluidframework/core-utils": "2.90.0-378676",
"@fluidframework/datastore": "2.90.0-378676",
"@fluidframework/datastore-definitions": "2.90.0-378676",
"@fluidframework/driver-definitions": "2.90.0-378676",
"@fluidframework/id-compressor": "2.90.0-378676",
"@fluidframework/runtime-definitions": "2.90.0-378676",
"@fluidframework/runtime-utils": "2.90.0-378676",
"@fluidframework/telemetry-utils": "2.90.0-378676",
"@fluid-internal/client-utils": "~2.90.0",
"@fluidframework/container-definitions": "~2.90.0",
"@fluidframework/core-interfaces": "~2.90.0",
"@fluidframework/core-utils": "~2.90.0",
"@fluidframework/datastore": "~2.90.0",
"@fluidframework/datastore-definitions": "~2.90.0",
"@fluidframework/driver-definitions": "~2.90.0",
"@fluidframework/id-compressor": "~2.90.0",
"@fluidframework/runtime-definitions": "~2.90.0",
"@fluidframework/runtime-utils": "~2.90.0",
"@fluidframework/telemetry-utils": "~2.90.0",
"uuid": "^11.1.0"

@@ -89,10 +89,10 @@ },

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "2.90.0-378676",
"@fluid-private/test-pairwise-generator": "2.90.0-378676",
"@fluid-internal/mocha-test-setup": "~2.90.0",
"@fluid-private/test-pairwise-generator": "~2.90.0",
"@fluid-tools/build-cli": "^0.63.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/eslint-config-fluid": "2.90.0-378676",
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.82.0",
"@fluidframework/test-runtime-utils": "2.90.0-378676",
"@fluidframework/eslint-config-fluid": "~2.90.0",
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.83.0",
"@fluidframework/test-runtime-utils": "~2.90.0",
"@microsoft/api-extractor": "7.52.11",

@@ -110,5 +110,5 @@ "@types/benchmark": "^2.1.0",

"jiti": "^2.6.1",
"mocha": "^10.8.2",
"mocha": "^11.7.5",
"mocha-multi-reporters": "^1.5.1",
"rimraf": "^6.1.2",
"rimraf": "^6.1.3",
"sinon": "^18.0.1",

@@ -115,0 +115,0 @@ "ts-node": "^10.9.2",

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

export const pkgName = "@fluidframework/shared-object-base";
export const pkgVersion = "2.90.0-378676";
export const pkgVersion = "2.90.0";