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.7.3.0.207992 to 2.0.0-dev.7.3.0.209023

10

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

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

"@fluidframework/build-tools": "^0.26.1",
"@fluidframework/eslint-config-fluid": "^3.0.0",
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.207992",
"@fluidframework/eslint-config-fluid": "^3.1.0",
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209023",
"@microsoft/api-extractor": "^7.37.0",

@@ -67,4 +67,4 @@ "@types/mocha": "^9.1.1",

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

@@ -71,0 +71,0 @@ "build:commonjs": "fluid-build . --task commonjs",

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