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-274160 to 2.1.0-276326

api-report/map.legacy.alpha.api.md

13

dist/directory.d.ts

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

* Operation indicating a value should be set for a key.
* @legacy
* @alpha

@@ -42,2 +43,3 @@ */

* Operation indicating a key should be deleted from the directory.
* @legacy
* @alpha

@@ -61,2 +63,3 @@ */

* An operation on a specific key within a directory.
* @legacy
* @alpha

@@ -67,2 +70,3 @@ */

* Operation indicating the directory should be cleared.
* @legacy
* @alpha

@@ -82,2 +86,3 @@ */

* An operation on one or more of the keys within a directory.
* @legacy
* @alpha

@@ -88,2 +93,3 @@ */

* Operation indicating a subdirectory should be created.
* @legacy
* @alpha

@@ -107,2 +113,3 @@ */

* Operation indicating a subdirectory should be deleted.
* @legacy
* @alpha

@@ -126,2 +133,3 @@ */

* An operation on the subdirectories within a directory.
* @legacy
* @alpha

@@ -132,2 +140,3 @@ */

* Any operation on a directory.
* @legacy
* @alpha

@@ -141,2 +150,3 @@ */

*
* @legacy
* @alpha

@@ -164,2 +174,3 @@ */

*
* @legacy
* @alpha

@@ -190,2 +201,3 @@ */

*
* @legacy
* @alpha

@@ -244,2 +256,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -246,0 +259,0 @@ */

3

dist/directoryFactory.d.ts

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

* @sealed
* @legacy
* @alpha

@@ -42,2 +43,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -48,2 +50,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -50,0 +53,0 @@ * @privateRemarks

@@ -15,2 +15,3 @@ "use strict";

* @sealed
* @legacy
* @alpha

@@ -63,2 +64,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -65,0 +67,0 @@ */

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

* @sealed
* @legacy
* @alpha

@@ -27,2 +28,3 @@ */

* @remarks When used as a Map, operates on its keys.
* @legacy
* @alpha

@@ -95,2 +97,3 @@ */

* These events only emit on the {@link ISharedDirectory} itself, and not on subdirectories.
* @legacy
* @alpha

@@ -152,2 +155,3 @@ */

* Events emitted in response to changes to the directory data.
* @legacy
* @alpha

@@ -220,2 +224,3 @@ */

* SubDirectories can be retrieved for use as working directories.
* @legacy
* @alpha

@@ -229,2 +234,3 @@ */

* Type of "valueChanged" event parameter for {@link ISharedDirectory}.
* @legacy
* @alpha

@@ -241,2 +247,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -281,2 +288,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -283,0 +291,0 @@ */

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

* @deprecated This type is legacy and deprecated(AB#8004).
* @legacy
* @alpha

@@ -137,2 +138,3 @@ */

* Serialized {@link ISerializableValue} counterpart.
* @legacy
* @alpha

@@ -139,0 +141,0 @@ */

2

dist/legacy.d.ts

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

export {
// @alpha APIs
// @legacy APIs
DirectoryFactory,

@@ -15,0 +15,0 @@ ICreateInfo,

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

* A local value to be stored in a container type Distributed Data Store (DDS).
* @legacy
* @alpha

@@ -62,2 +63,3 @@ */

* values with minimal awareness of how those objects are stored, serialized, and deserialized.
* @legacy
* @alpha

@@ -64,0 +66,0 @@ */

@@ -61,2 +61,3 @@ "use strict";

* values with minimal awareness of how those objects are stored, serialized, and deserialized.
* @legacy
* @alpha

@@ -63,0 +64,0 @@ */

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

* @sealed
* @legacy
* @alpha

@@ -42,2 +43,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -48,2 +50,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -50,0 +53,0 @@ * @privateRemarks

@@ -15,2 +15,3 @@ "use strict";

* @sealed
* @legacy
* @alpha

@@ -63,2 +64,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -65,0 +67,0 @@ */

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

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

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

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

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

* Operation indicating a value should be set for a key.
* @legacy
* @alpha

@@ -42,2 +43,3 @@ */

* Operation indicating a key should be deleted from the directory.
* @legacy
* @alpha

@@ -61,2 +63,3 @@ */

* An operation on a specific key within a directory.
* @legacy
* @alpha

@@ -67,2 +70,3 @@ */

* Operation indicating the directory should be cleared.
* @legacy
* @alpha

@@ -82,2 +86,3 @@ */

* An operation on one or more of the keys within a directory.
* @legacy
* @alpha

@@ -88,2 +93,3 @@ */

* Operation indicating a subdirectory should be created.
* @legacy
* @alpha

@@ -107,2 +113,3 @@ */

* Operation indicating a subdirectory should be deleted.
* @legacy
* @alpha

@@ -126,2 +133,3 @@ */

* An operation on the subdirectories within a directory.
* @legacy
* @alpha

@@ -132,2 +140,3 @@ */

* Any operation on a directory.
* @legacy
* @alpha

@@ -141,2 +150,3 @@ */

*
* @legacy
* @alpha

@@ -164,2 +174,3 @@ */

*
* @legacy
* @alpha

@@ -190,2 +201,3 @@ */

*
* @legacy
* @alpha

@@ -244,2 +256,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -246,0 +259,0 @@ */

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

* @sealed
* @legacy
* @alpha

@@ -42,2 +43,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -48,2 +50,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -50,0 +53,0 @@ * @privateRemarks

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

* @sealed
* @legacy
* @alpha

@@ -59,2 +60,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -61,0 +63,0 @@ */

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

* @sealed
* @legacy
* @alpha

@@ -27,2 +28,3 @@ */

* @remarks When used as a Map, operates on its keys.
* @legacy
* @alpha

@@ -95,2 +97,3 @@ */

* These events only emit on the {@link ISharedDirectory} itself, and not on subdirectories.
* @legacy
* @alpha

@@ -152,2 +155,3 @@ */

* Events emitted in response to changes to the directory data.
* @legacy
* @alpha

@@ -220,2 +224,3 @@ */

* SubDirectories can be retrieved for use as working directories.
* @legacy
* @alpha

@@ -229,2 +234,3 @@ */

* Type of "valueChanged" event parameter for {@link ISharedDirectory}.
* @legacy
* @alpha

@@ -241,2 +247,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -281,2 +288,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -283,0 +291,0 @@ */

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

* @deprecated This type is legacy and deprecated(AB#8004).
* @legacy
* @alpha

@@ -137,2 +138,3 @@ */

* Serialized {@link ISerializableValue} counterpart.
* @legacy
* @alpha

@@ -139,0 +141,0 @@ */

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

export {
// @alpha APIs
// @legacy APIs
DirectoryFactory,

@@ -15,0 +15,0 @@ ICreateInfo,

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

* A local value to be stored in a container type Distributed Data Store (DDS).
* @legacy
* @alpha

@@ -62,2 +63,3 @@ */

* values with minimal awareness of how those objects are stored, serialized, and deserialized.
* @legacy
* @alpha

@@ -64,0 +66,0 @@ */

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

* values with minimal awareness of how those objects are stored, serialized, and deserialized.
* @legacy
* @alpha

@@ -58,0 +59,0 @@ */

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

* @sealed
* @legacy
* @alpha

@@ -42,2 +43,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -48,2 +50,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -50,0 +53,0 @@ * @privateRemarks

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

* @sealed
* @legacy
* @alpha

@@ -59,2 +60,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -61,0 +63,0 @@ */

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

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

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

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

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

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

@@ -87,5 +87,5 @@ },

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
"@fluid-private/stochastic-test-utils": "2.1.0-274160",
"@fluid-private/test-dds-utils": "2.1.0-274160",
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
"@fluid-private/stochastic-test-utils": "2.1.0-276326",
"@fluid-private/test-dds-utils": "2.1.0-276326",
"@fluid-tools/benchmark": "^0.48.0",

@@ -95,6 +95,6 @@ "@fluid-tools/build-cli": "^0.39.0",

"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/container-definitions": "2.1.0-274160",
"@fluidframework/container-definitions": "2.1.0-276326",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.0.0-rc.5.0.0",
"@fluidframework/test-runtime-utils": "2.1.0-274160",
"@fluidframework/test-runtime-utils": "2.1.0-276326",
"@microsoft/api-extractor": "^7.45.1",

@@ -123,4 +123,4 @@ "@types/mocha": "^9.1.1",

"api": "fluid-build . --task api",
"api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
"build": "fluid-build . --task build",

@@ -127,0 +127,0 @@ "build:commonjs": "fluid-build . --task commonjs",

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

* @sealed
* @legacy
* @alpha

@@ -82,2 +83,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -89,2 +91,3 @@ */

* Entrypoint for {@link ISharedDirectory} creation.
* @legacy
* @alpha

@@ -91,0 +94,0 @@ * @privateRemarks

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

* @sealed
* @legacy
* @alpha

@@ -41,2 +42,3 @@ */

* @remarks When used as a Map, operates on its keys.
* @legacy
* @alpha

@@ -126,2 +128,3 @@ */

* These events only emit on the {@link ISharedDirectory} itself, and not on subdirectories.
* @legacy
* @alpha

@@ -200,2 +203,3 @@ */

* Events emitted in response to changes to the directory data.
* @legacy
* @alpha

@@ -282,2 +286,3 @@ */

* SubDirectories can be retrieved for use as working directories.
* @legacy
* @alpha

@@ -298,2 +303,3 @@ */

* Type of "valueChanged" event parameter for {@link ISharedDirectory}.
* @legacy
* @alpha

@@ -311,2 +317,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -356,2 +363,3 @@ */

* @sealed
* @legacy
* @alpha

@@ -358,0 +366,0 @@ */

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

* @deprecated This type is legacy and deprecated(AB#8004).
* @legacy
* @alpha

@@ -158,2 +159,3 @@ */

* Serialized {@link ISerializableValue} counterpart.
* @legacy
* @alpha

@@ -160,0 +162,0 @@ */

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

* A local value to be stored in a container type Distributed Data Store (DDS).
* @legacy
* @alpha

@@ -103,2 +104,3 @@ */

* values with minimal awareness of how those objects are stored, serialized, and deserialized.
* @legacy
* @alpha

@@ -105,0 +107,0 @@ */

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

* @sealed
* @legacy
* @alpha

@@ -82,2 +83,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -89,2 +91,3 @@ */

* Entrypoint for {@link ISharedMap} creation.
* @legacy
* @alpha

@@ -91,0 +94,0 @@ * @privateRemarks

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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

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

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

Sorry, the diff of this file is too big to display

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