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
1
Versions
169
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.1.0 to 2.2.0

4

CHANGELOG.md
# @fluid-internal/client-utils
## 2.2.0
Dependency updates only.
## 2.1.0

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

20

package.json
{
"name": "@fluid-internal/client-utils",
"version": "2.1.0",
"version": "2.2.0",
"description": "Not intended for use outside the Fluid Framework.",

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

"dependencies": {
"@fluidframework/core-interfaces": "~2.1.0",
"@fluidframework/core-utils": "~2.1.0",
"@fluidframework/core-interfaces": "~2.2.0",
"@fluidframework/core-utils": "~2.2.0",
"@types/events_pkg": "npm:@types/events@^3.0.0",

@@ -82,7 +82,7 @@ "base64-js": "^1.5.1",

"@biomejs/biome": "~1.8.3",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0",
"@fluid-internal/mocha-test-setup": "~2.1.0",
"@fluid-tools/build-cli": "^0.41.0",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.1.0",
"@fluid-internal/mocha-test-setup": "~2.2.0",
"@fluid-tools/build-cli": "^0.43.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.41.0",
"@fluidframework/build-tools": "^0.43.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",

@@ -92,3 +92,3 @@ "@microsoft/api-extractor": "^7.45.1",

"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "~2.1.0",
"@types/jest-environment-puppeteer": "~2.2.0",
"@types/mocha": "^9.1.1",

@@ -227,4 +227,4 @@ "@types/node": "^18.19.0",

"test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
"test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
"test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
"test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit",
"test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit",
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",

@@ -231,0 +231,0 @@ "typetests:gen": "flub generate typetests --dir . -v --level public",

@@ -6,3 +6,3 @@ # @fluid-internal/client-utils

<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->

@@ -15,18 +15,2 @@ <!-- prettier-ignore-start -->

## Using Fluid Framework libraries
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
library consumers should always prefer `^`.
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
## Installation
To get started, install the package by running the following command:
```bash
npm i @fluid-internal/client-utils
```
<!-- prettier-ignore-end -->

@@ -98,3 +82,3 @@

<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->

@@ -101,0 +85,0 @@ <!-- prettier-ignore-start -->

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