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

@fluidframework/core-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
473
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 0.42.0 to 0.43.1000-60265

lib/test/types/validate0.42.0.d.ts

17

api-report/core-interfaces.api.md

@@ -41,11 +41,2 @@ ## API Report File for "@fluidframework/core-interfaces"

// @public @deprecated (undocumented)
export const IFluidConfiguration: keyof IProvideFluidConfiguration;
// @public @deprecated (undocumented)
export interface IFluidConfiguration extends IProvideFluidConfiguration {
// @deprecated (undocumented)
scopes: string[];
}
// @public (undocumented)

@@ -89,4 +80,2 @@ export const IFluidHandle: keyof IProvideFluidHandle;

// @deprecated (undocumented)
readonly IFluidConfiguration?: IFluidConfiguration;
// @deprecated (undocumented)
readonly IFluidHandle?: IFluidHandle;

@@ -159,8 +148,2 @@ // @deprecated (undocumented)

// @public @deprecated (undocumented)
export interface IProvideFluidConfiguration {
// @deprecated (undocumented)
readonly IFluidConfiguration: IFluidConfiguration;
}
// @public (undocumented)

@@ -167,0 +150,0 @@ export interface IProvideFluidHandle {

@@ -24,24 +24,2 @@ /*!

}
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export declare const IFluidConfiguration: keyof IProvideFluidConfiguration;
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export interface IProvideFluidConfiguration {
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
readonly IFluidConfiguration: IFluidConfiguration;
}
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export interface IFluidConfiguration extends IProvideFluidConfiguration {
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
scopes: string[];
}
//# sourceMappingURL=fluidLoadable.d.ts.map

6

dist/fluidLoadable.js

@@ -7,9 +7,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.IFluidConfiguration = exports.IFluidRunnable = exports.IFluidLoadable = void 0;
exports.IFluidRunnable = exports.IFluidLoadable = void 0;
exports.IFluidLoadable = "IFluidLoadable";
exports.IFluidRunnable = "IFluidRunnable";
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
exports.IFluidConfiguration = "IFluidConfiguration";
//# sourceMappingURL=fluidLoadable.js.map

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

*/
import { IFluidConfiguration, IFluidLoadable, IFluidRunnable } from "./fluidLoadable";
import { IFluidLoadable, IFluidRunnable } from "./fluidLoadable";
import { IFluidRouter } from "./fluidRouter";

@@ -31,6 +31,2 @@ import { IFluidHandle, IFluidHandleContext } from "./handles";

/**
* @deprecated - use `FluidObject<IFluidConfiguration>` instead
*/
readonly IFluidConfiguration?: IFluidConfiguration;
/**
* @deprecated - use `FluidObject<IFluidHandle>` instead

@@ -37,0 +33,0 @@ */

@@ -24,24 +24,2 @@ /*!

}
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export declare const IFluidConfiguration: keyof IProvideFluidConfiguration;
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export interface IProvideFluidConfiguration {
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
readonly IFluidConfiguration: IFluidConfiguration;
}
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export interface IFluidConfiguration extends IProvideFluidConfiguration {
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
scopes: string[];
}
//# sourceMappingURL=fluidLoadable.d.ts.map

@@ -7,6 +7,2 @@ /*!

export const IFluidRunnable = "IFluidRunnable";
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export const IFluidConfiguration = "IFluidConfiguration";
//# sourceMappingURL=fluidLoadable.js.map

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

*/
import { IFluidConfiguration, IFluidLoadable, IFluidRunnable } from "./fluidLoadable";
import { IFluidLoadable, IFluidRunnable } from "./fluidLoadable";
import { IFluidRouter } from "./fluidRouter";

@@ -31,6 +31,2 @@ import { IFluidHandle, IFluidHandleContext } from "./handles";

/**
* @deprecated - use `FluidObject<IFluidConfiguration>` instead
*/
readonly IFluidConfiguration?: IFluidConfiguration;
/**
* @deprecated - use `FluidObject<IFluidHandle>` instead

@@ -37,0 +33,0 @@ */

@@ -9,6 +9,6 @@ use_current_InterfaceDeclaration_IFluidCodeDetails(get_old_InterfaceDeclaration_IFluidCodeDetails());

use_old_InterfaceDeclaration_IFluidCodeDetailsConfig(get_current_InterfaceDeclaration_IFluidCodeDetailsConfig());
use_current_VariableDeclaration_IFluidConfiguration(get_old_VariableDeclaration_IFluidConfiguration());
use_old_VariableDeclaration_IFluidConfiguration(get_current_VariableDeclaration_IFluidConfiguration());
use_current_InterfaceDeclaration_IFluidConfiguration(get_old_InterfaceDeclaration_IFluidConfiguration());
use_old_InterfaceDeclaration_IFluidConfiguration(get_current_InterfaceDeclaration_IFluidConfiguration());
use_current_RemovedVariableDeclaration_IFluidConfiguration(get_old_VariableDeclaration_IFluidConfiguration());
use_old_VariableDeclaration_IFluidConfiguration(get_current_RemovedVariableDeclaration_IFluidConfiguration());
use_current_RemovedInterfaceDeclaration_IFluidConfiguration(get_old_InterfaceDeclaration_IFluidConfiguration());
use_old_InterfaceDeclaration_IFluidConfiguration(get_current_RemovedInterfaceDeclaration_IFluidConfiguration());
use_current_VariableDeclaration_IFluidHandle(get_old_VariableDeclaration_IFluidHandle());

@@ -46,4 +46,4 @@ use_old_VariableDeclaration_IFluidHandle(get_current_VariableDeclaration_IFluidHandle());

use_old_InterfaceDeclaration_IProvideFluidCodeDetailsComparer(get_current_InterfaceDeclaration_IProvideFluidCodeDetailsComparer());
use_current_InterfaceDeclaration_IProvideFluidConfiguration(get_old_InterfaceDeclaration_IProvideFluidConfiguration());
use_old_InterfaceDeclaration_IProvideFluidConfiguration(get_current_InterfaceDeclaration_IProvideFluidConfiguration());
use_current_RemovedInterfaceDeclaration_IProvideFluidConfiguration(get_old_InterfaceDeclaration_IProvideFluidConfiguration());
use_old_InterfaceDeclaration_IProvideFluidConfiguration(get_current_RemovedInterfaceDeclaration_IProvideFluidConfiguration());
use_current_InterfaceDeclaration_IProvideFluidHandle(get_old_InterfaceDeclaration_IProvideFluidHandle());

@@ -50,0 +50,0 @@ use_old_InterfaceDeclaration_IProvideFluidHandle(get_current_InterfaceDeclaration_IProvideFluidHandle());

@@ -9,6 +9,6 @@ use_current_InterfaceDeclaration_IFluidCodeDetails(get_old_InterfaceDeclaration_IFluidCodeDetails());

use_old_InterfaceDeclaration_IFluidCodeDetailsConfig(get_current_InterfaceDeclaration_IFluidCodeDetailsConfig());
use_current_VariableDeclaration_IFluidConfiguration(get_old_VariableDeclaration_IFluidConfiguration());
use_old_VariableDeclaration_IFluidConfiguration(get_current_VariableDeclaration_IFluidConfiguration());
use_current_InterfaceDeclaration_IFluidConfiguration(get_old_InterfaceDeclaration_IFluidConfiguration());
use_old_InterfaceDeclaration_IFluidConfiguration(get_current_InterfaceDeclaration_IFluidConfiguration());
use_current_RemovedVariableDeclaration_IFluidConfiguration(get_old_VariableDeclaration_IFluidConfiguration());
use_old_VariableDeclaration_IFluidConfiguration(get_current_RemovedVariableDeclaration_IFluidConfiguration());
use_current_RemovedInterfaceDeclaration_IFluidConfiguration(get_old_InterfaceDeclaration_IFluidConfiguration());
use_old_InterfaceDeclaration_IFluidConfiguration(get_current_RemovedInterfaceDeclaration_IFluidConfiguration());
use_current_VariableDeclaration_IFluidHandle(get_old_VariableDeclaration_IFluidHandle());

@@ -46,4 +46,4 @@ use_old_VariableDeclaration_IFluidHandle(get_current_VariableDeclaration_IFluidHandle());

use_old_InterfaceDeclaration_IProvideFluidCodeDetailsComparer(get_current_InterfaceDeclaration_IProvideFluidCodeDetailsComparer());
use_current_InterfaceDeclaration_IProvideFluidConfiguration(get_old_InterfaceDeclaration_IProvideFluidConfiguration());
use_old_InterfaceDeclaration_IProvideFluidConfiguration(get_current_InterfaceDeclaration_IProvideFluidConfiguration());
use_current_RemovedInterfaceDeclaration_IProvideFluidConfiguration(get_old_InterfaceDeclaration_IProvideFluidConfiguration());
use_old_InterfaceDeclaration_IProvideFluidConfiguration(get_current_RemovedInterfaceDeclaration_IProvideFluidConfiguration());
use_current_InterfaceDeclaration_IProvideFluidHandle(get_old_InterfaceDeclaration_IProvideFluidHandle());

@@ -50,0 +50,0 @@ use_old_InterfaceDeclaration_IProvideFluidHandle(get_current_InterfaceDeclaration_IProvideFluidHandle());

@@ -15,6 +15,6 @@ use_current_TypeAliasDeclaration_FluidObject(get_old_TypeAliasDeclaration_FluidObject());

use_old_InterfaceDeclaration_IFluidCodeDetailsConfig(get_current_InterfaceDeclaration_IFluidCodeDetailsConfig());
use_current_VariableDeclaration_IFluidConfiguration(get_old_VariableDeclaration_IFluidConfiguration());
use_old_VariableDeclaration_IFluidConfiguration(get_current_VariableDeclaration_IFluidConfiguration());
use_current_InterfaceDeclaration_IFluidConfiguration(get_old_InterfaceDeclaration_IFluidConfiguration());
use_old_InterfaceDeclaration_IFluidConfiguration(get_current_InterfaceDeclaration_IFluidConfiguration());
use_current_RemovedVariableDeclaration_IFluidConfiguration(get_old_VariableDeclaration_IFluidConfiguration());
use_old_VariableDeclaration_IFluidConfiguration(get_current_RemovedVariableDeclaration_IFluidConfiguration());
use_current_RemovedInterfaceDeclaration_IFluidConfiguration(get_old_InterfaceDeclaration_IFluidConfiguration());
use_old_InterfaceDeclaration_IFluidConfiguration(get_current_RemovedInterfaceDeclaration_IFluidConfiguration());
use_current_VariableDeclaration_IFluidHandle(get_old_VariableDeclaration_IFluidHandle());

@@ -52,4 +52,4 @@ use_old_VariableDeclaration_IFluidHandle(get_current_VariableDeclaration_IFluidHandle());

use_old_InterfaceDeclaration_IProvideFluidCodeDetailsComparer(get_current_InterfaceDeclaration_IProvideFluidCodeDetailsComparer());
use_current_InterfaceDeclaration_IProvideFluidConfiguration(get_old_InterfaceDeclaration_IProvideFluidConfiguration());
use_old_InterfaceDeclaration_IProvideFluidConfiguration(get_current_InterfaceDeclaration_IProvideFluidConfiguration());
use_current_RemovedInterfaceDeclaration_IProvideFluidConfiguration(get_old_InterfaceDeclaration_IProvideFluidConfiguration());
use_old_InterfaceDeclaration_IProvideFluidConfiguration(get_current_RemovedInterfaceDeclaration_IProvideFluidConfiguration());
use_current_InterfaceDeclaration_IProvideFluidHandle(get_old_InterfaceDeclaration_IProvideFluidHandle());

@@ -56,0 +56,0 @@ use_old_InterfaceDeclaration_IProvideFluidHandle(get_current_InterfaceDeclaration_IProvideFluidHandle());

{
"name": "@fluidframework/core-interfaces",
"version": "0.42.0",
"version": "0.43.1000-60265",
"description": "Fluid object interfaces",
"homepage": "https://fluidframework.com",
"repository": "https://github.com/microsoft/FluidFramework",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "common/lib/core-interfaces"
},
"license": "MIT",

@@ -39,7 +43,8 @@ "author": "Microsoft and contributors",

"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.49276",
"@fluidframework/build-tools": "^0.2.58041",
"@fluidframework/core-interfaces-0.39.8": "npm:@fluidframework/core-interfaces@0.39.8",
"@fluidframework/core-interfaces-0.40.0": "npm:@fluidframework/core-interfaces@0.40.0",
"@fluidframework/core-interfaces-0.41.0": "npm:@fluidframework/core-interfaces@0.41.0",
"@fluidframework/eslint-config-fluid": "^0.25.0",
"@fluidframework/core-interfaces-0.42.0": "npm:@fluidframework/core-interfaces@0.42.0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@microsoft/api-extractor": "^7.16.1",

@@ -64,5 +69,62 @@ "@rushstack/eslint-config": "^2.5.1",

"typeValidation": {
"version": "0.42.0",
"broken": {}
"version": "0.43.1000",
"broken": {
"0.39.8": {
"RemovedVariableDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IProvideFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
}
},
"0.40.0": {
"RemovedVariableDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IProvideFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
}
},
"0.41.0": {
"RemovedVariableDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IProvideFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
}
},
"0.42.0": {
"RemovedVariableDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
},
"RemovedInterfaceDeclaration_IProvideFluidConfiguration": {
"backCompat": false,
"forwardCompat": false
}
}
}
}
}

@@ -30,26 +30,1 @@ /*!

}
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export const IFluidConfiguration: keyof IProvideFluidConfiguration = "IFluidConfiguration";
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export interface IProvideFluidConfiguration {
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
readonly IFluidConfiguration: IFluidConfiguration;
}
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
export interface IFluidConfiguration extends IProvideFluidConfiguration {
/**
* @deprecated 0.42 - Not recommended for use and will be removed in an upcoming release.
*/
scopes: string[];
}

@@ -7,3 +7,2 @@ /*!

import {
IFluidConfiguration,
IFluidLoadable,

@@ -38,6 +37,2 @@ IFluidRunnable,

/**
* @deprecated - use `FluidObject<IFluidConfiguration>` instead
*/
readonly IFluidConfiguration?: IFluidConfiguration;
/**
* @deprecated - use `FluidObject<IFluidHandle>` instead

@@ -44,0 +39,0 @@ */

@@ -12,3 +12,2 @@ /*!

export interface IFluidPackageEnvironment {
/**

@@ -56,3 +55,3 @@ * The name of the target. For a browser environment, this could be umd for scripts

*/
[environment: string]: undefined | IFluidPackageEnvironment;
[environment: string]: undefined | IFluidPackageEnvironment;
};

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

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