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

@fluidframework/datastore-definitions

Package Overview
Dependencies
Maintainers
0
Versions
584
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/datastore-definitions - npm Package Compare versions

Comparing version 2.3.0-288113 to 2.3.0

10

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

@@ -91,3 +91,3 @@ ## Alpha API Report File for "@fluidframework/datastore-definitions"

// (undocumented)
readonly idCompressor?: IIdCompressor;
readonly idCompressor: IIdCompressor | undefined;
// (undocumented)

@@ -111,4 +111,10 @@ readonly IFluidHandleContext: IFluidHandleContext;

// (undocumented)
(event: "disconnected" | "dispose" | "attaching" | "attached", listener: () => void): any;
(event: "disconnected", listener: () => void): any;
// (undocumented)
(event: "dispose", listener: () => void): any;
// (undocumented)
(event: "attaching", listener: () => void): any;
// (undocumented)
(event: "attached", listener: () => void): any;
// (undocumented)
(event: "op", listener: (message: ISequencedDocumentMessage) => void): any;

@@ -115,0 +121,0 @@ // (undocumented)

4

CHANGELOG.md
# @fluidframework/datastore-definitions
## 2.3.0
Dependency updates only.
## 2.2.0

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

@@ -19,3 +19,6 @@ /*!

export interface IFluidDataStoreRuntimeEvents extends IEvent {
(event: "disconnected" | "dispose" | "attaching" | "attached", listener: () => void): any;
(event: "disconnected", listener: () => void): any;
(event: "dispose", listener: () => void): any;
(event: "attaching", listener: () => void): any;
(event: "attached", listener: () => void): any;
(event: "op", listener: (message: ISequencedDocumentMessage) => void): any;

@@ -52,3 +55,3 @@ (event: "signal", listener: (message: IInboundSignalMessage, local: boolean) => void): any;

readonly attachState: AttachState;
readonly idCompressor?: IIdCompressor;
readonly idCompressor: IIdCompressor | undefined;
/**

@@ -55,0 +58,0 @@ * Returns the channel with the given id

@@ -19,3 +19,6 @@ /*!

export interface IFluidDataStoreRuntimeEvents extends IEvent {
(event: "disconnected" | "dispose" | "attaching" | "attached", listener: () => void): any;
(event: "disconnected", listener: () => void): any;
(event: "dispose", listener: () => void): any;
(event: "attaching", listener: () => void): any;
(event: "attached", listener: () => void): any;
(event: "op", listener: (message: ISequencedDocumentMessage) => void): any;

@@ -52,3 +55,3 @@ (event: "signal", listener: (message: IInboundSignalMessage, local: boolean) => void): any;

readonly attachState: AttachState;
readonly idCompressor?: IIdCompressor;
readonly idCompressor: IIdCompressor | undefined;
/**

@@ -55,0 +58,0 @@ * Returns the channel with the given id

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.45.1"
"packageVersion": "7.47.8"
}
]
}
{
"name": "@fluidframework/datastore-definitions",
"version": "2.3.0-288113",
"version": "2.3.0",
"description": "Fluid data store definitions",

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

"dependencies": {
"@fluidframework/container-definitions": "2.3.0-288113",
"@fluidframework/core-interfaces": "2.3.0-288113",
"@fluidframework/driver-definitions": "2.3.0-288113",
"@fluidframework/id-compressor": "2.3.0-288113",
"@fluidframework/runtime-definitions": "2.3.0-288113"
"@fluidframework/container-definitions": "~2.3.0",
"@fluidframework/core-interfaces": "~2.3.0",
"@fluidframework/driver-definitions": "~2.3.0",
"@fluidframework/id-compressor": "~2.3.0",
"@fluidframework/runtime-definitions": "~2.3.0"
},

@@ -54,8 +54,8 @@ "devDependencies": {

"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.43.0",
"@fluid-tools/build-cli": "^0.46.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/build-tools": "^0.46.0",
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.2.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@fluidframework/eslint-config-fluid": "^5.4.0",
"@microsoft/api-extractor": "7.47.8",
"concurrently": "^8.2.1",

@@ -69,3 +69,8 @@ "copyfiles": "^2.4.1",

"typeValidation": {
"broken": {}
"broken": {
"Interface_IFluidDataStoreRuntime": {
"backCompat": false
}
},
"entrypoint": "internal"
},

@@ -72,0 +77,0 @@ "scripts": {

@@ -30,3 +30,6 @@ /*!

export interface IFluidDataStoreRuntimeEvents extends IEvent {
(event: "disconnected" | "dispose" | "attaching" | "attached", listener: () => void);
(event: "disconnected", listener: () => void);
(event: "dispose", listener: () => void);
(event: "attaching", listener: () => void);
(event: "attached", listener: () => void);
(event: "op", listener: (message: ISequencedDocumentMessage) => void);

@@ -78,3 +81,3 @@ (event: "signal", listener: (message: IInboundSignalMessage, local: boolean) => void);

readonly idCompressor?: IIdCompressor;
readonly idCompressor: IIdCompressor | undefined;

@@ -81,0 +84,0 @@ /**

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