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

@fluidframework/container-definitions

Package Overview
Dependencies
Maintainers
2
Versions
491
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-definitions

Fluid container definitions

  • 2.0.0-dev.4.4.0.161784
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27K
decreased by-7.49%
Maintainers
2
Weekly downloads
 
Created
Source

@fluidframework/container-definitions

This package contains the interfaces and types concerning the Loader and loading the Container.

Some important interfaces in here include:

  • ILoader, IContainer - Interfaces allowing the Host to load and interact with a Container
  • IContainerContext - Proxy between the Host and the running instance of a Container, which allows the code supporting the running Container to be swapped out during a session.
  • IRuntime / IRuntimeFactory - Contract necessary for the ContainerContext to "boot" a Container at runtime.
  • IDeltaManager / IDeltaQueue - Abstraction over the Container's view of the ops being transmitted to/from storage.

Using Fluid Framework libraries

When taking a dependency on a Fluid Framework library, we recommend using a ^ (caret) version range, such as ^1.3.4. While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries, library consumers should always prefer ^.

Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version scheme, you must use a >= < dependency range. Standard ^ and ~ ranges will not work as expected. See the @fluid-tools/version-tools package for more information including tools to convert between version schemes.

FAQs

Package last updated on 20 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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