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

@fluidframework/container-definitions

Package Overview
Dependencies
Maintainers
3
Versions
495
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 0.38.4 to 0.39.0-23254

2

.eslintrc.js
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -65,2 +65,6 @@ */

(event: "pong" | "processTime", listener: (latency: number) => void): any;
/**
* The connect event fires once we've received the connect_document_success message from the
* server. This happens prior to the client's join message (if there is a join message).
*/
(event: "connect", listener: (details: IConnectionDetails, opsBehind?: number) => void): any;

@@ -67,0 +71,0 @@ (event: "disconnect", listener: (reason: string) => void): any;

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -66,6 +66,2 @@ */

(event: "connected", listener: (clientId: string) => void): any;
/**
* @param opsBehind - number of ops this client is behind (if present).
*/
(event: "connect", listener: (opsBehind?: number) => void): any;
(event: "codeDetailsProposed", listener: (codeDetails: IFluidCodeDetails, proposal: IPendingProposal) => void): any;

@@ -72,0 +68,0 @@ (event: "contextChanged", listener: (codeDetails: IFluidCodeDetails) => void): any;

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

"use strict";
/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -5,0 +5,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -65,2 +65,6 @@ */

(event: "pong" | "processTime", listener: (latency: number) => void): any;
/**
* The connect event fires once we've received the connect_document_success message from the
* server. This happens prior to the client's join message (if there is a join message).
*/
(event: "connect", listener: (details: IConnectionDetails, opsBehind?: number) => void): any;

@@ -67,0 +71,0 @@ (event: "disconnect", listener: (reason: string) => void): any;

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -66,6 +66,2 @@ */

(event: "connected", listener: (clientId: string) => void): any;
/**
* @param opsBehind - number of ops this client is behind (if present).
*/
(event: "connect", listener: (opsBehind?: number) => void): any;
(event: "codeDetailsProposed", listener: (codeDetails: IFluidCodeDetails, proposal: IPendingProposal) => void): any;

@@ -72,0 +68,0 @@ (event: "contextChanged", listener: (codeDetails: IFluidCodeDetails) => void): any;

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

{
"name": "@fluidframework/container-definitions",
"version": "0.38.4",
"version": "0.39.0-23254",
"description": "Fluid container definitions",

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

"license": "MIT",
"author": "Microsoft",
"author": "Microsoft and contributors",
"sideEffects": false,

@@ -32,9 +32,9 @@ "main": "dist/index.js",

"dependencies": {
"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.38.4",
"@fluidframework/driver-definitions": "^0.38.4",
"@fluidframework/protocol-definitions": "^0.1022.0"
"@fluidframework/common-definitions": "^0.20.0-0",
"@fluidframework/core-interfaces": "0.39.0-23254",
"@fluidframework/driver-definitions": "0.39.0-23254",
"@fluidframework/protocol-definitions": "^0.1024.0-0"
},
"devDependencies": {
"@fluidframework/build-common": "^0.21.0",
"@fluidframework/build-common": "^0.22.0-0",
"@fluidframework/eslint-config-fluid": "^0.23.0",

@@ -41,0 +41,0 @@ "@microsoft/api-extractor": "^7.13.1",

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -83,2 +83,6 @@ */

(event: "pong" | "processTime", listener: (latency: number) => void);
/**
* The connect event fires once we've received the connect_document_success message from the
* server. This happens prior to the client's join message (if there is a join message).
*/
(event: "connect", listener: (details: IConnectionDetails, opsBehind?: number) => void);

@@ -85,0 +89,0 @@ (event: "disconnect", listener: (reason: string) => void);

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -85,6 +85,2 @@ */

(event: "connected", listener: (clientId: string) => void);
/**
* @param opsBehind - number of ops this client is behind (if present).
*/
(event: "connect", listener: (opsBehind?: number) => void);
(event: "codeDetailsProposed", listener: (codeDetails: IFluidCodeDetails, proposal: IPendingProposal) => void);

@@ -91,0 +87,0 @@ (event: "contextChanged", listener: (codeDetails: IFluidCodeDetails) => void);

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

@@ -4,0 +4,0 @@ */

/*!
* Copyright (c) Microsoft Corporation. All rights reserved.
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.

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

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

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

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