You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@fluidframework/container-utils

Package Overview
Dependencies
Maintainers
3
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-utils - npm Package Compare versions

Comparing version

to
0.33.0

2

dist/error.d.ts

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

export declare class DataCorruptionError extends LoggingError implements IErrorBase {
readonly errorType = "dataCorruptionError";
readonly errorType = ContainerErrorType.dataCorruptionError;
readonly canRetry = false;

@@ -20,0 +20,0 @@ constructor(errorMessage: string, props: ITelemetryProperties);

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

super(errorMessage, props);
this.errorType = "dataCorruptionError";
this.errorType = container_definitions_1.ContainerErrorType.dataCorruptionError;
this.canRetry = false;

@@ -35,0 +35,0 @@ }

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

export declare const pkgName = "@fluidframework/container-utils";
export declare const pkgVersion = "0.33.0-13708";
export declare const pkgVersion = "0.33.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/container-utils";
exports.pkgVersion = "0.33.0-13708";
exports.pkgVersion = "0.33.0";
//# sourceMappingURL=packageVersion.js.map

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

export declare class DataCorruptionError extends LoggingError implements IErrorBase {
readonly errorType = "dataCorruptionError";
readonly errorType = ContainerErrorType.dataCorruptionError;
readonly canRetry = false;

@@ -20,0 +20,0 @@ constructor(errorMessage: string, props: ITelemetryProperties);

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

super(errorMessage, props);
this.errorType = "dataCorruptionError";
this.errorType = ContainerErrorType.dataCorruptionError;
this.canRetry = false;

@@ -32,0 +32,0 @@ }

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

export declare const pkgName = "@fluidframework/container-utils";
export declare const pkgVersion = "0.33.0-13708";
export declare const pkgVersion = "0.33.0";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/container-utils";
export const pkgVersion = "0.33.0-13708";
export const pkgVersion = "0.33.0";
//# sourceMappingURL=packageVersion.js.map
{
"name": "@fluidframework/container-utils",
"version": "0.33.0-13708",
"version": "0.33.0",
"description": "Fluid container utils",

@@ -57,5 +57,5 @@ "homepage": "https://fluidframework.com",

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/common-utils": "^0.27.0-0",
"@fluidframework/container-definitions": "0.33.0-13708",
"@fluidframework/telemetry-utils": "0.33.0-13708",
"@fluidframework/common-utils": "^0.27.0",
"@fluidframework/container-definitions": "^0.33.0",
"@fluidframework/telemetry-utils": "^0.33.0",
"assert": "^2.0.0"

@@ -66,3 +66,3 @@ },

"@fluidframework/eslint-config-fluid": "^0.21.0",
"@fluidframework/mocha-test-setup": "0.33.0-13708",
"@fluidframework/mocha-test-setup": "^0.33.0",
"@microsoft/api-extractor": "^7.7.2",

@@ -69,0 +69,0 @@ "@types/assert": "^1.5.1",

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

export class DataCorruptionError extends LoggingError implements IErrorBase {
readonly errorType = "dataCorruptionError";
readonly errorType = ContainerErrorType.dataCorruptionError;
readonly canRetry = false;

@@ -42,0 +42,0 @@

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

export const pkgName = "@fluidframework/container-utils";
export const pkgVersion = "0.33.0-13708";
export const pkgVersion = "0.33.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