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

@fluidframework/core-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
464
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/core-interfaces - npm Package Compare versions

Comparing version 2.0.0-dev-rc.5.0.0.263932 to 2.0.0-dev-rc.5.0.0.265721

8

api-report/core-interfaces.api.md

@@ -252,6 +252,6 @@ ## API Report File for "@fluidframework/core-interfaces"

// @public (undocumented)
// @alpha (undocumented)
export const IFluidHandleContext: keyof IProvideFluidHandleContext;
// @public
// @alpha
export interface IFluidHandleContext extends IProvideFluidHandleContext {

@@ -283,3 +283,3 @@ readonly absolutePath: string;

// (undocumented)
handle: IFluidHandle;
readonly handle: IFluidHandle;
}

@@ -316,3 +316,3 @@

// @public (undocumented)
// @alpha (undocumented)
export interface IProvideFluidHandleContext {

@@ -319,0 +319,0 @@ // (undocumented)

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

export interface IFluidLoadable extends IProvideFluidLoadable {
handle: IFluidHandle;
readonly handle: IFluidHandle;
}

@@ -24,0 +24,0 @@ /**

@@ -8,7 +8,7 @@ /*!

/**
* @public
* @alpha
*/
export declare const IFluidHandleContext: keyof IProvideFluidHandleContext;
/**
* @public
* @alpha
*/

@@ -20,3 +20,3 @@ export interface IProvideFluidHandleContext {

* Describes a routing context from which other `IFluidHandleContext`s are defined.
* @public
* @alpha
*/

@@ -23,0 +23,0 @@ export interface IFluidHandleContext extends IProvideFluidHandleContext {

@@ -9,3 +9,3 @@ "use strict";

/**
* @public
* @alpha
*/

@@ -12,0 +12,0 @@ exports.IFluidHandleContext = "IFluidHandleContext";

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

IFluidHandle,
IFluidHandleContext,
IFluidHandleErased,
IFluidLoadable,
IProvideFluidHandleContext,
IProvideFluidLoadable,

@@ -49,6 +47,8 @@ IRequest,

FluidErrorTypes,
IFluidHandleContext,
IFluidHandleInternal,
ILoggingError,
IProvideFluidHandle,
IProvideFluidHandleContext,
IThrottlingWarning
} from "./index.js";

@@ -13,6 +13,6 @@ "use strict";

exports.LogLevel = {
verbose: 10,
default: 20,
verbose: 10, // To log any verbose event for example when you are debugging something.
default: 20, // Default log level
error: 30, // To log errors.
};
//# sourceMappingURL=logger.js.map

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

IFluidHandle,
IFluidHandleContext,
IFluidHandleErased,
IFluidLoadable,
IProvideFluidHandleContext,
IProvideFluidLoadable,

@@ -34,0 +32,0 @@ IRequest,

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

export interface IFluidLoadable extends IProvideFluidLoadable {
handle: IFluidHandle;
readonly handle: IFluidHandle;
}

@@ -24,0 +24,0 @@ /**

@@ -8,7 +8,7 @@ /*!

/**
* @public
* @alpha
*/
export declare const IFluidHandleContext: keyof IProvideFluidHandleContext;
/**
* @public
* @alpha
*/

@@ -20,3 +20,3 @@ export interface IProvideFluidHandleContext {

* Describes a routing context from which other `IFluidHandleContext`s are defined.
* @public
* @alpha
*/

@@ -23,0 +23,0 @@ export interface IFluidHandleContext extends IProvideFluidHandleContext {

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

/**
* @public
* @alpha
*/

@@ -9,0 +9,0 @@ export const IFluidHandleContext = "IFluidHandleContext";

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

IFluidHandle,
IFluidHandleContext,
IFluidHandleErased,
IFluidLoadable,
IProvideFluidHandleContext,
IProvideFluidLoadable,

@@ -49,6 +47,8 @@ IRequest,

FluidErrorTypes,
IFluidHandleContext,
IFluidHandleInternal,
ILoggingError,
IProvideFluidHandle,
IProvideFluidHandleContext,
IThrottlingWarning
} from "./index.js";

@@ -10,6 +10,6 @@ /*!

export const LogLevel = {
verbose: 10,
default: 20,
verbose: 10, // To log any verbose event for example when you are debugging something.
default: 20, // Default log level
error: 30, // To log errors.
};
//# sourceMappingURL=logger.js.map

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

IFluidHandle,
IFluidHandleContext,
IFluidHandleErased,
IFluidLoadable,
IProvideFluidHandleContext,
IProvideFluidLoadable,

@@ -34,0 +32,0 @@ IRequest,

{
"name": "@fluidframework/core-interfaces",
"version": "2.0.0-dev-rc.5.0.0.263932",
"version": "2.0.0-dev-rc.5.0.0.265721",
"description": "Fluid object interfaces",

@@ -52,6 +52,6 @@ "homepage": "https://fluidframework.com",

"@biomejs/biome": "^1.6.2",
"@fluid-tools/build-cli": "^0.38.0",
"@fluid-tools/build-cli": "^0.39.0-264124",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.38.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-rc.3.0.0",
"@fluidframework/build-tools": "^0.39.0-264124",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-rc.4.0.0",
"@fluidframework/eslint-config-fluid": "^5.1.0",

@@ -64,26 +64,6 @@ "@microsoft/api-extractor": "^7.43.1",

"rimraf": "^4.4.0",
"typescript": "~5.1.6"
"typescript": "~5.3.3"
},
"typeValidation": {
"broken": {
"RemovedVariableDeclaration_isFluidPackage": {
"backCompat": false,
"forwardCompat": false
},
"InterfaceDeclaration_IFluidHandle": {
"forwardCompat": false,
"backCompat": false
},
"InterfaceDeclaration_IProvideFluidHandle": {
"forwardCompat": false
},
"InterfaceDeclaration_IProvideFluidLoadable": {
"forwardCompat": false,
"backCompat": false
},
"InterfaceDeclaration_IFluidLoadable": {
"forwardCompat": false,
"backCompat": false
}
}
"broken": {}
},

@@ -90,0 +70,0 @@ "scripts": {

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

// Handle to the loadable FluidObject
handle: IFluidHandle;
readonly handle: IFluidHandle;
}

@@ -28,0 +28,0 @@

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

/**
* @public
* @alpha
*/

@@ -16,3 +16,3 @@ export const IFluidHandleContext: keyof IProvideFluidHandleContext = "IFluidHandleContext";

/**
* @public
* @alpha
*/

@@ -25,3 +25,3 @@ export interface IProvideFluidHandleContext {

* Describes a routing context from which other `IFluidHandleContext`s are defined.
* @public
* @alpha
*/

@@ -28,0 +28,0 @@ export interface IFluidHandleContext extends IProvideFluidHandleContext {

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