You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@fluidframework/container-definitions

Package Overview
Dependencies
Maintainers
1
Versions
522
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-definitions - npm Package Compare versions

Comparing version

to
2.42.0

2

api-report/container-definitions.legacy.alpha.api.md

@@ -398,3 +398,3 @@ ## Alpha API Report File for "@fluidframework/container-definitions"

setAttachState(attachState: AttachState.Attaching | AttachState.Attached): void;
setConnectionState(connected: boolean, clientId?: string): any;
setConnectionState(canSendOps: boolean, clientId?: string): any;
}

@@ -401,0 +401,0 @@

# @fluidframework/container-definitions
## 2.42.0
Dependency updates only.
## 2.41.0

@@ -4,0 +8,0 @@

@@ -43,4 +43,6 @@ /*!

* Notifies the runtime of a change in the connection state
* @param canSendOps - true if the runtime is allowed to send ops
* @param clientId - the ID of the client that is connecting or disconnecting
*/
setConnectionState(connected: boolean, clientId?: string): any;
setConnectionState(canSendOps: boolean, clientId?: string): any;
/**

@@ -47,0 +49,0 @@ * Processes the given op (message)

@@ -43,4 +43,6 @@ /*!

* Notifies the runtime of a change in the connection state
* @param canSendOps - true if the runtime is allowed to send ops
* @param clientId - the ID of the client that is connecting or disconnecting
*/
setConnectionState(connected: boolean, clientId?: string): any;
setConnectionState(canSendOps: boolean, clientId?: string): any;
/**

@@ -47,0 +49,0 @@ * Processes the given op (message)

{
"name": "@fluidframework/container-definitions",
"version": "2.41.0",
"version": "2.42.0",
"description": "Fluid container definitions",

@@ -50,4 +50,4 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/core-interfaces": "~2.41.0",
"@fluidframework/driver-definitions": "~2.41.0"
"@fluidframework/core-interfaces": "~2.42.0",
"@fluidframework/driver-definitions": "~2.42.0"
},

@@ -60,3 +60,3 @@ "devDependencies": {

"@fluidframework/build-tools": "^0.55.0",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.40.0",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.41.0",
"@fluidframework/eslint-config-fluid": "^5.7.4",

@@ -63,0 +63,0 @@ "@microsoft/api-extractor": "7.52.8",

@@ -66,4 +66,6 @@ /*!

* Notifies the runtime of a change in the connection state
* @param canSendOps - true if the runtime is allowed to send ops
* @param clientId - the ID of the client that is connecting or disconnecting
*/
setConnectionState(connected: boolean, clientId?: string);
setConnectionState(canSendOps: boolean, clientId?: string);

@@ -70,0 +72,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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.