Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/datastore

Package Overview
Dependencies
Maintainers
2
Versions
587
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/datastore - npm Package Compare versions

Comparing version 2.0.0-dev-rc.5.0.0.270401 to 2.0.0-dev-rc.5.0.0.270987

biome.jsonc

2

dist/packageVersion.d.ts

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

export declare const pkgName = "@fluidframework/datastore";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.270987";
//# sourceMappingURL=packageVersion.d.ts.map

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

exports.pkgName = "@fluidframework/datastore";
exports.pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
exports.pkgVersion = "2.0.0-dev-rc.5.0.0.270987";
//# sourceMappingURL=packageVersion.js.map

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

export declare const pkgName = "@fluidframework/datastore";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
export declare const pkgVersion = "2.0.0-dev-rc.5.0.0.270987";
//# sourceMappingURL=packageVersion.d.ts.map

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

export const pkgName = "@fluidframework/datastore";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.270987";
//# sourceMappingURL=packageVersion.js.map
{
"name": "@fluidframework/datastore",
"version": "2.0.0-dev-rc.5.0.0.270401",
"version": "2.0.0-dev-rc.5.0.0.270987",
"description": "Fluid data store implementation",

@@ -70,13 +70,13 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/driver-utils": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/id-compressor": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270401",
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/driver-utils": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/id-compressor": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270987",
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270987",
"uuid": "^9.0.0"

@@ -87,9 +87,9 @@ },

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401",
"@fluid-tools/build-cli": "^0.39.0-264124",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270987",
"@fluid-tools/build-cli": "^0.39.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.39.0-264124",
"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-rc.4.0.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.270401",
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.270987",
"@microsoft/api-extractor": "^7.45.1",

@@ -129,2 +129,4 @@ "@types/lodash": "^4.14.118",

"check:are-the-types-wrong": "attw --pack .",
"check:biome": "biome check . --formatter-enabled=true",
"check:format": "npm run check:prettier",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",

@@ -136,3 +138,4 @@ "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",

"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "fluid-build --task format .",
"format": "npm run format:prettier",
"format:biome": "biome check . --formatter-enabled=true --apply",
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",

@@ -139,0 +142,0 @@ "lint": "fluid-build . --task lint",

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

export const pkgName = "@fluidframework/datastore";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.270401";
export const pkgVersion = "2.0.0-dev-rc.5.0.0.270987";

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