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

@fluidframework/map

Package Overview
Dependencies
Maintainers
0
Versions
583
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/map - npm Package Compare versions

Comparing version 2.1.0-281041 to 2.1.0

21

CHANGELOG.md
# @fluidframework/map
## 2.1.0
### Minor Changes
- Some SharedDirectory/SharedMap-related APIs have been sealed ([#21836](https://github.com/microsoft/FluidFramework/pull/21836)) [b1d0427eab](https://github.com/microsoft/FluidFramework/commit/b1d0427eab3fcd55588dd80996967133db66f1b8)
Note that this is a _documentation only change._ There is no runtime or type-level impact.
Some top-level APIs within `@fluidframework/map` and `fluid-framework` have been updated to reflect their
sealed/readonly nature. That is, they are not to be implemented externally to Fluid Framework and not changed. This was
already the case, but the documentation was not clear.
Updated APIs:
- [IDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/idirectory-interface) sealed
- [IDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryevents-interface) sealed
- [IDirectoryValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryvaluechanged-interface) sealed and path property is readonly
- [ISharedDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectory-interface) sealed
- [ISharedDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectoryevents-interface) sealed
- [IValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/ivaluechanged-interface) sealed
## 2.0.0-rc.5.0.0

@@ -4,0 +25,0 @@

2

dist/packageVersion.d.ts

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

export declare const pkgName = "@fluidframework/map";
export declare const pkgVersion = "2.1.0-281041";
export declare const pkgVersion = "2.1.0";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -11,3 +11,3 @@ "use strict";

exports.pkgName = "@fluidframework/map";
exports.pkgVersion = "2.1.0-281041";
exports.pkgVersion = "2.1.0";
//# sourceMappingURL=packageVersion.js.map

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

export declare const pkgName = "@fluidframework/map";
export declare const pkgVersion = "2.1.0-281041";
export declare const pkgVersion = "2.1.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/map";
export const pkgVersion = "2.1.0-281041";
export const pkgVersion = "2.1.0";
//# sourceMappingURL=packageVersion.js.map
{
"name": "@fluidframework/map",
"version": "2.1.0-281041",
"version": "2.1.0",
"description": "Distributed map",

@@ -70,13 +70,13 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "2.1.0-281041",
"@fluidframework/core-interfaces": "2.1.0-281041",
"@fluidframework/core-utils": "2.1.0-281041",
"@fluidframework/datastore-definitions": "2.1.0-281041",
"@fluidframework/driver-definitions": "2.1.0-281041",
"@fluidframework/driver-utils": "2.1.0-281041",
"@fluidframework/merge-tree": "2.1.0-281041",
"@fluidframework/runtime-definitions": "2.1.0-281041",
"@fluidframework/runtime-utils": "2.1.0-281041",
"@fluidframework/shared-object-base": "2.1.0-281041",
"@fluidframework/telemetry-utils": "2.1.0-281041",
"@fluid-internal/client-utils": "~2.1.0",
"@fluidframework/core-interfaces": "~2.1.0",
"@fluidframework/core-utils": "~2.1.0",
"@fluidframework/datastore-definitions": "~2.1.0",
"@fluidframework/driver-definitions": "~2.1.0",
"@fluidframework/driver-utils": "~2.1.0",
"@fluidframework/merge-tree": "~2.1.0",
"@fluidframework/runtime-definitions": "~2.1.0",
"@fluidframework/runtime-utils": "~2.1.0",
"@fluidframework/shared-object-base": "~2.1.0",
"@fluidframework/telemetry-utils": "~2.1.0",
"path-browserify": "^1.0.1"

@@ -87,13 +87,13 @@ },

"@biomejs/biome": "~1.8.3",
"@fluid-internal/mocha-test-setup": "2.1.0-281041",
"@fluid-private/stochastic-test-utils": "2.1.0-281041",
"@fluid-private/test-dds-utils": "2.1.0-281041",
"@fluid-internal/mocha-test-setup": "~2.1.0",
"@fluid-private/stochastic-test-utils": "~2.1.0",
"@fluid-private/test-dds-utils": "~2.1.0",
"@fluid-tools/benchmark": "^0.48.0",
"@fluid-tools/build-cli": "^0.40.0",
"@fluid-tools/build-cli": "^0.41.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.40.0",
"@fluidframework/container-definitions": "2.1.0-281041",
"@fluidframework/build-tools": "^0.41.0",
"@fluidframework/container-definitions": "~2.1.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.0.0",
"@fluidframework/test-runtime-utils": "2.1.0-281041",
"@fluidframework/test-runtime-utils": "~2.1.0",
"@microsoft/api-extractor": "^7.45.1",

@@ -119,6 +119,6 @@ "@types/mocha": "^9.1.1",

"broken": {
"VariableDeclaration_SharedMap": {
"Variable_SharedMap": {
"forwardCompat": false
},
"VariableDeclaration_SharedDirectory": {
"Variable_SharedDirectory": {
"forwardCompat": false

@@ -125,0 +125,0 @@ }

@@ -33,2 +33,6 @@ # @fluidframework/map

## API Documentation
API documentation for **@fluidframework/map** is available at <https://fluidframework.com/docs/apis/map>.
<!-- prettier-ignore-end -->

@@ -93,6 +97,2 @@

## API Documentation
API documentation for **@fluidframework/map** is available at <https://fluidframework.com/docs/apis/map>.
## Minimum Client Requirements

@@ -99,0 +99,0 @@

@@ -9,2 +9,2 @@ /*!

export const pkgName = "@fluidframework/map";
export const pkgVersion = "2.1.0-281041";
export const pkgVersion = "2.1.0";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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