Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@fluidframework/id-compressor

Package Overview
Dependencies
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/id-compressor - npm Package Compare versions

Comparing version
2.80.0
to
2.81.0-374083
+1
-1
dist/packageVersion.d.ts

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

export declare const pkgName = "@fluidframework/id-compressor";
export declare const pkgVersion = "2.80.0";
export declare const pkgVersion = "2.81.0-374083";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/id-compressor";
exports.pkgVersion = "2.80.0";
exports.pkgVersion = "2.81.0-374083";
//# sourceMappingURL=packageVersion.js.map

@@ -83,2 +83,3 @@ "use strict";

// have detected that it collided with A (or the other way around, depending on ordering).
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain -- using ?. could change behavior
while (closestMatch !== undefined && closestMatch[1] === owningSession) {

@@ -85,0 +86,0 @@ closestMatch = this.uuidSpace.nextLowerPair(closestMatch[0]);

@@ -374,2 +374,3 @@ "use strict";

// initialize firstGenCount if not set
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing -- using ??= could change behavior if value is falsy
if (firstGenCount === undefined) {

@@ -376,0 +377,0 @@ firstGenCount = range.ids.firstGenCount;

@@ -1,6 +0,6 @@

/* eslint-disable */
/**
* GENERATED FILE - DO NOT EDIT DIRECTLY.
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import type { Linter } from "eslint";

@@ -7,0 +7,0 @@ import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";

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

export declare const pkgName = "@fluidframework/id-compressor";
export declare const pkgVersion = "2.80.0";
export declare const pkgVersion = "2.81.0-374083";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/id-compressor";
export const pkgVersion = "2.80.0";
export const pkgVersion = "2.81.0-374083";
//# sourceMappingURL=packageVersion.js.map

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

// have detected that it collided with A (or the other way around, depending on ordering).
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain -- using ?. could change behavior
while (closestMatch !== undefined && closestMatch[1] === owningSession) {

@@ -82,0 +83,0 @@ closestMatch = this.uuidSpace.nextLowerPair(closestMatch[0]);

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

// initialize firstGenCount if not set
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing -- using ??= could change behavior if value is falsy
if (firstGenCount === undefined) {

@@ -369,0 +370,0 @@ firstGenCount = range.ids.firstGenCount;

{
"name": "@fluidframework/id-compressor",
"version": "2.80.0",
"version": "2.81.0-374083",
"description": "ID compressor",

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

"dependencies": {
"@fluid-internal/client-utils": "~2.80.0",
"@fluidframework/core-interfaces": "~2.80.0",
"@fluidframework/core-utils": "~2.80.0",
"@fluidframework/telemetry-utils": "~2.80.0",
"@fluid-internal/client-utils": "2.81.0-374083",
"@fluidframework/core-interfaces": "2.81.0-374083",
"@fluidframework/core-utils": "2.81.0-374083",
"@fluidframework/telemetry-utils": "2.81.0-374083",
"@tylerbu/sorted-btree-es6": "^1.8.0",

@@ -95,10 +95,10 @@ "uuid": "^11.1.0"

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "~2.80.0",
"@fluid-private/stochastic-test-utils": "~2.80.0",
"@fluid-tools/benchmark": "^0.51.0",
"@fluid-tools/build-cli": "^0.62.0",
"@fluid-internal/mocha-test-setup": "2.81.0-374083",
"@fluid-private/stochastic-test-utils": "2.81.0-374083",
"@fluid-tools/benchmark": "^0.52.0",
"@fluid-tools/build-cli": "^0.63.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.62.0",
"@fluidframework/eslint-config-fluid": "~2.80.0",
"@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.74.0",
"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/eslint-config-fluid": "2.81.0-374083",
"@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.80.0",
"@microsoft/api-extractor": "7.52.11",

@@ -105,0 +105,0 @@ "@types/mocha": "^10.0.10",

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

export const pkgName = "@fluidframework/id-compressor";
export const pkgVersion = "2.80.0";
export const pkgVersion = "2.81.0-374083";

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

// have detected that it collided with A (or the other way around, depending on ordering).
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain -- using ?. could change behavior
while (closestMatch !== undefined && closestMatch[1] === owningSession) {

@@ -112,0 +113,0 @@ closestMatch = this.uuidSpace.nextLowerPair(closestMatch[0]);

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

// initialize firstGenCount if not set
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing -- using ??= could change behavior if value is falsy
if (firstGenCount === undefined) {

@@ -543,0 +544,0 @@ firstGenCount = range.ids.firstGenCount;

/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
module.exports = {
extends: [require.resolve("@fluidframework/eslint-config-fluid/recommended"), "prettier"],
parserOptions: {
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
},
rules: {
"@typescript-eslint/strict-boolean-expressions": "off",
},
overrides: [
{
// Rules only for test files
files: ["*.spec.ts", "src/test/**/*.ts"],
rules: {
// Test files are run in node only so additional node libraries can be used.
"import-x/no-nodejs-modules": [
"error",
{ allow: ["node:assert", "node:crypto", "node:fs", "node:path"] },
],
},
},
],
};

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

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