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

@fluidframework/map

Package Overview
Dependencies
Maintainers
3
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 0.26.1 to 0.27.0

2

dist/directory.d.ts

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

*/
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>;
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>;
/**

@@ -208,0 +208,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.registerCore}

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

*/
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>;
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>;
/**

@@ -143,0 +143,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect}

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

export declare const pkgName = "@fluidframework/map";
export declare const pkgVersion = "0.26.1";
export declare const pkgVersion = "0.27.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/map";
exports.pkgVersion = "0.26.1";
exports.pkgVersion = "0.27.0";
//# sourceMappingURL=packageVersion.js.map

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

*/
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>;
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>;
/**

@@ -208,0 +208,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.registerCore}

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

*/
protected loadCore(branchId: string, storage: IChannelStorageService): Promise<void>;
protected loadCore(branchId: string | undefined, storage: IChannelStorageService): Promise<void>;
/**

@@ -143,0 +143,0 @@ * {@inheritDoc @fluidframework/shared-object-base#SharedObject.onDisconnect}

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

export declare const pkgName = "@fluidframework/map";
export declare const pkgVersion = "0.26.1";
export declare const pkgVersion = "0.27.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

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

@@ -56,8 +56,8 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.23.0",
"@fluidframework/core-interfaces": "^0.26.1",
"@fluidframework/datastore-definitions": "^0.26.1",
"@fluidframework/protocol-base": "^0.1012.0",
"@fluidframework/protocol-definitions": "^0.1012.0",
"@fluidframework/shared-object-base": "^0.26.1",
"@fluidframework/common-utils": "^0.24.0",
"@fluidframework/core-interfaces": "^0.27.0",
"@fluidframework/datastore-definitions": "^0.27.0",
"@fluidframework/protocol-base": "^0.1013.0",
"@fluidframework/protocol-definitions": "^0.1013.0",
"@fluidframework/shared-object-base": "^0.27.0",
"debug": "^4.1.1"

@@ -68,4 +68,4 @@ },

"@fluidframework/eslint-config-fluid": "^0.19.1",
"@fluidframework/mocha-test-setup": "^0.26.1",
"@fluidframework/test-runtime-utils": "^0.26.1",
"@fluidframework/mocha-test-setup": "^0.27.0",
"@fluidframework/test-runtime-utils": "^0.27.0",
"@microsoft/api-extractor": "^7.7.2",

@@ -72,0 +72,0 @@ "@types/debug": "^4.1.5",

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

protected async loadCore(
branchId: string,
branchId: string | undefined,
storage: IChannelStorageService) {

@@ -659,0 +659,0 @@ const header = await storage.read(snapshotFileName);

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

protected async loadCore(
branchId: string,
branchId: string | undefined,
storage: IChannelStorageService) {

@@ -339,0 +339,0 @@ const header = await storage.read(snapshotFileName);

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

export const pkgName = "@fluidframework/map";
export const pkgVersion = "0.26.1";
export const pkgVersion = "0.27.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

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

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