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

@fluidframework/container-runtime-definitions

Package Overview
Dependencies
Maintainers
3
Versions
590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-runtime-definitions - npm Package Compare versions

Comparing version 0.35.0-16170 to 0.35.0-16887

8

dist/containerRuntime.d.ts

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

(event: "codeDetailsProposed", listener: (codeDetails: IFluidCodeDetails, proposal: IPendingProposal) => void): any;
(event: "dirtyDocument" | "disconnected" | "dispose" | "savedDocument", listener: () => void): any;
(event: "dirtyDocument" | "dirty" | "disconnected" | "dispose" | "savedDocument" | "saved", listener: () => void): any;
(event: "connected", listener: (clientId: string) => void): any;

@@ -75,6 +75,10 @@ (event: "localHelp", listener: (message: IHelpMessage) => void): any;

/**
* @deprecated - Please use isDirty()
*/
isDocumentDirty(): boolean;
/**
* Returns true of document is dirty, i.e. there are some pending local changes that
* either were not sent out to delta stream or were not yet acknowledged.
*/
isDocumentDirty(): boolean;
readonly isDirty: boolean;
/**

@@ -81,0 +85,0 @@ * Flushes any ops currently being batched to the loader

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

* This function can be used to filter out any runtime operations that should not be affecting whether or not
* the IFluidDataStoreRuntime.isDocumentDirty call returns true/false
* the IFluidDataStoreRuntime.isDirty call returns true/false
* @param type - The type of ContainerRuntime message that is being checked

@@ -24,0 +24,0 @@ * @param contents - The contents of the message that is being verified

{
"name": "@fluidframework/container-runtime-definitions",
"version": "0.35.0-16170",
"version": "0.35.0-16887",
"description": "Fluid Runtime definitions",

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

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/container-definitions": "0.35.0-16170",
"@fluidframework/core-interfaces": "0.35.0-16170",
"@fluidframework/driver-definitions": "0.35.0-16170",
"@fluidframework/container-definitions": "0.35.0-16887",
"@fluidframework/core-interfaces": "0.35.0-16887",
"@fluidframework/driver-definitions": "0.35.0-16887",
"@fluidframework/protocol-definitions": "^0.1019.0-0",
"@fluidframework/runtime-definitions": "0.35.0-16170",
"@fluidframework/runtime-definitions": "0.35.0-16887",
"@types/node": "^10.17.24"

@@ -39,3 +39,3 @@ },

"@fluidframework/build-common": "^0.20.0-0",
"@fluidframework/eslint-config-fluid": "^0.22.1-0",
"@fluidframework/eslint-config-fluid": "^0.23.0-0",
"@microsoft/api-extractor": "^7.7.2",

@@ -42,0 +42,0 @@ "@typescript-eslint/eslint-plugin": "~4.14.0",

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

(
event: "dirtyDocument" | "disconnected" | "dispose" | "savedDocument",
event: "dirtyDocument" | "dirty" | "disconnected" | "dispose" | "savedDocument" | "saved",
listener: () => void);

@@ -124,6 +124,11 @@ (event: "connected", listener: (clientId: string) => void);

/**
* @deprecated - Please use isDirty()
*/
isDocumentDirty(): boolean;
/**
* Returns true of document is dirty, i.e. there are some pending local changes that
* either were not sent out to delta stream or were not yet acknowledged.
*/
isDocumentDirty(): boolean;
readonly isDirty: boolean;

@@ -130,0 +135,0 @@ /**

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

* This function can be used to filter out any runtime operations that should not be affecting whether or not
* the IFluidDataStoreRuntime.isDocumentDirty call returns true/false
* the IFluidDataStoreRuntime.isDirty call returns true/false
* @param type - The type of ContainerRuntime message that is being checked

@@ -30,0 +30,0 @@ * @param contents - The contents of the message that is being verified

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