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

@fluidframework/runtime-utils

Package Overview
Dependencies
Maintainers
3
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/runtime-utils - npm Package Compare versions

Comparing version
0.38.0-22040
to
0.38.0
+1
-1
dist/packageVersion.d.ts

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

export declare const pkgName = "@fluidframework/runtime-utils";
export declare const pkgVersion = "0.38.0-22040";
export declare const pkgVersion = "0.38.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,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,WAAW,CAAC"}

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

exports.pkgName = "@fluidframework/runtime-utils";
exports.pkgVersion = "0.38.0-22040";
exports.pkgVersion = "0.38.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,+BAA+B,CAAC;AAC1C,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation. 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/runtime-utils\";\nexport const pkgVersion = \"0.38.0-22040\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,+BAA+B,CAAC;AAC1C,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation. 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/runtime-utils\";\nexport const pkgVersion = \"0.38.0\";\n"]}

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

export declare const pkgName = "@fluidframework/runtime-utils";
export declare const pkgVersion = "0.38.0-22040";
export declare const pkgVersion = "0.38.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,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,kCAAkC,CAAC;AACvD,eAAO,MAAM,UAAU,WAAW,CAAC"}

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

export const pkgName = "@fluidframework/runtime-utils";
export const pkgVersion = "0.38.0-22040";
export const pkgVersion = "0.38.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,+BAA+B,CAAC;AACvD,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation. 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/runtime-utils\";\nexport const pkgVersion = \"0.38.0-22040\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,+BAA+B,CAAC;AACvD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation. 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/runtime-utils\";\nexport const pkgVersion = \"0.38.0\";\n"]}
{
"name": "@fluidframework/runtime-utils",
"version": "0.38.0-22040",
"version": "0.38.0",
"description": "Collection of utility functions for Fluid Runtime",

@@ -59,15 +59,15 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.29.0-0",
"@fluidframework/core-interfaces": "0.38.0-22040",
"@fluidframework/datastore-definitions": "0.38.0-22040",
"@fluidframework/garbage-collector": "0.38.0-22040",
"@fluidframework/protocol-base": "^0.1022.0-0",
"@fluidframework/protocol-definitions": "^0.1022.0-0",
"@fluidframework/runtime-definitions": "0.38.0-22040",
"@fluidframework/common-utils": "^0.29.0",
"@fluidframework/core-interfaces": "^0.38.0",
"@fluidframework/datastore-definitions": "^0.38.0",
"@fluidframework/garbage-collector": "^0.38.0",
"@fluidframework/protocol-base": "^0.1022.0",
"@fluidframework/protocol-definitions": "^0.1022.0",
"@fluidframework/runtime-definitions": "^0.38.0",
"assert": "^2.0.0"
},
"devDependencies": {
"@fluidframework/build-common": "^0.21.0-0",
"@fluidframework/build-common": "^0.21.0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/mocha-test-setup": "0.38.0-22040",
"@fluidframework/mocha-test-setup": "^0.38.0",
"@microsoft/api-extractor": "^7.13.1",

@@ -74,0 +74,0 @@ "@types/assert": "^1.5.2",

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

export const pkgName = "@fluidframework/runtime-utils";
export const pkgVersion = "0.38.0-22040";
export const pkgVersion = "0.38.0";