Socket
Book a DemoInstallSign in
Socket

@fluidframework/container-loader

Package Overview
Dependencies
Maintainers
1
Versions
622
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-loader - npm Package Compare versions

Comparing version

to
2.61.0-355054

6

dist/legacy.d.ts

@@ -12,6 +12,7 @@ /*!

export {
// @public APIs
// #region @public APIs
ConnectionState,
// #endregion
// @legacy APIs
// #region @legacyBeta APIs
IBaseProtocolHandler,

@@ -40,2 +41,3 @@ ICodeDetailsLoader,

waitContainerToCatchUp
// #endregion
} from "./index.js";

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

export declare const pkgName = "@fluidframework/container-loader";
export declare const pkgVersion = "2.60.0";
export declare const pkgVersion = "2.61.0-355054";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/container-loader";
exports.pkgVersion = "2.60.0";
exports.pkgVersion = "2.61.0-355054";
//# sourceMappingURL=packageVersion.js.map

@@ -12,4 +12,5 @@ /*!

export {
// @public APIs
// #region @public APIs
ConnectionState
// #endregion
} from "./index.js";

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

export * from "./lib/index.js";
export * from "lib/index.js";

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

export * from "./lib/legacy.js";
export * from "lib/legacy.js";

@@ -12,6 +12,7 @@ /*!

export {
// @public APIs
// #region @public APIs
ConnectionState,
// #endregion
// @legacy APIs
// #region @legacyBeta APIs
IBaseProtocolHandler,

@@ -40,2 +41,3 @@ ICodeDetailsLoader,

waitContainerToCatchUp
// #endregion
} from "./index.js";

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

export declare const pkgName = "@fluidframework/container-loader";
export declare const pkgVersion = "2.60.0";
export declare const pkgVersion = "2.61.0-355054";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/container-loader";
export const pkgVersion = "2.60.0";
export const pkgVersion = "2.61.0-355054";
//# sourceMappingURL=packageVersion.js.map

@@ -12,4 +12,5 @@ /*!

export {
// @public APIs
// #region @public APIs
ConnectionState
// #endregion
} from "./index.js";

@@ -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.8"
"packageVersion": "7.52.11"
}
]
}
{
"name": "@fluidframework/container-loader",
"version": "2.60.0",
"version": "2.61.0-355054",
"description": "Fluid container loader",

@@ -122,9 +122,9 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "~2.60.0",
"@fluidframework/container-definitions": "~2.60.0",
"@fluidframework/core-interfaces": "~2.60.0",
"@fluidframework/core-utils": "~2.60.0",
"@fluidframework/driver-definitions": "~2.60.0",
"@fluidframework/driver-utils": "~2.60.0",
"@fluidframework/telemetry-utils": "~2.60.0",
"@fluid-internal/client-utils": "2.61.0-355054",
"@fluidframework/container-definitions": "2.61.0-355054",
"@fluidframework/core-interfaces": "2.61.0-355054",
"@fluidframework/core-utils": "2.61.0-355054",
"@fluidframework/driver-definitions": "2.61.0-355054",
"@fluidframework/driver-utils": "2.61.0-355054",
"@fluidframework/telemetry-utils": "2.61.0-355054",
"@types/events_pkg": "npm:@types/events@^3.0.0",

@@ -140,11 +140,11 @@ "@ungap/structured-clone": "^1.2.0",

"@biomejs/biome": "~1.9.3",
"@fluid-internal/client-utils": "~2.60.0",
"@fluid-internal/mocha-test-setup": "~2.60.0",
"@fluid-private/test-loader-utils": "~2.60.0",
"@fluid-tools/build-cli": "^0.57.0",
"@fluid-internal/client-utils": "2.61.0-355054",
"@fluid-internal/mocha-test-setup": "2.61.0-355054",
"@fluid-private/test-loader-utils": "2.61.0-355054",
"@fluid-tools/build-cli": "^0.58.2",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.57.0",
"@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.53.0",
"@fluidframework/build-tools": "^0.58.2",
"@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.60.0",
"@fluidframework/eslint-config-fluid": "^6.0.0",
"@microsoft/api-extractor": "7.52.8",
"@microsoft/api-extractor": "7.52.11",
"@types/debug": "^4.1.5",

@@ -156,3 +156,3 @@ "@types/double-ended-queue": "^2.1.0",

"@types/ungap__structured-clone": "^1.2.0",
"c8": "^8.0.1",
"c8": "^10.1.3",
"concurrently": "^8.2.1",

@@ -174,4 +174,4 @@ "copyfiles": "^2.4.1",

"api": "fluid-build . --task api",
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
"build": "fluid-build . --task build",

@@ -213,4 +213,4 @@ "build:api-reports": "concurrently \"npm:build:api-reports:*\"",

"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\"",
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\"",
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
"test:mocha:esm": "mocha",
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",

@@ -217,0 +217,0 @@ "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && npm run place:cjs:package-stub",

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

export const pkgName = "@fluidframework/container-loader";
export const pkgVersion = "2.60.0";
export const pkgVersion = "2.61.0-355054";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet