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 5.0.0-250395 to 5.0.0-256582

4

dist/gitHelper.js
"use strict";
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +7,0 @@ exports.buildGitTreeHierarchy = exports.getGitType = exports.getGitMode = void 0;

13

dist/protocol.js

@@ -91,11 +91,12 @@ "use strict";

// In place, remove any identifying client information
snapshot.members.forEach((member) => {
member[1] = {
...member[1],
snapshot.members = snapshot.members.map(([id, sequencedClient]) => [
id,
{
...sequencedClient,
client: {
...member[1].client,
...sequencedClient.client,
user: { id: "" },
},
};
});
},
]);
}

@@ -102,0 +103,0 @@ return {

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

/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import { FileMode, SummaryType, } from "@fluidframework/protocol-definitions";

@@ -2,0 +6,0 @@ import { unreachableCase } from "@fluidframework/common-utils";

@@ -88,11 +88,12 @@ /*!

// In place, remove any identifying client information
snapshot.members.forEach((member) => {
member[1] = {
...member[1],
snapshot.members = snapshot.members.map(([id, sequencedClient]) => [
id,
{
...sequencedClient,
client: {
...member[1].client,
...sequencedClient.client,
user: { id: "" },
},
};
});
},
]);
}

@@ -99,0 +100,0 @@ return {

{
"name": "@fluidframework/protocol-base",
"version": "5.0.0-250395",
"version": "5.0.0-256582",
"description": "Fluid protocol base",

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

"@fluidframework/common-utils": "^3.1.0",
"@fluidframework/gitresources": "5.0.0-250395",
"@fluidframework/gitresources": "5.0.0-256582",
"@fluidframework/protocol-definitions": "^3.2.0",

@@ -73,3 +73,3 @@ "events": "^3.1.0"

"@fluidframework/eslint-config-fluid": "^4.0.0",
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@2.0.0",
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@4.0.0",
"@microsoft/api-extractor": "^7.42.3",

@@ -76,0 +76,0 @@ "@types/assert": "^1.5.1",

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

*/
import * as git from "@fluidframework/gitresources";

@@ -7,0 +8,0 @@ import {

@@ -162,11 +162,12 @@ /*!

// In place, remove any identifying client information
snapshot.members.forEach((member) => {
member[1] = {
...member[1],
snapshot.members = snapshot.members.map(([id, sequencedClient]) => [
id,
{
...sequencedClient,
client: {
...member[1].client,
...sequencedClient.client,
user: { id: "" },
},
};
});
},
]);
}

@@ -173,0 +174,0 @@

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

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