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

@fluidframework/container-runtime-definitions

Package Overview
Dependencies
Maintainers
0
Versions
587
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-runtime-definitions - npm Package Compare versions

Comparing version 2.0.0-rc.5.0.0 to 2.1.0-274160

api-extractor/api-extractor.legacy.json

17

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

@@ -7,19 +7,2 @@ ## Alpha API Report File for "@fluidframework/container-runtime-definitions"

import type { AttachState } from '@fluidframework/container-definitions';
import type { FluidObject } from '@fluidframework/core-interfaces';
import type { FlushMode } from '@fluidframework/runtime-definitions/internal';
import type { IClientDetails } from '@fluidframework/driver-definitions';
import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
import type { IContainerRuntimeBaseEvents } from '@fluidframework/runtime-definitions/internal';
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
import type { IEventProvider } from '@fluidframework/core-interfaces';
import type { IFluidHandle } from '@fluidframework/core-interfaces';
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
import type { IRequest } from '@fluidframework/core-interfaces';
import type { IResponse } from '@fluidframework/core-interfaces';
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
// @alpha

@@ -26,0 +9,0 @@ export interface IContainerRuntime extends IProvideFluidDataStoreRegistry, IContainerRuntimeBaseWithCombinedEvents {

@@ -7,21 +7,4 @@ ## Beta API Report File for "@fluidframework/container-runtime-definitions"

import type { AttachState } from '@fluidframework/container-definitions';
import type { FluidObject } from '@fluidframework/core-interfaces';
import type { FlushMode } from '@fluidframework/runtime-definitions/internal';
import type { IClientDetails } from '@fluidframework/driver-definitions';
import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
import type { IContainerRuntimeBaseEvents } from '@fluidframework/runtime-definitions/internal';
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
import type { IEventProvider } from '@fluidframework/core-interfaces';
import type { IFluidHandle } from '@fluidframework/core-interfaces';
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
import type { IRequest } from '@fluidframework/core-interfaces';
import type { IResponse } from '@fluidframework/core-interfaces';
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
// (No @packageDocumentation comment for this package)
```

@@ -7,21 +7,4 @@ ## Public API Report File for "@fluidframework/container-runtime-definitions"

import type { AttachState } from '@fluidframework/container-definitions';
import type { FluidObject } from '@fluidframework/core-interfaces';
import type { FlushMode } from '@fluidframework/runtime-definitions/internal';
import type { IClientDetails } from '@fluidframework/driver-definitions';
import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
import type { IContainerRuntimeBaseEvents } from '@fluidframework/runtime-definitions/internal';
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
import type { IEventProvider } from '@fluidframework/core-interfaces';
import type { IFluidHandle } from '@fluidframework/core-interfaces';
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
import type { IRequest } from '@fluidframework/core-interfaces';
import type { IResponse } from '@fluidframework/core-interfaces';
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
// (No @packageDocumentation comment for this package)
```

37

package.json
{
"name": "@fluidframework/container-runtime-definitions",
"version": "2.0.0-rc.5.0.0",
"version": "2.1.0-274160",
"description": "Fluid Runtime definitions",

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

"dependencies": {
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0"
"@fluidframework/container-definitions": "2.1.0-274160",
"@fluidframework/core-interfaces": "2.1.0-274160",
"@fluidframework/driver-definitions": "2.1.0-274160",
"@fluidframework/runtime-definitions": "2.1.0-274160"
},

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

"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.0.0-rc.4.0.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.0.0-rc.5.0.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",

@@ -68,16 +68,3 @@ "@microsoft/api-extractor": "^7.45.1",

"typeValidation": {
"broken": {
"InterfaceDeclaration_IContainerRuntime": {
"backCompat": false,
"forwardCompat": false
},
"InterfaceDeclaration_IContainerRuntimeWithResolveHandle_Deprecated": {
"backCompat": false,
"forwardCompat": false
},
"TypeAliasDeclaration_IContainerRuntimeBaseWithCombinedEvents": {
"backCompat": false,
"forwardCompat": false
}
}
"broken": {}
},

@@ -90,3 +77,5 @@ "scripts": {

"build:compile": "fluid-build . --task compile",
"build:docs": "api-extractor run --local",
"build:docs": "concurrently \"npm:build:docs:*\"",
"build:docs:current": "api-extractor run --local",
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
"build:esnext": "tsc --project ./tsconfig.json",

@@ -106,3 +95,5 @@ "build:test": "npm run build:test:esm && npm run build:test:cjs",

"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"ci:build:docs": "api-extractor run",
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
"ci:build:docs:current": "api-extractor run",
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",

@@ -117,5 +108,5 @@ "eslint": "eslint --format stylish src",

"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
"typetests:gen": "flub generate typetests --dir . -v --publicFallback",
"typetests:gen": "flub generate typetests --dir . -v",
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
}
}
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