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

@fluidframework/fluid-static

Package Overview
Dependencies
Maintainers
3
Versions
442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/fluid-static - npm Package Compare versions

Comparing version 0.47.0-35961 to 0.47.0-36362

10

dist/fluidContainer.d.ts

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

import { IEvent, IEventProvider } from "@fluidframework/common-definitions";
import { IAudience, AttachState } from "@fluidframework/container-definitions";
import { AttachState } from "@fluidframework/container-definitions";
import { LoadableObjectClass, LoadableObjectRecord } from "./types";

@@ -35,10 +35,2 @@ import { RootDataObject } from "./rootDataObject";

get initialObjects(): Record<string, IFluidLoadable>;
/**
* @deprecated - Audience is being moved to the client packages
*/
get audience(): IAudience;
/**
* @deprecated - clientId is being moved to the client packages
*/
get clientId(): string | undefined;
attach(): Promise<string>;

@@ -45,0 +37,0 @@ create<T extends IFluidLoadable>(objectClass: LoadableObjectClass<T>): Promise<T>;

@@ -35,14 +35,2 @@ "use strict";

}
/**
* @deprecated - Audience is being moved to the client packages
*/
get audience() {
return this.container.audience;
}
/**
* @deprecated - clientId is being moved to the client packages
*/
get clientId() {
return this.container.clientId;
}
async attach() {

@@ -49,0 +37,0 @@ if (this.attachState === container_definitions_1.AttachState.Detached) {

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

import { IEvent, IEventProvider } from "@fluidframework/common-definitions";
import { IAudience, AttachState } from "@fluidframework/container-definitions";
import { AttachState } from "@fluidframework/container-definitions";
import { LoadableObjectClass, LoadableObjectRecord } from "./types";

@@ -35,10 +35,2 @@ import { RootDataObject } from "./rootDataObject";

get initialObjects(): Record<string, IFluidLoadable>;
/**
* @deprecated - Audience is being moved to the client packages
*/
get audience(): IAudience;
/**
* @deprecated - clientId is being moved to the client packages
*/
get clientId(): string | undefined;
attach(): Promise<string>;

@@ -45,0 +37,0 @@ create<T extends IFluidLoadable>(objectClass: LoadableObjectClass<T>): Promise<T>;

@@ -32,14 +32,2 @@ /*!

}
/**
* @deprecated - Audience is being moved to the client packages
*/
get audience() {
return this.container.audience;
}
/**
* @deprecated - clientId is being moved to the client packages
*/
get clientId() {
return this.container.clientId;
}
async attach() {

@@ -46,0 +34,0 @@ if (this.attachState === AttachState.Detached) {

18

package.json
{
"name": "@fluidframework/fluid-static",
"version": "0.47.0-35961",
"version": "0.47.0-36362",
"description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",

@@ -32,17 +32,17 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/aqueduct": "0.47.0-35961",
"@fluidframework/aqueduct": "0.47.0-36362",
"@fluidframework/common-definitions": "^0.20.1",
"@fluidframework/common-utils": "^0.32.1",
"@fluidframework/container-definitions": "^0.39.8",
"@fluidframework/container-loader": "0.47.0-35961",
"@fluidframework/container-runtime-definitions": "0.47.0-35961",
"@fluidframework/container-loader": "0.47.0-36362",
"@fluidframework/container-runtime-definitions": "0.47.0-36362",
"@fluidframework/core-interfaces": "^0.39.7",
"@fluidframework/datastore-definitions": "0.47.0-35961",
"@fluidframework/datastore-definitions": "0.47.0-36362",
"@fluidframework/protocol-definitions": "^0.1024.0",
"@fluidframework/request-handler": "0.47.0-35961",
"@fluidframework/runtime-definitions": "0.47.0-35961",
"@fluidframework/runtime-utils": "0.47.0-35961"
"@fluidframework/request-handler": "0.47.0-36362",
"@fluidframework/runtime-definitions": "0.47.0-36362",
"@fluidframework/runtime-utils": "0.47.0-36362"
},
"devDependencies": {
"@fluid-experimental/get-container": "0.47.0-35961",
"@fluid-experimental/get-container": "0.47.0-36362",
"@fluidframework/build-common": "^0.22.0",

@@ -49,0 +49,0 @@ "@fluidframework/eslint-config-fluid": "^0.23.0",

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

import { IEvent, IEventProvider } from "@fluidframework/common-definitions";
import { IAudience, AttachState } from "@fluidframework/container-definitions";
import { AttachState } from "@fluidframework/container-definitions";
import { LoadableObjectClass, LoadableObjectRecord } from "./types";

@@ -58,16 +58,2 @@ import { RootDataObject } from "./rootDataObject";

/**
* @deprecated - Audience is being moved to the client packages
*/
public get audience(): IAudience {
return this.container.audience;
}
/**
* @deprecated - clientId is being moved to the client packages
*/
public get clientId() {
return this.container.clientId;
}
public async attach() {

@@ -74,0 +60,0 @@ if (this.attachState === AttachState.Detached) {

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