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
2
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-dev-rc.5.0.0.268409 to 2.0.0-dev-rc.5.0.0.270401

2

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

@@ -22,3 +22,3 @@ ## Alpha API Report File for "@fluidframework/container-runtime-definitions"

import type { IResponse } from '@fluidframework/core-interfaces';
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions';
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';

@@ -25,0 +25,0 @@ // @alpha

@@ -22,3 +22,3 @@ ## Beta API Report File for "@fluidframework/container-runtime-definitions"

import type { IResponse } from '@fluidframework/core-interfaces';
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions';
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';

@@ -25,0 +25,0 @@ // (No @packageDocumentation comment for this package)

@@ -22,3 +22,3 @@ ## Public API Report File for "@fluidframework/container-runtime-definitions"

import type { IResponse } from '@fluidframework/core-interfaces';
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions';
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';

@@ -25,0 +25,0 @@ // (No @packageDocumentation comment for this package)

@@ -9,4 +9,5 @@ /*!

import type { IFluidHandleContext } from "@fluidframework/core-interfaces/internal";
import { type IClientDetails, type ISequencedDocumentMessage } from "@fluidframework/driver-definitions";
import { type IClientDetails } from "@fluidframework/driver-definitions";
import type { IDocumentStorageService, IDocumentMessage } from "@fluidframework/driver-definitions/internal";
import { type ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal";
import { type FlushMode, type IContainerRuntimeBase, type IContainerRuntimeBaseEvents, type IProvideFluidDataStoreRegistry } from "@fluidframework/runtime-definitions/internal";

@@ -13,0 +14,0 @@ /**

@@ -9,4 +9,5 @@ /*!

import type { IFluidHandleContext } from "@fluidframework/core-interfaces/internal";
import { type IClientDetails, type ISequencedDocumentMessage } from "@fluidframework/driver-definitions";
import { type IClientDetails } from "@fluidframework/driver-definitions";
import type { IDocumentStorageService, IDocumentMessage } from "@fluidframework/driver-definitions/internal";
import { type ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal";
import { type FlushMode, type IContainerRuntimeBase, type IContainerRuntimeBaseEvents, type IProvideFluidDataStoreRegistry } from "@fluidframework/runtime-definitions/internal";

@@ -13,0 +14,0 @@ /**

{
"name": "@fluidframework/container-runtime-definitions",
"version": "2.0.0-dev-rc.5.0.0.268409",
"version": "2.0.0-dev-rc.5.0.0.270401",
"description": "Fluid Runtime definitions",

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

"dependencies": {
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.268409",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.268409",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.268409",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.268409"
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270401"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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

import type { IFluidHandleContext } from "@fluidframework/core-interfaces/internal";
import {
type IClientDetails,
type ISequencedDocumentMessage,
} from "@fluidframework/driver-definitions";
import { type IClientDetails } from "@fluidframework/driver-definitions";
import type {

@@ -25,2 +22,3 @@ IDocumentStorageService,

} from "@fluidframework/driver-definitions/internal";
import { type ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal";
import {

@@ -27,0 +25,0 @@ type FlushMode,

@@ -9,3 +9,4 @@ {

"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": false,
},
}

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