Socket
Socket
Sign inDemoInstall

@fluidframework/datastore-definitions

Package Overview
Dependencies
Maintainers
3
Versions
569
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/datastore-definitions - npm Package Compare versions

Comparing version 0.26.1 to 0.27.0

2

dist/channel.d.ts

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

*/
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, branchId: string, channelAttributes: Readonly<IChannelAttributes>): Promise<IChannel>;
load(runtime: IFluidDataStoreRuntime, id: string, services: IChannelServices, branchId: string | undefined, channelAttributes: Readonly<IChannelAttributes>): Promise<IChannel>;
/**

@@ -142,0 +142,0 @@ * Creates a local version of the channel.

@@ -7,4 +7,5 @@ /*!

import { IDisposable, ITelemetryLogger } from "@fluidframework/common-definitions";
import { IFluidHandleContext, IFluidSerializer, IFluidRouter } from "@fluidframework/core-interfaces";
import { IAudience, IDeltaManager, IGenericBlob, ContainerWarning, ILoader, AttachState } from "@fluidframework/container-definitions";
import { IsoBuffer } from "@fluidframework/common-utils";
import { IFluidHandleContext, IFluidSerializer, IFluidRouter, IFluidHandle } from "@fluidframework/core-interfaces";
import { IAudience, IDeltaManager, ContainerWarning, ILoader, AttachState } from "@fluidframework/container-definitions";
import { IDocumentMessage, IQuorum, ISequencedDocumentMessage } from "@fluidframework/protocol-definitions";

@@ -61,3 +62,3 @@ import { IInboundSignalMessage, IProvideFluidDataStoreRegistry } from "@fluidframework/runtime-definitions";

*/
uploadBlob(file: IGenericBlob): Promise<IGenericBlob>;
uploadBlob(file: IsoBuffer): Promise<IFluidHandle<string>>;
/**

@@ -70,11 +71,2 @@ * Submits the signal to be sent to other clients.

/**
* Api to get the blob for a particular id.
* @param blobId - ID of the required blob.
*/
getBlob(blobId: string): Promise<IGenericBlob | undefined>;
/**
* Api to get the blob metadata.
*/
getBlobMetadata(): Promise<IGenericBlob[]>;
/**
* Returns the current quorum.

@@ -81,0 +73,0 @@ */

{
"name": "@fluidframework/datastore-definitions",
"version": "0.26.1",
"version": "0.27.0",
"description": "Fluid data store definitions",

@@ -30,6 +30,7 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/container-definitions": "^0.26.1",
"@fluidframework/core-interfaces": "^0.26.1",
"@fluidframework/protocol-definitions": "^0.1012.0",
"@fluidframework/runtime-definitions": "^0.26.1",
"@fluidframework/common-utils": "^0.24.0",
"@fluidframework/container-definitions": "^0.27.0",
"@fluidframework/core-interfaces": "^0.27.0",
"@fluidframework/protocol-definitions": "^0.1013.0",
"@fluidframework/runtime-definitions": "^0.27.0",
"@types/node": "^10.17.24"

@@ -36,0 +37,0 @@ },

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

services: IChannelServices,
branchId: string,
branchId: string | undefined,
channelAttributes: Readonly<IChannelAttributes>,

@@ -171,0 +171,0 @@ ): Promise<IChannel>;

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

import { IDisposable, ITelemetryLogger } from "@fluidframework/common-definitions";
import { IsoBuffer } from "@fluidframework/common-utils";
import {

@@ -13,2 +14,3 @@ IFluidHandleContext,

IFluidRouter,
IFluidHandle,
} from "@fluidframework/core-interfaces";

@@ -18,3 +20,2 @@ import {

IDeltaManager,
IGenericBlob,
ContainerWarning,

@@ -107,3 +108,3 @@ ILoader,

*/
uploadBlob(file: IGenericBlob): Promise<IGenericBlob>;
uploadBlob(file: IsoBuffer): Promise<IFluidHandle<string>>;

@@ -118,13 +119,2 @@ /**

/**
* Api to get the blob for a particular id.
* @param blobId - ID of the required blob.
*/
getBlob(blobId: string): Promise<IGenericBlob | undefined>;
/**
* Api to get the blob metadata.
*/
getBlobMetadata(): Promise<IGenericBlob[]>;
/**
* Returns the current quorum.

@@ -131,0 +121,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