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

@fluidframework/protocol-base

Package Overview
Dependencies
Maintainers
2
Versions
255
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 0.1037.2000-91174 to 0.1037.2000

2

dist/packageVersion.d.ts

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

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

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

exports.pkgName = "@fluidframework/protocol-base";
exports.pkgVersion = "0.1037.2000-91174";
exports.pkgVersion = "0.1037.2000";
//# sourceMappingURL=packageVersion.js.map

@@ -82,2 +82,7 @@ "use strict";

case protocol_definitions_1.MessageType.Propose:
// back-compat: ADO #1385: This should become unconditional eventually.
// Can be done only after Container.processRemoteMessage() stops parsing content!
if (typeof message.contents === "string") {
message.contents = JSON.parse(message.contents);
}
const proposal = message.contents;

@@ -84,0 +89,0 @@ this._quorum.addProposal(proposal.key, proposal.value, message.sequenceNumber, local, message.clientSequenceNumber);

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

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

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

export const pkgName = "@fluidframework/protocol-base";
export const pkgVersion = "0.1037.2000-91174";
export const pkgVersion = "0.1037.2000";
//# sourceMappingURL=packageVersion.js.map

@@ -78,2 +78,7 @@ /*!

case MessageType.Propose:
// back-compat: ADO #1385: This should become unconditional eventually.
// Can be done only after Container.processRemoteMessage() stops parsing content!
if (typeof message.contents === "string") {
message.contents = JSON.parse(message.contents);
}
const proposal = message.contents;

@@ -80,0 +85,0 @@ this._quorum.addProposal(proposal.key, proposal.value, message.sequenceNumber, local, message.clientSequenceNumber);

{
"name": "@fluidframework/protocol-base",
"version": "0.1037.2000-91174",
"version": "0.1037.2000",
"description": "Fluid protocol base",

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

"@fluidframework/common-utils": "^1.0.0",
"@fluidframework/gitresources": "0.1037.2000-91174",
"@fluidframework/gitresources": "^0.1037.2000",
"@fluidframework/protocol-definitions": "^1.0.0",

@@ -68,4 +68,4 @@ "lodash": "^4.17.21"

"devDependencies": {
"@fluidframework/build-common": "^0.24.0",
"@fluidframework/eslint-config-fluid": "^0.28.2000",
"@fluidframework/build-common": "^1.0.0",
"@fluidframework/eslint-config-fluid": "^1.0.0",
"@microsoft/api-extractor": "^7.22.2",

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

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

export const pkgName = "@fluidframework/protocol-base";
export const pkgVersion = "0.1037.2000-91174";
export const pkgVersion = "0.1037.2000";

@@ -146,2 +146,7 @@ /*!

case MessageType.Propose:
// back-compat: ADO #1385: This should become unconditional eventually.
// Can be done only after Container.processRemoteMessage() stops parsing content!
if (typeof message.contents === "string") {
message.contents = JSON.parse(message.contents);
}
const proposal = message.contents as IProposal;

@@ -148,0 +153,0 @@ this._quorum.addProposal(

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