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

@fluid-internal/client-utils

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-internal/client-utils - npm Package Compare versions

Comparing version 2.0.0-rc.4.0.6 to 2.0.0-rc.5.0.0

api-extractor/api-extractor-lint-bundle.json

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.no-legacy.json"
}
# @fluid-internal/client-utils
## 2.0.0-rc.5.0.0
Dependency updates only.
## 2.0.0-rc.4.0.0

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

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

export { type Buffer } from "./bufferNode.js";
export { bufferToString, IsoBuffer, stringToBuffer, Uint8ArrayToString } from "./bufferNode.js";
export { bufferToString, IsoBuffer, stringToBuffer, Uint8ArrayToString, } from "./bufferNode.js";
export { gitHashFile, hashFile } from "./hashFileNode.js";

@@ -9,0 +9,0 @@ export { performance } from "./performanceIsomorphic.js";

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

export { type Buffer } from "./bufferNode.js";
export { bufferToString, IsoBuffer, stringToBuffer, Uint8ArrayToString } from "./bufferNode.js";
export { bufferToString, IsoBuffer, stringToBuffer, Uint8ArrayToString, } from "./bufferNode.js";
export { gitHashFile, hashFile } from "./hashFileNode.js";

@@ -9,0 +9,0 @@ export { performance } from "./performanceIsomorphic.js";

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

*/
export { bufferToString, IsoBuffer, stringToBuffer, Uint8ArrayToString } from "./bufferNode.js";
export { bufferToString, IsoBuffer, stringToBuffer, Uint8ArrayToString, } from "./bufferNode.js";
export { gitHashFile, hashFile } from "./hashFileNode.js";

@@ -8,0 +8,0 @@ export { performance } from "./performanceIsomorphic.js";

@@ -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.43.1"
"packageVersion": "7.45.1"
}
]
}
{
"name": "@fluid-internal/client-utils",
"version": "2.0.0-rc.4.0.6",
"version": "2.0.0-rc.5.0.0",
"description": "Not intended for use outside the Fluid Framework.",

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

"dependencies": {
"@fluidframework/core-interfaces": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
"@fluidframework/core-utils": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@types/events_pkg": "npm:@types/events@^3.0.0",

@@ -69,3 +69,2 @@ "base64-js": "^1.5.1",

"events_pkg": "npm:events@^3.1.0",
"lodash": "^4.17.21",
"sha.js": "^2.4.11"

@@ -75,13 +74,13 @@ },

"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "^1.6.2",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0-rc.3.0.0",
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
"@fluid-tools/build-cli": "^0.38.0",
"@biomejs/biome": "^1.7.3",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0-rc.4.0.0",
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluid-tools/build-cli": "^0.39.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.38.0",
"@fluidframework/eslint-config-fluid": "^5.1.0",
"@microsoft/api-extractor": "^7.43.1",
"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"@types/base64-js": "^1.3.0",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
"@types/jest-environment-puppeteer": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@types/mocha": "^9.1.1",

@@ -113,3 +112,3 @@ "@types/node": "^18.19.0",

"ts-node": "^10.9.1",
"typescript": "~5.1.6"
"typescript": "~5.4.5"
},

@@ -155,4 +154,11 @@ "fluidBuild": {

"check:are-the-types-wrong": "attw --pack .",
"check:biome": "biome check . --formatter-enabled=true",
"check:exports": "concurrently \"npm:check:exports:*\"",
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
"check:exports:cjs:indexBrowser": "api-extractor run --config api-extractor/api-extractor-lint-indexBrowser.cjs.json",
"check:exports:cjs:indexNode": "api-extractor run --config api-extractor/api-extractor-lint-indexNode.cjs.json",
"check:exports:esm:indexBrowser": "api-extractor run --config api-extractor/api-extractor-lint-indexBrowser.esm.json",
"check:exports:esm:indexNode": "api-extractor run --config api-extractor/api-extractor-lint-indexNode.esm.json",
"check:format": "npm run check:biome",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
"ci:build:docs": "api-extractor run",

@@ -162,3 +168,4 @@ "clean": "rimraf --glob _api-extractor-temp dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",

"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
"format": "fluid-build --task format .",
"format": "npm run format:biome",
"format:biome": "biome check . --formatter-enabled=true --apply",
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",

@@ -165,0 +172,0 @@ "lint": "fluid-build . --task lint",

@@ -11,3 +11,6 @@ /*!

async function digestBuffer(file: IsoBuffer, algorithm: "SHA-1" | "SHA-256"): Promise<Uint8Array> {
async function digestBuffer(
file: IsoBuffer,
algorithm: "SHA-1" | "SHA-256",
): Promise<Uint8Array> {
const hash = await crypto.subtle.digest(algorithm, file);

@@ -14,0 +17,0 @@ return new Uint8Array(hash);

@@ -10,3 +10,8 @@ /*!

export { type Buffer } from "./bufferNode.js";
export { bufferToString, IsoBuffer, stringToBuffer, Uint8ArrayToString } from "./bufferNode.js";
export {
bufferToString,
IsoBuffer,
stringToBuffer,
Uint8ArrayToString,
} from "./bufferNode.js";
export { gitHashFile, hashFile } from "./hashFileNode.js";

@@ -13,0 +18,0 @@ export { performance } from "./performanceIsomorphic.js";

@@ -7,2 +7,3 @@ {

"baseUrl": ".",
"noUncheckedIndexedAccess": false,
},

@@ -9,0 +10,0 @@ "include": ["src/**/*"],

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

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

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

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

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