Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@adonisjs/http-server

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

@adonisjs/http-server - npm Package Compare versions

Comparing version
8.0.0-next.2
to
8.0.0-next.3
build/chunk-GX5AWCSU.js

Sorry, the diff of this file is too big to display

+1
-1

@@ -9,3 +9,3 @@ import {

defineConfig
} from "../chunk-Z5EN426L.js";
} from "../chunk-GX5AWCSU.js";
import "../chunk-ASX56VAK.js";

@@ -12,0 +12,0 @@

@@ -23,3 +23,3 @@ import {

tracing_channels_exports
} from "./chunk-Z5EN426L.js";
} from "./chunk-GX5AWCSU.js";
import "./chunk-ASX56VAK.js";

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

@@ -38,2 +38,5 @@ import type Middleware from '@poppinss/middleware';

export type StoreRouteHandler = RouteFn | {
name?: string;
method: string;
importExpression: string | null;
reference: string | [LazyImport<Constructor<any>> | Constructor<any>, any?];

@@ -40,0 +43,0 @@ handle: (resolver: ContainerResolver<any>, ...args: [ctx: HttpContext, ...injections: any[]]) => any;

{
"name": "@adonisjs/http-server",
"version": "8.0.0-next.2",
"version": "8.0.0-next.3",
"description": "AdonisJS HTTP server with support packed with Routing and Cookies",

@@ -5,0 +5,0 @@ "main": "build/index.js",

Sorry, the diff of this file is too big to display