Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 0.26.9 to 0.26.10

7

dist/error.js

@@ -6,4 +6,7 @@ "use strict";

*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const assert_1 = require("assert");
const assert_1 = __importDefault(require("assert"));
const container_definitions_1 = require("@fluidframework/container-definitions");

@@ -35,3 +38,3 @@ const telemetry_utils_1 = require("@fluidframework/telemetry-utils");

var _a;
assert_1.strict(error !== undefined);
assert_1.default(error !== undefined);
if (typeof error === "object" && error !== null) {

@@ -38,0 +41,0 @@ const err = error;

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

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

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

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

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

*/
import { strict as assert } from "assert";
import assert from "assert";
import { ContainerErrorType } from "@fluidframework/container-definitions";

@@ -8,0 +8,0 @@ import { CustomErrorWithProps } from "@fluidframework/telemetry-utils";

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

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

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

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

@@ -54,4 +54,4 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/container-definitions": "^0.26.9",
"@fluidframework/telemetry-utils": "^0.26.9"
"@fluidframework/container-definitions": "^0.26.10",
"@fluidframework/telemetry-utils": "^0.26.10"
},

@@ -61,3 +61,3 @@ "devDependencies": {

"@fluidframework/eslint-config-fluid": "^0.19.1",
"@fluidframework/mocha-test-setup": "^0.26.9",
"@fluidframework/mocha-test-setup": "^0.26.10",
"@microsoft/api-extractor": "^7.7.2",

@@ -64,0 +64,0 @@ "@types/mocha": "^5.2.5",

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

import { strict as assert } from "assert";
import assert from "assert";
import { ContainerErrorType, IGenericError, ICriticalContainerError } from "@fluidframework/container-definitions";

@@ -9,0 +9,0 @@ import { CustomErrorWithProps } from "@fluidframework/telemetry-utils";

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

export const pkgName = "@fluidframework/container-utils";
export const pkgVersion = "0.26.9";
export const pkgVersion = "0.26.10";

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