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

fluid-framework

Package Overview
Dependencies
Maintainers
0
Versions
438
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluid-framework - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

dist/index.d.ts

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

* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`).
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).
*

@@ -10,0 +10,0 @@ * @packageDocumentation

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

* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`).
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).
*

@@ -10,0 +10,0 @@ * @packageDocumentation

{
"name": "fluid-framework",
"version": "2.0.0",
"version": "2.0.1",
"description": "The main entry point into Fluid Framework public packages",

@@ -40,11 +40,11 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/container-definitions": "~2.0.0",
"@fluidframework/container-loader": "~2.0.0",
"@fluidframework/core-interfaces": "~2.0.0",
"@fluidframework/driver-definitions": "~2.0.0",
"@fluidframework/fluid-static": "~2.0.0",
"@fluidframework/map": "~2.0.0",
"@fluidframework/sequence": "~2.0.0",
"@fluidframework/shared-object-base": "~2.0.0",
"@fluidframework/tree": "~2.0.0"
"@fluidframework/container-definitions": "~2.0.1",
"@fluidframework/container-loader": "~2.0.1",
"@fluidframework/core-interfaces": "~2.0.1",
"@fluidframework/driver-definitions": "~2.0.1",
"@fluidframework/fluid-static": "~2.0.1",
"@fluidframework/map": "~2.0.1",
"@fluidframework/sequence": "~2.0.1",
"@fluidframework/shared-object-base": "~2.0.1",
"@fluidframework/tree": "~2.0.1"
},

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

# fluid-framework
The `fluid-framework` package bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`).
The `fluid-framework` package bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).

@@ -8,3 +8,3 @@ This package reexports these APIs from other Fluid client packages reducing the number of direct package dependencies needed.

- A service client (e.g. `@fluidframework/azure-client`, `@fluid-experimental/osdp-client (BETA)`, or `@fluidframework/tinylicious-client` for local development) to allow connecting to a Fluid service.
- A service client (e.g. `@fluidframework/azure-client`, `@fluidframework/odsp-client (BETA)`, or `@fluidframework/tinylicious-client` for local development) to allow connecting to a Fluid service.
- Fluid Framework [developer tools](https://github.com/microsoft/FluidFramework/tree/main/packages/tools/devtools/devtools).

@@ -29,3 +29,3 @@ - `@fluidframework/app-insights-logger`: to route Fluid telemetry to Azure App Insights.

1. **[SharedMap][]**, a map-like data structure for storing key/value pair data
- Note: as of version 2.0, `SharedMap` is deprecated. Please use `SharedTree` instead.
- Note: as of version 2.0, `SharedMap` is now marked legacy. Please use `SharedTree` for any new development.

@@ -32,0 +32,0 @@ ## Tutorial

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

* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`).
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`).
*

@@ -11,0 +11,0 @@ * @packageDocumentation

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