Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/core-utils

Package Overview
Dependencies
Maintainers
3
Versions
260
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.3.1.0.125672 to 2.0.0-dev.4.1.0.148229

2

dist/compare.d.ts

@@ -8,2 +8,4 @@ /*!

*
* @internal
*
* @param left - The first array to compare

@@ -10,0 +12,0 @@ * @param right - The second array to compare

@@ -11,2 +11,4 @@ "use strict";

*
* @internal
*
* @param left - The first array to compare

@@ -13,0 +15,0 @@ * @param right - The second array to compare

@@ -8,2 +8,4 @@ /*!

*
* @internal
*
* @param left - The first array to compare

@@ -10,0 +12,0 @@ * @param right - The second array to compare

@@ -8,2 +8,4 @@ /*!

*
* @internal
*
* @param left - The first array to compare

@@ -10,0 +12,0 @@ * @param right - The second array to compare

94

package.json
{
"name": "@fluidframework/core-utils",
"version": "2.0.0-dev.3.1.0.125672",
"description": "Fluid agnostic utility functions with zero-dependencies",
"version": "2.0.0-dev.4.1.0.148229",
"description": "Not intended for use outside the Fluid client repo.",
"homepage": "https://fluidframework.com",

@@ -17,31 +17,2 @@ "repository": {

"types": "dist/index.d.ts",
"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",
"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: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",
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
"eslint": "eslint --format stylish src",
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run prettier:fix",
"lint": "npm run prettier && npm run eslint",
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
"test": "npm run test:mocha",
"test:benchmark:report": "mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
"test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
"test:mocha": "mocha",
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
"tsc": "tsc",
"typetests:gen": "flub generate typetests --generate --dir .",
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
},
"nyc": {

@@ -68,21 +39,23 @@ "all": true,

"devDependencies": {
"@fluid-tools/benchmark": "^0.45.0",
"@fluid-tools/build-cli": "^0.8.0",
"@fluid-tools/benchmark": "0.47.0-140906",
"@fluid-tools/build-cli": "^0.13.1",
"@fluidframework/build-common": "^1.1.0",
"@fluidframework/build-tools": "^0.8.0",
"@fluidframework/build-tools": "^0.13.1",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-dev.3.1.0.125672 <2.0.0-dev.4.0.0",
"@microsoft/api-extractor": "^7.22.2",
"@rushstack/eslint-config": "^2.5.1",
"@fluidframework/mocha-test-setup": "2.0.0-dev.4.1.0.148229",
"@microsoft/api-extractor": "^7.34.4",
"@types/mocha": "^9.1.1",
"@types/node": "^14.18.36",
"concurrently": "^6.2.0",
"@types/node": "^14.18.38",
"concurrently": "^7.6.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "~8.6.0",
"eslint-config-prettier": "~8.5.0",
"mocha": "^10.0.0",
"nyc": "^15.0.0",
"mocha": "^10.2.0",
"mocha-json-output-reporter": "^2.0.1",
"mocha-multi-reporters": "^1.5.1",
"moment": "^2.21.0",
"nyc": "^15.1.0",
"prettier": "~2.6.2",
"rimraf": "^2.6.2",
"rimraf": "^4.4.0",
"source-map-support": "^0.5.16",

@@ -92,4 +65,35 @@ "typescript": "~4.5.5"

"typeValidation": {
"disabled": true
"disabled": true,
"broken": {}
},
"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",
"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: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",
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/",
"clean": "rimraf dist lib *.tsbuildinfo *.build.log",
"eslint": "eslint --format stylish src",
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "npm run prettier:fix",
"lint": "npm run prettier && npm run eslint",
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
"test": "npm run test:mocha",
"test:benchmark:report": "mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
"test:coverage": "nyc npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml",
"test:mocha": "mocha",
"test:mocha:multireport": "cross-env FLUID_TEST_MULTIREPORT=1 npm run test:mocha",
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
"tsc": "tsc",
"typetests:gen": "fluid-type-test-generator",
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
}
}
}
# @fluidframework/core-utils
Fluid agnostic utility functions with zero-dependencies
Intended for internally sharing/promoting best-practice implementations of Fluid agnostic utility functions across packages in the client repo.
Use outside of the Fluid Framework client repo is not supported or recommended.
All exports must be designated @internal. This package must not depend on other packages.
## Trademark

@@ -6,0 +10,0 @@

@@ -9,2 +9,4 @@ /*!

*
* @internal
*
* @param left - The first array to compare

@@ -11,0 +13,0 @@ * @param right - The second array to compare

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