You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@fluidframework/sequence

Package Overview
Dependencies
Maintainers
3
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/sequence - npm Package Compare versions

Comparing version
0.39.3
to
0.40.0-25719
+1
-1
dist/packageVersion.d.ts

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

export declare const pkgName = "@fluidframework/sequence";
export declare const pkgVersion = "0.39.3";
export declare const pkgVersion = "0.40.0-25719";
//# sourceMappingURL=packageVersion.d.ts.map

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

{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,WAAW,CAAC"}
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}

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

exports.pkgName = "@fluidframework/sequence";
exports.pkgVersion = "0.39.3";
exports.pkgVersion = "0.40.0-25719";
//# sourceMappingURL=packageVersion.js.map

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

{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,0BAA0B,CAAC;AACrC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"0.39.3\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,0BAA0B,CAAC;AACrC,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"0.40.0-25719\";\n"]}

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

export declare const pkgName = "@fluidframework/sequence";
export declare const pkgVersion = "0.39.3";
export declare const pkgVersion = "0.40.0-25719";
//# sourceMappingURL=packageVersion.d.ts.map

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

{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,WAAW,CAAC"}
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,6BAA6B,CAAC;AAClD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}

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

export const pkgName = "@fluidframework/sequence";
export const pkgVersion = "0.39.3";
export const pkgVersion = "0.40.0-25719";
//# sourceMappingURL=packageVersion.js.map

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

{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC;AAClD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"0.39.3\";\n"]}
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC;AAClD,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/sequence\";\nexport const pkgVersion = \"0.40.0-25719\";\n"]}
{
"name": "@fluidframework/sequence",
"version": "0.39.3",
"version": "0.40.0-25719",
"description": "Distributed sequence",

@@ -14,3 +14,3 @@ "homepage": "https://fluidframework.com",

"scripts": {
"build": "npm run build:genver && concurrently npm:build:compile npm:lint",
"build": "npm run build:genver && concurrently npm:build:compile npm:lint && npm run build:docs",
"build:commonjs": "npm run tsc && npm run build:test",

@@ -24,2 +24,3 @@ "build:compile": "concurrently npm:build:commonjs npm:build:esnext",

"build:test": "tsc --project ./src/test/tsconfig.json",
"ci:build:docs": "api-extractor run && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",

@@ -61,12 +62,12 @@ "eslint": "eslint --format stylish src",

"dependencies": {
"@fluidframework/common-definitions": "^0.20.0",
"@fluidframework/common-utils": "^0.30.0",
"@fluidframework/core-interfaces": "^0.39.3",
"@fluidframework/datastore-definitions": "^0.39.3",
"@fluidframework/map": "^0.39.3",
"@fluidframework/merge-tree": "^0.39.3",
"@fluidframework/common-definitions": "^0.20.0-0",
"@fluidframework/common-utils": "^0.30.0-0",
"@fluidframework/core-interfaces": "^0.39.0",
"@fluidframework/datastore-definitions": "0.40.0-25719",
"@fluidframework/map": "0.40.0-25719",
"@fluidframework/merge-tree": "0.40.0-25719",
"@fluidframework/protocol-definitions": "^0.1024.0",
"@fluidframework/runtime-utils": "^0.39.3",
"@fluidframework/shared-object-base": "^0.39.3",
"@fluidframework/telemetry-utils": "^0.39.3",
"@fluidframework/runtime-utils": "0.40.0-25719",
"@fluidframework/shared-object-base": "0.40.0-25719",
"@fluidframework/telemetry-utils": "0.40.0-25719",
"assert": "^2.0.0",

@@ -76,10 +77,10 @@ "debug": "^4.1.1"

"devDependencies": {
"@fluid-internal/test-dds-utils": "^0.39.3",
"@fluidframework/build-common": "^0.22.0",
"@fluid-internal/test-dds-utils": "0.40.0-25719",
"@fluidframework/build-common": "^0.22.0-0",
"@fluidframework/eslint-config-fluid": "^0.23.0",
"@fluidframework/gitresources": "^0.1024.0",
"@fluidframework/mocha-test-setup": "^0.39.3",
"@fluidframework/runtime-definitions": "^0.39.3",
"@fluidframework/server-services-client": "^0.1024.0",
"@fluidframework/test-runtime-utils": "^0.39.3",
"@fluidframework/gitresources": "^0.1025.0-0",
"@fluidframework/mocha-test-setup": "0.40.0-25719",
"@fluidframework/runtime-definitions": "0.40.0-25719",
"@fluidframework/server-services-client": "^0.1025.0-0",
"@fluidframework/test-runtime-utils": "0.40.0-25719",
"@microsoft/api-extractor": "^7.13.1",

@@ -89,3 +90,3 @@ "@types/assert": "^1.5.2",

"@types/diff": "^3.5.1",
"@types/mocha": "^5.2.5",
"@types/mocha": "^8.2.2",
"@types/node": "^12.19.0",

@@ -106,3 +107,3 @@ "@types/random-js": "^1.0.31",

"eslint-plugin-unicorn": "~26.0.1",
"mocha": "^8.1.1",
"mocha": "^8.4.0",
"nyc": "^15.0.0",

@@ -109,0 +110,0 @@ "random-js": "^1.0.8",

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

export const pkgName = "@fluidframework/sequence";
export const pkgVersion = "0.39.3";
export const pkgVersion = "0.40.0-25719";