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.272251 to 2.0.0-dev-rc.5.0.0.272889

2

api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "../../../common/build/build-common/api-extractor-base.esm.primary.json"
"extends": "../../../common/build/build-common/api-extractor-base.esm.current.json"
}

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

export declare class PromiseTimer implements IPromiseTimer {
private deferred?;
private deferred;
private readonly timer;

@@ -105,0 +105,0 @@ /**

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

export declare class PromiseTimer implements IPromiseTimer {
private deferred?;
private deferred;
private readonly timer;

@@ -105,0 +105,0 @@ /**

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

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

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272251",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272889",
"@fluid-tools/benchmark": "^0.47.0",

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

"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
"check:format": "npm run check:prettier",
"check:format": "npm run check:biome",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",

@@ -131,3 +131,3 @@ "ci:build:docs": "api-extractor run",

"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run format:prettier",
"format": "npm run format:biome",
"format:biome": "biome check . --formatter-enabled=true --apply",

@@ -134,0 +134,0 @@ "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",

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

*/
restart?: ITimeout;
restart?: ITimeout | undefined;
}

@@ -264,3 +264,3 @@

export class PromiseTimer implements IPromiseTimer {
private deferred?: Deferred<IPromiseTimerResult>;
private deferred: Deferred<IPromiseTimerResult> | undefined;
private readonly timer: Timer;

@@ -267,0 +267,0 @@

@@ -8,5 +8,4 @@ {

"outDir": "./lib",
"exactOptionalPropertyTypes": false,
"noUncheckedIndexedAccess": false,
},
}

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