New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/container-definitions

Package Overview
Dependencies
Maintainers
3
Versions
494
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-definitions - npm Package Compare versions

Comparing version 0.28.7 to 0.29.0

4

dist/browserPackage.d.ts

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

/**
* {@inheritdoc}
* {@inheritDoc @fluidframework/core-interfaces#IFluidPackage.fluid}
*/

@@ -41,3 +41,3 @@ fluid: {

/**
* {@inheritdoc}
* {@inheritDoc @fluidframework/core-interfaces#IFluidPackage.fluid.environment}
*/

@@ -44,0 +44,0 @@ [environment: string]: IFluidPackageEnvironment;

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

import { ICriticalContainerError, ContainerWarning } from "./error";
import { ICodeLoader, ILoader } from "./loader";
import { ILoader } from "./loader";
export declare enum AttachState {

@@ -101,3 +101,2 @@ Detached = "Detached",

readonly loader: ILoader;
readonly codeLoader: ICodeLoader;
readonly logger: ITelemetryLogger;

@@ -104,0 +103,0 @@ readonly serviceConfiguration: IServiceConfiguration | undefined;

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

/**
* {@inheritdoc}
* {@inheritDoc @fluidframework/core-interfaces#IFluidPackage.fluid}
*/

@@ -41,3 +41,3 @@ fluid: {

/**
* {@inheritdoc}
* {@inheritDoc @fluidframework/core-interfaces#IFluidPackage.fluid.environment}
*/

@@ -44,0 +44,0 @@ [environment: string]: IFluidPackageEnvironment;

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

import { ICriticalContainerError, ContainerWarning } from "./error";
import { ICodeLoader, ILoader } from "./loader";
import { ILoader } from "./loader";
export declare enum AttachState {

@@ -101,3 +101,2 @@ Detached = "Detached",

readonly loader: ILoader;
readonly codeLoader: ICodeLoader;
readonly logger: ITelemetryLogger;

@@ -104,0 +103,0 @@ readonly serviceConfiguration: IServiceConfiguration | undefined;

{
"name": "@fluidframework/container-definitions",
"version": "0.28.7",
"version": "0.29.0",
"description": "Fluid container definitions",
"homepage": "https://fluidframework.com",
"repository": "microsoft/FluidFramework",
"repository": "https://github.com/microsoft/FluidFramework",
"license": "MIT",
"author": "Microsoft",
"sideEffects": "false",
"sideEffects": false,
"main": "dist/index.js",

@@ -32,9 +32,9 @@ "module": "lib/index.js",

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.28.7",
"@fluidframework/driver-definitions": "^0.28.7",
"@fluidframework/protocol-definitions": "^0.1014.1"
"@fluidframework/core-interfaces": "^0.29.0",
"@fluidframework/driver-definitions": "^0.29.0",
"@fluidframework/protocol-definitions": "^0.1015.0"
},
"devDependencies": {
"@fluidframework/build-common": "^0.19.2",
"@fluidframework/eslint-config-fluid": "^0.20.0",
"@fluidframework/eslint-config-fluid": "^0.21.0",
"@microsoft/api-extractor": "^7.7.2",

@@ -41,0 +41,0 @@ "@types/node": "^10.17.24",

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

/**
* {@inheritdoc}
* {@inheritDoc @fluidframework/core-interfaces#IFluidPackage.fluid}
*/

@@ -46,3 +46,3 @@ fluid: {

/**
* {@inheritdoc}
* {@inheritDoc @fluidframework/core-interfaces#IFluidPackage.fluid.environment}
*/

@@ -49,0 +49,0 @@ [environment: string]: IFluidPackageEnvironment;

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

import { ICriticalContainerError, ContainerWarning } from "./error";
import { ICodeLoader, ILoader } from "./loader";
import { ILoader } from "./loader";

@@ -136,3 +136,2 @@ // Represents the attachment state of the entity.

readonly loader: ILoader;
readonly codeLoader: ICodeLoader;
readonly logger: ITelemetryLogger;

@@ -139,0 +138,0 @@ readonly serviceConfiguration: IServiceConfiguration | undefined;

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