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

@fluidframework/request-handler

Package Overview
Dependencies
Maintainers
2
Versions
587
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/request-handler - npm Package Compare versions

Comparing version 2.1.0-276326 to 2.1.0-276985

14

package.json
{
"name": "@fluidframework/request-handler",
"version": "2.1.0-276326",
"version": "2.1.0-276985",
"description": "A simple request handling library for Fluid Framework",

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

"dependencies": {
"@fluidframework/container-runtime-definitions": "2.1.0-276326",
"@fluidframework/core-interfaces": "2.1.0-276326",
"@fluidframework/core-utils": "2.1.0-276326",
"@fluidframework/runtime-definitions": "2.1.0-276326",
"@fluidframework/runtime-utils": "2.1.0-276326"
"@fluidframework/container-runtime-definitions": "2.1.0-276985",
"@fluidframework/core-interfaces": "2.1.0-276985",
"@fluidframework/core-utils": "2.1.0-276985",
"@fluidframework/runtime-definitions": "2.1.0-276985",
"@fluidframework/runtime-utils": "2.1.0-276985"
},

@@ -80,3 +80,3 @@ "devDependencies": {

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
"@fluid-tools/build-cli": "^0.39.0",

@@ -83,0 +83,0 @@ "@fluidframework/build-common": "^2.0.3",

@@ -12,6 +12,8 @@ # @fluidframework/request-handler

When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
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 `~`.
<!-- prettier-ignore-end -->

@@ -18,0 +20,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