New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@fluidframework/protocol-base

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/protocol-base - npm Package Compare versions

Comparing version 0.1038.2000 to 0.1038.3000-104407

@@ -5,7 +5,7 @@ /*!

*/
export * from "./blobs";
export * from "./protocol";
export * from "./quorum";
export * from "./utils";
export * from "./scribeHelper";
export { addBlobToTree, AttachmentTreeEntry, BlobTreeEntry, buildHierarchy, getGitMode, getGitType, TreeTreeEntry, } from "./blobs";
export { ILocalSequencedClient, IProtocolHandler, IScribeProtocolState, isSystemMessage, ProtocolOpHandler, } from "./protocol";
export { IQuorumSnapshot, Quorum, QuorumClients, QuorumClientsSnapshot, QuorumProposals, QuorumProposalsSnapshot, } from "./quorum";
export { generateServiceProtocolEntries, getQuorumTreeEntries, mergeAppAndProtocolTree } from "./scribeHelper";
export { isServiceMessageType } from "./utils";
//# sourceMappingURL=index.d.ts.map

@@ -6,18 +6,25 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./blobs"), exports);
__exportStar(require("./protocol"), exports);
__exportStar(require("./quorum"), exports);
__exportStar(require("./utils"), exports);
__exportStar(require("./scribeHelper"), exports);
exports.isServiceMessageType = exports.mergeAppAndProtocolTree = exports.getQuorumTreeEntries = exports.generateServiceProtocolEntries = exports.QuorumProposals = exports.QuorumClients = exports.Quorum = exports.ProtocolOpHandler = exports.isSystemMessage = exports.TreeTreeEntry = exports.getGitType = exports.getGitMode = exports.buildHierarchy = exports.BlobTreeEntry = exports.AttachmentTreeEntry = exports.addBlobToTree = void 0;
var blobs_1 = require("./blobs");
Object.defineProperty(exports, "addBlobToTree", { enumerable: true, get: function () { return blobs_1.addBlobToTree; } });
Object.defineProperty(exports, "AttachmentTreeEntry", { enumerable: true, get: function () { return blobs_1.AttachmentTreeEntry; } });
Object.defineProperty(exports, "BlobTreeEntry", { enumerable: true, get: function () { return blobs_1.BlobTreeEntry; } });
Object.defineProperty(exports, "buildHierarchy", { enumerable: true, get: function () { return blobs_1.buildHierarchy; } });
Object.defineProperty(exports, "getGitMode", { enumerable: true, get: function () { return blobs_1.getGitMode; } });
Object.defineProperty(exports, "getGitType", { enumerable: true, get: function () { return blobs_1.getGitType; } });
Object.defineProperty(exports, "TreeTreeEntry", { enumerable: true, get: function () { return blobs_1.TreeTreeEntry; } });
var protocol_1 = require("./protocol");
Object.defineProperty(exports, "isSystemMessage", { enumerable: true, get: function () { return protocol_1.isSystemMessage; } });
Object.defineProperty(exports, "ProtocolOpHandler", { enumerable: true, get: function () { return protocol_1.ProtocolOpHandler; } });
var quorum_1 = require("./quorum");
Object.defineProperty(exports, "Quorum", { enumerable: true, get: function () { return quorum_1.Quorum; } });
Object.defineProperty(exports, "QuorumClients", { enumerable: true, get: function () { return quorum_1.QuorumClients; } });
Object.defineProperty(exports, "QuorumProposals", { enumerable: true, get: function () { return quorum_1.QuorumProposals; } });
var scribeHelper_1 = require("./scribeHelper");
Object.defineProperty(exports, "generateServiceProtocolEntries", { enumerable: true, get: function () { return scribeHelper_1.generateServiceProtocolEntries; } });
Object.defineProperty(exports, "getQuorumTreeEntries", { enumerable: true, get: function () { return scribeHelper_1.getQuorumTreeEntries; } });
Object.defineProperty(exports, "mergeAppAndProtocolTree", { enumerable: true, get: function () { return scribeHelper_1.mergeAppAndProtocolTree; } });
var utils_1 = require("./utils");
Object.defineProperty(exports, "isServiceMessageType", { enumerable: true, get: function () { return utils_1.isServiceMessageType; } });
//# sourceMappingURL=index.js.map

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

export declare const pkgName = "@fluidframework/protocol-base";
export declare const pkgVersion = "0.1038.2000";
export declare const pkgVersion = "0.1038.3000-104407";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/protocol-base";
exports.pkgVersion = "0.1038.2000";
exports.pkgVersion = "0.1038.3000-104407";
//# sourceMappingURL=packageVersion.js.map

@@ -5,7 +5,7 @@ /*!

*/
export * from "./blobs";
export * from "./protocol";
export * from "./quorum";
export * from "./utils";
export * from "./scribeHelper";
export { addBlobToTree, AttachmentTreeEntry, BlobTreeEntry, buildHierarchy, getGitMode, getGitType, TreeTreeEntry, } from "./blobs";
export { ILocalSequencedClient, IProtocolHandler, IScribeProtocolState, isSystemMessage, ProtocolOpHandler, } from "./protocol";
export { IQuorumSnapshot, Quorum, QuorumClients, QuorumClientsSnapshot, QuorumProposals, QuorumProposalsSnapshot, } from "./quorum";
export { generateServiceProtocolEntries, getQuorumTreeEntries, mergeAppAndProtocolTree } from "./scribeHelper";
export { isServiceMessageType } from "./utils";
//# sourceMappingURL=index.d.ts.map

@@ -5,7 +5,7 @@ /*!

*/
export * from "./blobs";
export * from "./protocol";
export * from "./quorum";
export * from "./utils";
export * from "./scribeHelper";
export { addBlobToTree, AttachmentTreeEntry, BlobTreeEntry, buildHierarchy, getGitMode, getGitType, TreeTreeEntry, } from "./blobs";
export { isSystemMessage, ProtocolOpHandler, } from "./protocol";
export { Quorum, QuorumClients, QuorumProposals, } from "./quorum";
export { generateServiceProtocolEntries, getQuorumTreeEntries, mergeAppAndProtocolTree } from "./scribeHelper";
export { isServiceMessageType } from "./utils";
//# sourceMappingURL=index.js.map

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

export declare const pkgName = "@fluidframework/protocol-base";
export declare const pkgVersion = "0.1038.2000";
export declare const pkgVersion = "0.1038.3000-104407";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/protocol-base";
export const pkgVersion = "0.1038.2000";
export const pkgVersion = "0.1038.3000-104407";
//# sourceMappingURL=packageVersion.js.map
{
"name": "@fluidframework/protocol-base",
"version": "0.1038.2000",
"version": "0.1038.3000-104407",
"description": "Fluid protocol base",

@@ -62,3 +62,3 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-utils": "^1.0.0",
"@fluidframework/gitresources": "^0.1038.2000",
"@fluidframework/gitresources": "0.1038.3000-104407",
"@fluidframework/protocol-definitions": "^1.1.0",

@@ -69,3 +69,3 @@ "lodash": "^4.17.21"

"@fluidframework/build-common": "^1.0.0",
"@fluidframework/eslint-config-fluid": "^1.0.0",
"@fluidframework/eslint-config-fluid": "^1.1.0",
"@microsoft/api-extractor": "^7.22.2",

@@ -72,0 +72,0 @@ "@rushstack/eslint-config": "^2.5.1",

@@ -6,6 +6,27 @@ /*!

export * from "./blobs";
export * from "./protocol";
export * from "./quorum";
export * from "./utils";
export * from "./scribeHelper";
export {
addBlobToTree,
AttachmentTreeEntry,
BlobTreeEntry,
buildHierarchy,
getGitMode,
getGitType,
TreeTreeEntry,
} from "./blobs";
export {
ILocalSequencedClient,
IProtocolHandler,
IScribeProtocolState,
isSystemMessage,
ProtocolOpHandler,
} from "./protocol";
export {
IQuorumSnapshot,
Quorum,
QuorumClients,
QuorumClientsSnapshot,
QuorumProposals,
QuorumProposalsSnapshot,
} from "./quorum";
export { generateServiceProtocolEntries, getQuorumTreeEntries, mergeAppAndProtocolTree } from "./scribeHelper";
export { isServiceMessageType } from "./utils";

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

export const pkgName = "@fluidframework/protocol-base";
export const pkgVersion = "0.1038.2000";
export const pkgVersion = "0.1038.3000-104407";

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

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