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

@fluidframework/merge-tree

Package Overview
Dependencies
Maintainers
3
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/merge-tree - npm Package Compare versions

Comparing version 0.34.0 to 0.34.1

9

dist/mergeTreeDeltaCallback.d.ts

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

*/
UNLINK = -3
UNLINK = -3,
/**
* Notification that a local change has been acknowledged by the server.
* This means that it has made the round trip to the server and has had a sequence number assigned.
*/
ACKNOWLEDGED = -4
}

@@ -58,3 +63,3 @@ export declare type MergeTreeDeltaOperationTypes = MergeTreeDeltaOperationType | MergeTreeMaintenanceType;

}
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs) => void;
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs, opArgs: IMergeTreeDeltaOpArgs | undefined) => void;
//# sourceMappingURL=mergeTreeDeltaCallback.d.ts.map

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

*/
UNLINK = -3
UNLINK = -3,
/**
* Notification that a local change has been acknowledged by the server.
* This means that it has made the round trip to the server and has had a sequence number assigned.
*/
ACKNOWLEDGED = -4
}

@@ -58,3 +63,3 @@ export declare type MergeTreeDeltaOperationTypes = MergeTreeDeltaOperationType | MergeTreeMaintenanceType;

}
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs) => void;
export declare type MergeTreeMaintenanceCallback = (MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs, opArgs: IMergeTreeDeltaOpArgs | undefined) => void;
//# sourceMappingURL=mergeTreeDeltaCallback.d.ts.map
{
"name": "@fluidframework/merge-tree",
"version": "0.34.0",
"version": "0.34.1",
"description": "Merge tree",

@@ -58,7 +58,7 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-utils": "^0.27.0",
"@fluidframework/container-definitions": "^0.34.0",
"@fluidframework/core-interfaces": "^0.34.0",
"@fluidframework/datastore-definitions": "^0.34.0",
"@fluidframework/container-definitions": "^0.34.1",
"@fluidframework/core-interfaces": "^0.34.1",
"@fluidframework/datastore-definitions": "^0.34.1",
"@fluidframework/protocol-definitions": "^0.1019.0",
"@fluidframework/telemetry-utils": "^0.34.0",
"@fluidframework/telemetry-utils": "^0.34.1",
"assert": "^2.0.0"

@@ -69,4 +69,4 @@ },

"@fluidframework/eslint-config-fluid": "^0.22.1",
"@fluidframework/mocha-test-setup": "^0.34.0",
"@fluidframework/test-runtime-utils": "^0.34.0",
"@fluidframework/mocha-test-setup": "^0.34.1",
"@fluidframework/test-runtime-utils": "^0.34.1",
"@types/assert": "^1.5.2",

@@ -73,0 +73,0 @@ "@types/diff": "^3.5.1",

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

UNLINK = -3,
/**
* Notification that a local change has been acknowledged by the server.
* This means that it has made the round trip to the server and has had a sequence number assigned.
*/
ACKNOWLEDGED = -4,
}

@@ -74,2 +79,2 @@

export type MergeTreeMaintenanceCallback =
(MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs) => void;
(MaintenanceArgs: IMergeTreeMaintenanceCallbackArgs, opArgs: IMergeTreeDeltaOpArgs | undefined) => void;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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 too big to display

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