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
0
Versions
135
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.1.0-274160 to 2.1.0-276326

api-report/id-compressor.legacy.alpha.api.md

4

dist/idCompressor.d.ts

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

* Create a new {@link IIdCompressor}.
* @legacy
* @alpha

@@ -76,2 +77,3 @@ */

* @param sessionId - The seed ID for the compressor.
* @legacy
* @alpha

@@ -82,2 +84,3 @@ */

* Deserializes the supplied state into an ID compressor.
* @legacy
* @alpha

@@ -88,2 +91,3 @@ */

* Deserializes the supplied state into an ID compressor.
* @legacy
* @alpha

@@ -90,0 +94,0 @@ */

2

dist/legacy.d.ts

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

// @alpha APIs
// @legacy APIs
IIdCompressorCore,

@@ -22,0 +22,0 @@ IdCreationRange,

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

export declare const pkgName = "@fluidframework/id-compressor";
export declare const pkgVersion = "2.1.0-274160";
export declare const pkgVersion = "2.1.0-276326";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/id-compressor";
exports.pkgVersion = "2.1.0-274160";
exports.pkgVersion = "2.1.0-276326";
//# sourceMappingURL=packageVersion.js.map

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

* should use op-space IDs.
* @legacy
* @alpha

@@ -69,0 +70,0 @@ */

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

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -16,2 +17,3 @@ */

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -24,2 +26,3 @@ */

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -34,2 +37,3 @@ */

* A range is composed of local IDs that were generated.
* @legacy
* @alpha

@@ -36,0 +40,0 @@ */

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

* Generate a random session ID
* @legacy
* @alpha

@@ -11,0 +12,0 @@ */

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

* Generate a random session ID
* @legacy
* @alpha

@@ -21,0 +22,0 @@ */

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

* Create a new {@link IIdCompressor}.
* @legacy
* @alpha

@@ -76,2 +77,3 @@ */

* @param sessionId - The seed ID for the compressor.
* @legacy
* @alpha

@@ -82,2 +84,3 @@ */

* Deserializes the supplied state into an ID compressor.
* @legacy
* @alpha

@@ -88,2 +91,3 @@ */

* Deserializes the supplied state into an ID compressor.
* @legacy
* @alpha

@@ -90,0 +94,0 @@ */

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

// @alpha APIs
// @legacy APIs
IIdCompressorCore,

@@ -22,0 +22,0 @@ IdCreationRange,

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

export declare const pkgName = "@fluidframework/id-compressor";
export declare const pkgVersion = "2.1.0-274160";
export declare const pkgVersion = "2.1.0-276326";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/id-compressor";
export const pkgVersion = "2.1.0-274160";
export const pkgVersion = "2.1.0-276326";
//# sourceMappingURL=packageVersion.js.map

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

* should use op-space IDs.
* @legacy
* @alpha

@@ -69,0 +70,0 @@ */

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

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -16,2 +17,3 @@ */

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -24,2 +26,3 @@ */

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -34,2 +37,3 @@ */

* A range is composed of local IDs that were generated.
* @legacy
* @alpha

@@ -36,0 +40,0 @@ */

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

* Generate a random session ID
* @legacy
* @alpha

@@ -11,0 +12,0 @@ */

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

* Generate a random session ID
* @legacy
* @alpha

@@ -18,0 +19,0 @@ */

{
"name": "@fluidframework/id-compressor",
"version": "2.1.0-274160",
"version": "2.1.0-276326",
"description": "ID compressor",

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

"dependencies": {
"@fluid-internal/client-utils": "2.1.0-274160",
"@fluidframework/core-interfaces": "2.1.0-274160",
"@fluidframework/core-utils": "2.1.0-274160",
"@fluidframework/telemetry-utils": "2.1.0-274160",
"@fluid-internal/client-utils": "2.1.0-276326",
"@fluidframework/core-interfaces": "2.1.0-276326",
"@fluidframework/core-utils": "2.1.0-276326",
"@fluidframework/telemetry-utils": "2.1.0-276326",
"@tylerbu/sorted-btree-es6": "^1.8.0",

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

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
"@fluid-private/stochastic-test-utils": "2.1.0-274160",
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
"@fluid-private/stochastic-test-utils": "2.1.0-276326",
"@fluid-tools/benchmark": "^0.48.0",

@@ -124,4 +124,4 @@ "@fluid-tools/build-cli": "^0.39.0",

"api": "fluid-build . --task api",
"api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
"build": "fluid-build . --task build",

@@ -128,0 +128,0 @@ "build:commonjs": "fluid-build . --task commonjs",

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

* Create a new {@link IIdCompressor}.
* @legacy
* @alpha

@@ -754,2 +755,3 @@ */

* @param sessionId - The seed ID for the compressor.
* @legacy
* @alpha

@@ -787,2 +789,3 @@ */

* Deserializes the supplied state into an ID compressor.
* @legacy
* @alpha

@@ -796,2 +799,3 @@ */

* Deserializes the supplied state into an ID compressor.
* @legacy
* @alpha

@@ -798,0 +802,0 @@ */

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

export const pkgName = "@fluidframework/id-compressor";
export const pkgVersion = "2.1.0-274160";
export const pkgVersion = "2.1.0-276326";

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

* should use op-space IDs.
* @legacy
* @alpha

@@ -80,0 +81,0 @@ */

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

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -19,2 +20,3 @@ */

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -28,2 +30,3 @@ */

* The serialized contents of an IdCompressor, suitable for persistence in a summary.
* @legacy
* @alpha

@@ -39,2 +42,3 @@ */

* A range is composed of local IDs that were generated.
* @legacy
* @alpha

@@ -41,0 +45,0 @@ */

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

* Generate a random session ID
* @legacy
* @alpha

@@ -34,0 +35,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

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

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