@adonisjs/http-server
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
530331
8280
1
+ Addedencodeurl@2.0.0(transitive)
- Removedencodeurl@1.0.2(transitive)
Updatedencodeurl@^2.0.0