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
585
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.0.0-dev-rc.5.0.0.271262 to 2.0.0-dev-rc.5.0.0.271717

8

api-report/request-handler.alpha.api.md

@@ -7,6 +7,6 @@ ## Alpha API Report File for "@fluidframework/request-handler"

import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
import { IRequest } from '@fluidframework/core-interfaces';
import { IResponse } from '@fluidframework/core-interfaces';
import { RequestParser } from '@fluidframework/runtime-utils/internal';
import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
import type { IRequest } from '@fluidframework/core-interfaces';
import type { IResponse } from '@fluidframework/core-interfaces';
import type { RequestParser } from '@fluidframework/runtime-utils/internal';

@@ -13,0 +13,0 @@ // @alpha @deprecated

@@ -7,6 +7,6 @@ ## Beta API Report File for "@fluidframework/request-handler"

import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
import { IRequest } from '@fluidframework/core-interfaces';
import { IResponse } from '@fluidframework/core-interfaces';
import { RequestParser } from '@fluidframework/runtime-utils/internal';
import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
import type { IRequest } from '@fluidframework/core-interfaces';
import type { IResponse } from '@fluidframework/core-interfaces';
import type { RequestParser } from '@fluidframework/runtime-utils/internal';

@@ -13,0 +13,0 @@ // (No @packageDocumentation comment for this package)

@@ -7,6 +7,6 @@ ## Public API Report File for "@fluidframework/request-handler"

import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
import { IRequest } from '@fluidframework/core-interfaces';
import { IResponse } from '@fluidframework/core-interfaces';
import { RequestParser } from '@fluidframework/runtime-utils/internal';
import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
import type { IRequest } from '@fluidframework/core-interfaces';
import type { IResponse } from '@fluidframework/core-interfaces';
import type { RequestParser } from '@fluidframework/runtime-utils/internal';

@@ -13,0 +13,0 @@ // (No @packageDocumentation comment for this package)

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

*/
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import { type IResponse } from "@fluidframework/core-interfaces";
import { type RequestParser } from "@fluidframework/runtime-utils/internal";
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import type { IResponse } from "@fluidframework/core-interfaces";
import type { RequestParser } from "@fluidframework/runtime-utils/internal";
/**

@@ -10,0 +10,0 @@ * A request handler for the container runtime. Each handler should handle a specific request, and return undefined

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

*/
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import { type IRequest, type IResponse } from "@fluidframework/core-interfaces";
import { type RuntimeRequestHandler } from "./requestHandlers.js";
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import type { IRequest, IResponse } from "@fluidframework/core-interfaces";
import type { RuntimeRequestHandler } from "./requestHandlers.js";
/**

@@ -10,0 +10,0 @@ * Deprecated.

@@ -14,5 +14,7 @@ "use strict";

class RuntimeRequestHandlerBuilder {
constructor() {
// eslint-disable-next-line import/no-deprecated
this.handlers = [];
}
// eslint-disable-next-line import/no-deprecated
handlers = [];
// eslint-disable-next-line import/no-deprecated
pushHandler(...handlers) {

@@ -19,0 +21,0 @@ if (handlers !== undefined) {

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

*/
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import { type IResponse } from "@fluidframework/core-interfaces";
import { type RequestParser } from "@fluidframework/runtime-utils/internal";
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import type { IResponse } from "@fluidframework/core-interfaces";
import type { RequestParser } from "@fluidframework/runtime-utils/internal";
/**

@@ -10,0 +10,0 @@ * A request handler for the container runtime. Each handler should handle a specific request, and return undefined

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

*/
import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import { type IRequest, type IResponse } from "@fluidframework/core-interfaces";
import { type RuntimeRequestHandler } from "./requestHandlers.js";
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import type { IRequest, IResponse } from "@fluidframework/core-interfaces";
import type { RuntimeRequestHandler } from "./requestHandlers.js";
/**

@@ -10,0 +10,0 @@ * Deprecated.

@@ -11,5 +11,7 @@ /*!

class RuntimeRequestHandlerBuilder {
constructor() {
// eslint-disable-next-line import/no-deprecated
this.handlers = [];
}
// eslint-disable-next-line import/no-deprecated
handlers = [];
// eslint-disable-next-line import/no-deprecated
pushHandler(...handlers) {

@@ -16,0 +18,0 @@ if (handlers !== undefined) {

{
"name": "@fluidframework/request-handler",
"version": "2.0.0-dev-rc.5.0.0.271262",
"version": "2.0.0-dev-rc.5.0.0.271717",
"description": "A simple request handling library for Fluid Framework",

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

"dependencies": {
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271262",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271262",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271262",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271262",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271262"
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717"
},

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

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271262",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717",
"@fluid-tools/build-cli": "^0.39.0",

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

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

import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import { type IResponse } from "@fluidframework/core-interfaces";
import { type RequestParser } from "@fluidframework/runtime-utils/internal";
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import type { IResponse } from "@fluidframework/core-interfaces";
import type { RequestParser } from "@fluidframework/runtime-utils/internal";

@@ -11,0 +11,0 @@ /**

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

import { type IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import { type IRequest, type IResponse } from "@fluidframework/core-interfaces";
import type { IContainerRuntime } from "@fluidframework/container-runtime-definitions/internal";
import type { IRequest, IResponse } from "@fluidframework/core-interfaces";
import { RequestParser, create404Response } from "@fluidframework/runtime-utils/internal";
// eslint-disable-next-line import/no-deprecated
import { type RuntimeRequestHandler } from "./requestHandlers.js";
import type { RuntimeRequestHandler } from "./requestHandlers.js";

@@ -14,0 +14,0 @@ /**

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