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

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
2
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/core-utils - 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

13

package.json
{
"name": "@fluidframework/core-utils",
"version": "2.0.0-dev-rc.5.0.0.270401",
"version": "2.0.0-dev-rc.5.0.0.270987",
"description": "Not intended for use outside the Fluid client repo.",

@@ -72,7 +72,7 @@ "homepage": "https://fluidframework.com",

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270987",
"@fluid-tools/benchmark": "^0.47.0",
"@fluid-tools/build-cli": "^0.39.0-264124",
"@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/core-utils-previous": "npm:@fluidframework/core-utils@2.0.0-rc.4.0.0",

@@ -116,2 +116,4 @@ "@fluidframework/eslint-config-fluid": "^5.3.0",

"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",

@@ -123,3 +125,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",

@@ -126,0 +129,0 @@ "lint": "fluid-build . --task lint",

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