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

@fluidframework/runtime-definitions

Package Overview
Dependencies
Maintainers
3
Versions
584
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/runtime-definitions - npm Package Compare versions

Comparing version 0.27.0 to 0.27.1

6

dist/dataStoreContext.d.ts

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

import { IsoBuffer } from "@fluidframework/common-utils";
import { IFluidObject, IFluidRouter, IProvideFluidHandleContext, IProvideFluidSerializer, IFluidHandle } from "@fluidframework/core-interfaces";
import { IFluidObject, IFluidRouter, IProvideFluidHandleContext, IProvideFluidSerializer, IFluidHandle, IRequest, IResponse } from "@fluidframework/core-interfaces";
import { IAudience, IDeltaManager, ContainerWarning, ILoader, AttachState } from "@fluidframework/container-definitions";

@@ -49,2 +49,6 @@ import { IDocumentStorageService } from "@fluidframework/driver-definitions";

/**
* Executes a request against the container runtime
*/
request(request: IRequest): Promise<IResponse>;
/**
* Submits a container runtime level signal to be sent to other clients.

@@ -51,0 +55,0 @@ * @param type - Type of the signal.

8

package.json
{
"name": "@fluidframework/runtime-definitions",
"version": "0.27.0",
"version": "0.27.1",
"description": "Fluid Runtime definitions",

@@ -31,5 +31,5 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-utils": "^0.24.0",
"@fluidframework/container-definitions": "^0.27.0",
"@fluidframework/core-interfaces": "^0.27.0",
"@fluidframework/driver-definitions": "^0.27.0",
"@fluidframework/container-definitions": "^0.27.1",
"@fluidframework/core-interfaces": "^0.27.1",
"@fluidframework/driver-definitions": "^0.27.1",
"@fluidframework/protocol-definitions": "^0.1013.0",

@@ -36,0 +36,0 @@ "@types/node": "^10.17.24"

@@ -15,2 +15,4 @@ /*!

IFluidHandle,
IRequest,
IResponse,
} from "@fluidframework/core-interfaces";

@@ -82,2 +84,7 @@ import {

/**
* Executes a request against the container runtime
*/
request(request: IRequest): Promise<IResponse>;
/**
* Submits a container runtime level signal to be sent to other clients.

@@ -84,0 +91,0 @@ * @param type - Type of the signal.

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