@fluidframework/id-compressor
Advanced tools
+4
-0
| # @fluidframework/id-compressor | ||
| ## 2.81.0 | ||
| Dependency updates only. | ||
| ## 2.80.0 | ||
@@ -4,0 +8,0 @@ |
@@ -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"; | ||
| //# 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"; | ||
| //# sourceMappingURL=packageVersion.js.map |
+1
-0
@@ -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"; | ||
| //# 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"; | ||
| //# sourceMappingURL=packageVersion.js.map |
+1
-0
@@ -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; |
+12
-12
| { | ||
| "name": "@fluidframework/id-compressor", | ||
| "version": "2.80.0", | ||
| "version": "2.81.0", | ||
| "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", | ||
| "@fluidframework/core-interfaces": "~2.81.0", | ||
| "@fluidframework/core-utils": "~2.81.0", | ||
| "@fluidframework/telemetry-utils": "~2.81.0", | ||
| "@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", | ||
| "@fluid-private/stochastic-test-utils": "~2.81.0", | ||
| "@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", | ||
| "@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"; |
+1
-0
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1369639
0.04%254
-0.39%11323
-0.18%11
37.5%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed