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

@fluidframework/container-runtime-definitions

Package Overview
Dependencies
Maintainers
3
Versions
590
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 0.31.1 to 0.32.0

4

dist/containerRuntime.d.ts

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

import { IEventProvider } from "@fluidframework/common-definitions";
import { AttachState, ContainerWarning, IDeltaManager, ILoader } from "@fluidframework/container-definitions";
import { AttachState, ContainerWarning, IDeltaManager, ILoader, ILoaderOptions } from "@fluidframework/container-definitions";
import { IRequest, IResponse, IFluidObject, IFluidRouter, IFluidCodeDetails } from "@fluidframework/core-interfaces";

@@ -32,3 +32,3 @@ import { IDocumentStorageService } from "@fluidframework/driver-definitions";

readonly existing: boolean;
readonly options: any;
readonly options: ILoaderOptions;
readonly clientId: string | undefined;

@@ -35,0 +35,0 @@ readonly clientDetails: IClientDetails;

{
"name": "@fluidframework/container-runtime-definitions",
"version": "0.31.1",
"version": "0.32.0",
"description": "Fluid Runtime definitions",

@@ -30,7 +30,7 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/container-definitions": "^0.31.1",
"@fluidframework/core-interfaces": "^0.31.1",
"@fluidframework/driver-definitions": "^0.31.1",
"@fluidframework/protocol-definitions": "^0.1016.1",
"@fluidframework/runtime-definitions": "^0.31.1",
"@fluidframework/container-definitions": "^0.32.0",
"@fluidframework/core-interfaces": "^0.32.0",
"@fluidframework/driver-definitions": "^0.32.0",
"@fluidframework/protocol-definitions": "^0.1017.0",
"@fluidframework/runtime-definitions": "^0.32.0",
"@types/node": "^10.17.24"

@@ -37,0 +37,0 @@ },

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

ILoader,
ILoaderOptions,
} from "@fluidframework/container-definitions";

@@ -75,3 +76,3 @@ import {

readonly existing: boolean;
readonly options: any;
readonly options: ILoaderOptions;
readonly clientId: string | undefined;

@@ -78,0 +79,0 @@ readonly clientDetails: IClientDetails;

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