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.4.4.0.162574 to 2.0.0-dev.5.2.0.169897

dist/tsdoc-metadata.json

8

CHANGELOG.md
# @fluidframework/core-utils
## 2.0.0-internal.5.0.0
Dependency updates only.
## 2.0.0-internal.4.4.0
Dependency updates only.
## 2.0.0-internal.4.1.0
Dependency updates only.

18

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

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

"@fluid-tools/benchmark": "^0.47.0",
"@fluid-tools/build-cli": "^0.17.0",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.17.0",
"@fluid-tools/build-cli": "^0.20.0-169245",
"@fluidframework/build-common": "^1.2.0",
"@fluidframework/build-tools": "^0.20.0-169245",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": "2.0.0-dev.4.4.0.162574",
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.2.0.169897",
"@microsoft/api-extractor": "^7.34.4",

@@ -70,9 +70,7 @@ "@types/mocha": "^9.1.1",

"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",
"build": "concurrently npm:build:compile npm:lint && npm run build:docs",
"build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test",
"build:compile": "concurrently npm:build:commonjs npm:build:esnext",
"build": "fluid-build . --task build",
"build:commonjs": "fluid-build . --task commonjs",
"build:compile": "fluid-build . --task compile",
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
"build:esnext": "tsc --project ./tsconfig.esnext.json",
"build:full": "npm run build",
"build:full:compile": "npm run build:compile",
"build:test": "tsc --project ./src/test/tsconfig.json",

@@ -79,0 +77,0 @@ "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",

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