New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adonisjs/http-server

Package Overview
Dependencies
Maintainers
3
Versions
137
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 7.1.0 to 7.2.0

build/chunk-MUS67JY5.js

2

build/factories/main.js

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

defineConfig
} from "../chunk-CLGQYYS7.js";
} from "../chunk-MUS67JY5.js";

@@ -12,0 +12,0 @@ // factories/http_context.ts

@@ -21,3 +21,3 @@ import {

parseRange
} from "./chunk-CLGQYYS7.js";
} from "./chunk-MUS67JY5.js";

@@ -24,0 +24,0 @@ // src/exception_handler.ts

@@ -107,2 +107,10 @@ /// <reference types="node" resolution-mode="require"/>

/**
* Listen for the event the response is written
* to the TCP socket.
*
* Under the hood the callback is registered with
* the "https://github.com/jshttp/on-finished" package
*/
onFinish(callback: (err: Error | null, response: ServerResponse) => void): void;
/**
* Writes headers with the Node.js res object using the

@@ -109,0 +117,0 @@ * response.setHeader method

{
"name": "@adonisjs/http-server",
"version": "7.1.0",
"version": "7.2.0",
"description": "AdonisJS HTTP server with support packed with Routing and Cookies",

@@ -78,3 +78,3 @@ "main": "build/index.js",

"@types/vary": "^1.1.3",
"@vinejs/vine": "^1.7.1",
"@vinejs/vine": "^2.0.0",
"autocannon": "^7.14.0",

@@ -91,3 +91,3 @@ "c8": "^9.1.0",

"husky": "^9.0.10",
"np": "^9.2.0",
"np": "^10.0.2",
"pem": "^1.14.8",

@@ -112,3 +112,3 @@ "prettier": "^3.2.4",

"destroy": "^1.2.0",
"encodeurl": "^1.0.2",
"encodeurl": "^2.0.0",
"etag": "^1.8.1",

@@ -115,0 +115,0 @@ "fresh": "^0.5.2",

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