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.2.0.0.246488 to 2.0.0-dev-rc.3.0.0.250606

2

lib/test/bench/compareArrays.bench.spec.js

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

*/
import { benchmark, BenchmarkType } from "@fluid-tools/benchmark";
import { BenchmarkType, benchmark } from "@fluid-tools/benchmark";
import { compareArrays } from "@fluidframework/core-utils";

@@ -8,0 +8,0 @@ const a4 = Array.from({ length: 4 }).fill(0);

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

import process from "node:process";
import { useFakeTimers, createSandbox } from "sinon";
import { createSandbox, useFakeTimers } from "sinon";
import { PromiseTimer, Timer } from "@fluidframework/core-utils";

@@ -10,0 +10,0 @@ const flushPromises = async () => new Promise((resolve) => process.nextTick(resolve));

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

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

"@arethetypeswrong/cli": "^0.13.3",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.2.0.0.246488",
"@biomejs/biome": "^1.6.2",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.250606",
"@fluid-tools/benchmark": "^0.47.0",

@@ -137,2 +138,4 @@ "@fluid-tools/build-cli": "^0.34.0",

"check:are-the-types-wrong": "attw --pack . --entrypoints .",
"check:biome": "biome check .",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",

@@ -143,7 +146,7 @@ "ci:build:docs": "api-extractor run",

"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run prettier:fix",
"lint": "npm run prettier && npm run check:release-tags && npm run eslint",
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
"format": "fluid-build --task format .",
"format:biome": "biome check --apply .",
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
"lint": "fluid-build . --task lint",
"lint:fix": "fluid-build . --task eslint:fix --task format",
"test": "npm run test:mocha",

@@ -150,0 +153,0 @@ "test:benchmark:report": "mocha --recursive \"lib/test/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",

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