Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/protocol-base

Package Overview
Dependencies
Maintainers
2
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/protocol-base - npm Package Compare versions

Comparing version 1.0.0-173913 to 1.0.0-175213

4

dist/gitHelper.d.ts

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

/**
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHeirarchy`. There is usage of this function in loader and driver layer.
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHierarchy`. There is usage of this function in loader and driver layer.
* Build a tree hierarchy base on a flat tree

@@ -31,3 +31,3 @@ *

*/
export declare function buildGitTreeHeirarchy(flatTree: git.ITree, blobsShaToPathCache?: Map<string, string>, removeAppTreePrefix?: boolean): ISnapshotTreeEx;
export declare function buildGitTreeHierarchy(flatTree: git.ITree, blobsShaToPathCache?: Map<string, string>, removeAppTreePrefix?: boolean): ISnapshotTreeEx;
//# sourceMappingURL=gitHelper.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildGitTreeHeirarchy = exports.getGitType = exports.getGitMode = void 0;
exports.buildGitTreeHierarchy = exports.getGitType = exports.getGitMode = void 0;
const protocol_definitions_1 = require("@fluidframework/protocol-definitions");

@@ -45,3 +45,3 @@ const common_utils_1 = require("@fluidframework/common-utils");

/**
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHeirarchy`. There is usage of this function in loader and driver layer.
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHierarchy`. There is usage of this function in loader and driver layer.
* Build a tree hierarchy base on a flat tree

@@ -54,3 +54,3 @@ *

*/
function buildGitTreeHeirarchy(flatTree, blobsShaToPathCache = new Map(), removeAppTreePrefix = false) {
function buildGitTreeHierarchy(flatTree, blobsShaToPathCache = new Map(), removeAppTreePrefix = false) {
const lookup = {};

@@ -82,3 +82,3 @@ const root = { id: flatTree.sha, blobs: {}, trees: {} };

}
exports.buildGitTreeHeirarchy = buildGitTreeHeirarchy;
exports.buildGitTreeHierarchy = buildGitTreeHierarchy;
//# sourceMappingURL=gitHelper.js.map

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

*/
export { buildGitTreeHeirarchy, getGitMode, getGitType } from "./gitHelper";
export { buildGitTreeHierarchy, getGitMode, getGitType } from "./gitHelper";
export { IProtocolHandler, IScribeProtocolState, ProtocolOpHandler } from "./protocol";
export { IQuorumSnapshot, Quorum, QuorumClients, QuorumClientsSnapshot, QuorumProposals, QuorumProposalsSnapshot, } from "./quorum";
//# sourceMappingURL=index.d.ts.map

@@ -7,5 +7,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.QuorumProposals = exports.QuorumClients = exports.Quorum = exports.ProtocolOpHandler = exports.getGitType = exports.getGitMode = exports.buildGitTreeHeirarchy = void 0;
exports.QuorumProposals = exports.QuorumClients = exports.Quorum = exports.ProtocolOpHandler = exports.getGitType = exports.getGitMode = exports.buildGitTreeHierarchy = void 0;
var gitHelper_1 = require("./gitHelper");
Object.defineProperty(exports, "buildGitTreeHeirarchy", { enumerable: true, get: function () { return gitHelper_1.buildGitTreeHeirarchy; } });
Object.defineProperty(exports, "buildGitTreeHierarchy", { enumerable: true, get: function () { return gitHelper_1.buildGitTreeHierarchy; } });
Object.defineProperty(exports, "getGitMode", { enumerable: true, get: function () { return gitHelper_1.getGitMode; } });

@@ -12,0 +12,0 @@ Object.defineProperty(exports, "getGitType", { enumerable: true, get: function () { return gitHelper_1.getGitType; } });

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

/**
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHeirarchy`. There is usage of this function in loader and driver layer.
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHierarchy`. There is usage of this function in loader and driver layer.
* Build a tree hierarchy base on a flat tree

@@ -31,3 +31,3 @@ *

*/
export declare function buildGitTreeHeirarchy(flatTree: git.ITree, blobsShaToPathCache?: Map<string, string>, removeAppTreePrefix?: boolean): ISnapshotTreeEx;
export declare function buildGitTreeHierarchy(flatTree: git.ITree, blobsShaToPathCache?: Map<string, string>, removeAppTreePrefix?: boolean): ISnapshotTreeEx;
//# sourceMappingURL=gitHelper.d.ts.map

@@ -40,3 +40,3 @@ import { FileMode, SummaryType, } from "@fluidframework/protocol-definitions";

/**
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHeirarchy`. There is usage of this function in loader and driver layer.
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHierarchy`. There is usage of this function in loader and driver layer.
* Build a tree hierarchy base on a flat tree

@@ -49,3 +49,3 @@ *

*/
export function buildGitTreeHeirarchy(flatTree, blobsShaToPathCache = new Map(), removeAppTreePrefix = false) {
export function buildGitTreeHierarchy(flatTree, blobsShaToPathCache = new Map(), removeAppTreePrefix = false) {
const lookup = {};

@@ -52,0 +52,0 @@ const root = { id: flatTree.sha, blobs: {}, trees: {} };

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

*/
export { buildGitTreeHeirarchy, getGitMode, getGitType } from "./gitHelper";
export { buildGitTreeHierarchy, getGitMode, getGitType } from "./gitHelper";
export { IProtocolHandler, IScribeProtocolState, ProtocolOpHandler } from "./protocol";
export { IQuorumSnapshot, Quorum, QuorumClients, QuorumClientsSnapshot, QuorumProposals, QuorumProposalsSnapshot, } from "./quorum";
//# sourceMappingURL=index.d.ts.map

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

*/
export { buildGitTreeHeirarchy, getGitMode, getGitType } from "./gitHelper";
export { buildGitTreeHierarchy, getGitMode, getGitType } from "./gitHelper";
export { ProtocolOpHandler } from "./protocol";
export { Quorum, QuorumClients, QuorumProposals, } from "./quorum";
//# sourceMappingURL=index.js.map
{
"name": "@fluidframework/protocol-base",
"version": "1.0.0-173913",
"version": "1.0.0-175213",
"description": "Fluid protocol base",

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

"@fluidframework/common-utils": "^1.1.1",
"@fluidframework/gitresources": "1.0.0-173913",
"@fluidframework/gitresources": "1.0.0-175213",
"@fluidframework/protocol-definitions": "^1.1.0",

@@ -68,5 +68,5 @@ "events": "^3.1.0"

"devDependencies": {
"@fluid-tools/build-cli": "^0.19.0-165129",
"@fluid-tools/build-cli": "^0.21.0",
"@fluidframework/build-common": "^1.2.0",
"@fluidframework/build-tools": "^0.19.0-165129",
"@fluidframework/build-tools": "^0.21.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",

@@ -73,0 +73,0 @@ "@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@0.1040.1000",

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

/**
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHeirarchy`. There is usage of this function in loader and driver layer.
* NOTE: Renamed from `buildHierarchy` to `buildGitTreeHierarchy`. There is usage of this function in loader and driver layer.
* Build a tree hierarchy base on a flat tree

@@ -63,3 +63,3 @@ *

*/
export function buildGitTreeHeirarchy(
export function buildGitTreeHierarchy(
flatTree: git.ITree,

@@ -66,0 +66,0 @@ blobsShaToPathCache: Map<string, string> = new Map<string, string>(),

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

export { buildGitTreeHeirarchy, getGitMode, getGitType } from "./gitHelper";
export { buildGitTreeHierarchy, getGitMode, getGitType } from "./gitHelper";
export { IProtocolHandler, IScribeProtocolState, ProtocolOpHandler } from "./protocol";

@@ -9,0 +9,0 @@ export {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc