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

@fluidframework/id-compressor

Package Overview
Dependencies
Maintainers
2
Versions
136
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.0.0-dev-rc.5.0.0.265721 to 2.0.0-dev-rc.5.0.0.267932

2

dist/packageVersion.d.ts

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

export declare const pkgName = "@fluidframework/id-compressor";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.265721";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.267932";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/id-compressor";
exports.pkgVersion = "2.0.0-dev-rc.5.0.0.265721";
exports.pkgVersion = "2.0.0-dev-rc.5.0.0.267932";
//# sourceMappingURL=packageVersion.js.map

@@ -12,4 +12,4 @@ "use strict";

const index_js_1 = require("../index.js");
const sessionSpaceNormalizer_js_1 = require("../sessionSpaceNormalizer.js");
const utilities_js_1 = require("../utilities.js");
const sessionSpaceNormalizer_js_1 = require("../sessionSpaceNormalizer.js");
const testCommon_js_1 = require("./testCommon.js");

@@ -16,0 +16,0 @@ /** Identifies a compressor in a network */

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

export declare const pkgName = "@fluidframework/id-compressor";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.265721";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.267932";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/id-compressor";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.265721";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.267932";
//# sourceMappingURL=packageVersion.js.map

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

import { createIdCompressor, } from "../index.js";
import { SessionSpaceNormalizer } from "../sessionSpaceNormalizer.js";
import { assertIsSessionId, createSessionId, localIdFromGenCount } from "../utilities.js";
import { SessionSpaceNormalizer } from "../sessionSpaceNormalizer.js";
import { fail, getOrCreate, incrementStableId, isFinalId, isLocalId, } from "./testCommon.js";

@@ -13,0 +13,0 @@ /** Identifies a compressor in a network */

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.43.1"
"packageVersion": "7.45.1"
}
]
}
{
"name": "@fluidframework/id-compressor",
"version": "2.0.0-dev-rc.5.0.0.265721",
"version": "2.0.0-dev-rc.5.0.0.267932",
"description": "ID compressor",

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

"dependencies": {
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.265721",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.265721",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.265721",
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.265721",
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.267932",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.267932",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.267932",
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.267932",
"@tylerbu/sorted-btree-es6": "^1.8.0",

@@ -93,4 +93,4 @@ "uuid": "^9.0.0"

"@biomejs/biome": "^1.6.2",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.265721",
"@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.265721",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.267932",
"@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.267932",
"@fluid-tools/benchmark": "^0.48.0",

@@ -102,3 +102,3 @@ "@fluid-tools/build-cli": "^0.39.0-264124",

"@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.0.0-rc.4.0.0",
"@microsoft/api-extractor": "^7.43.1",
"@microsoft/api-extractor": "^7.45.1",
"@types/mocha": "^9.1.1",

@@ -117,3 +117,3 @@ "@types/node": "^18.19.0",

"rimraf": "^4.4.0",
"typescript": "~5.3.3"
"typescript": "~5.4.5"
},

@@ -120,0 +120,0 @@ "typeValidation": {

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

export const pkgName = "@fluidframework/id-compressor";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.265721";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.267932";

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

import { assert } from "@fluidframework/core-utils/internal";
import { AppendOnlySortedMap } from "./appendOnlySortedMap.js";

@@ -9,0 +10,0 @@ import { LocalCompressedId } from "./identifiers.js";

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

} from "../index.js";
import { SessionSpaceNormalizer } from "../sessionSpaceNormalizer.js";
import { assertIsSessionId, createSessionId, localIdFromGenCount } from "../utilities.js";
import { SessionSpaceNormalizer } from "../sessionSpaceNormalizer.js";
import {

@@ -39,0 +39,0 @@ FinalCompressedId,

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

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