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-internal.7.2.2 to 2.0.0-internal.7.3.0

dist/core-utils-alpha.d.ts

5

api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluidframework/build-common/api-extractor-base.json"
"extends": "@fluidframework/build-common/api-extractor-base.json",
"dtsRollup": {
"enabled": true
}
}

4

CHANGELOG.md
# @fluidframework/core-utils
## 2.0.0-internal.7.3.0
Dependency updates only.
## 2.0.0-internal.7.2.0

@@ -4,0 +8,0 @@

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.38.0"
"packageVersion": "7.38.3"
}
]
}
{
"name": "@fluidframework/core-utils",
"version": "2.0.0-internal.7.2.2",
"version": "2.0.0-internal.7.3.0",
"description": "Not intended for use outside the Fluid client repo.",

@@ -39,8 +39,8 @@ "homepage": "https://fluidframework.com",

"@fluid-tools/benchmark": "^0.47.0",
"@fluid-tools/build-cli": "^0.26.1",
"@fluid-tools/build-cli": "^0.28.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.26.1",
"@fluidframework/eslint-config-fluid": "^3.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
"@microsoft/api-extractor": "^7.37.0",
"@fluidframework/build-tools": "^0.28.0",
"@fluidframework/eslint-config-fluid": "^3.1.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.3.0 <2.0.0-internal.7.4.0",
"@microsoft/api-extractor": "^7.38.3",
"@types/mocha": "^9.1.1",

@@ -50,2 +50,3 @@ "@types/node": "^16.18.38",

"c8": "^7.7.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",

@@ -63,2 +64,14 @@ "eslint": "~8.50.0",

},
"fluidBuild": {
"tasks": {
"build:docs": {
"dependsOn": [
"...",
"api-extractor:commonjs",
"api-extractor:esnext"
],
"script": false
}
}
},
"typeValidation": {

@@ -69,12 +82,15 @@ "disabled": true,

"scripts": {
"bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\"",
"bench:profile": "mocha --v8-prof --timeout 999999 --perfMode --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\" && node --prof-process isolate-0x*-v8.log > profile.txt && rm isolate-0x*-v8.log && cat profile.txt",
"api": "fluid-build . --task api",
"api-extractor:commonjs": "api-extractor run --local",
"api-extractor:esnext": "copyfiles -u 1 \"dist/**/*-@(alpha|beta|public|untrimmed).d.ts\" lib",
"bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js",
"bench:profile": "mocha --v8-prof --v8-logfile=profile.log --v8-no-logfile-per-isolate --timeout 999999 --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in profile.txt",
"build": "fluid-build . --task build",
"build:commonjs": "fluid-build . --task commonjs",
"build:compile": "fluid-build . --task compile",
"build:docs": "api-extractor run --local",
"build:docs": "fluid-build . --task api",
"build:esnext": "tsc --project ./tsconfig.esnext.json",
"build:test": "tsc --project ./src/test/tsconfig.json",
"ci:build:docs": "api-extractor run",
"clean": "rimraf --glob dist lib \"*.tsbuildinfo\" \"*.build.log\" _api-extractor-temp nyc",
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
"eslint": "eslint --format stylish src",

@@ -81,0 +97,0 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",

@@ -6,4 +6,9 @@ # @fluidframework/core-utils

Use outside of the Fluid Framework repo is not supported or recommended.
<!-- AUTO-GENERATED-CONTENT:START (README_PACKAGE_SCOPE_NOTICE:scopeKind=INTERNAL) -->
**IMPORTANT: This package is intended strictly as an implementation detail of the Fluid Framework and is not intended for public consumption.**
**We make no stability guarantees regarding its APIs.**
<!-- AUTO-GENERATED-CONTENT:END -->
## Adding code to this package

@@ -65,4 +70,3 @@

Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).

@@ -69,0 +73,0 @@ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.

{
"extends": "./tsconfig.json",
"extends": ["./tsconfig.json", "../../../common/build/build-common/tsconfig.esm.json"],
"compilerOptions": {
"outDir": "./lib",
"module": "esnext",
},
}
{
"extends": "@fluidframework/build-common/ts-common-config.json",
"extends": [
"../../../common/build/build-common/tsconfig.base.json",
"../../../common/build/build-common/tsconfig.cjs.json",
],
"include": ["src/**/*"],
"exclude": ["src/test/**/*"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"composite": true,
},
"include": ["src/**/*"],
"exclude": ["src/test/**/*"],
}
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