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-internal.6.1.1 to 2.0.0-internal.6.2.0

4

CHANGELOG.md
# @fluidframework/core-utils
## 2.0.0-internal.6.2.0
Dependency updates only.
## 2.0.0-internal.6.1.0

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

12

package.json
{
"name": "@fluidframework/core-utils",
"version": "2.0.0-internal.6.1.1",
"version": "2.0.0-internal.6.2.0",
"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.22.0",
"@fluid-tools/build-cli": "^0.23.0",
"@fluidframework/build-common": "^2.0.0",
"@fluidframework/build-tools": "^0.22.0",
"@fluidframework/eslint-config-fluid": "^2.0.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.1.1 <2.0.0-internal.6.2.0",
"@fluidframework/build-tools": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^2.1.0",
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.2.0 <2.0.0-internal.6.3.0",
"@microsoft/api-extractor": "^7.34.4",

@@ -91,3 +91,3 @@ "@types/mocha": "^9.1.1",

"test:mocha": "mocha",
"test:mocha:multireport": "cross-env FLUID_TEST_MULTIREPORT=1 npm run test:mocha",
"test:mocha:multireport": "npm run test:mocha",
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",

@@ -94,0 +94,0 @@ "tsc": "tsc",

@@ -20,5 +20,6 @@ # @fluidframework/core-utils

Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
[@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
Note that when depending on a library version of the form `2.0.0-internal.x.y.z`, called the Fluid internal version scheme,
you must use a `>= <` dependency range (such as `>=2.0.0-internal.x.y.z <2.0.0-internal.w.0.0` where `w` is `x+1`).
Standard `^` and `~` ranges will not work as expected.
See the [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
package for more information including tools to convert between version schemes.

@@ -25,0 +26,0 @@

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