@types/node 16.18.93 → 16.18.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- node v16.18/README.md +1 -1
- node v16.18/http2.d.ts +7 -1
- node v16.18/inspector.d.ts +1 -2
- node v16.18/package.json +2 -2
node v16.18/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v16.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 05 Apr 2024 22:07:19 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v16.18/http2.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ declare module "http2" {
|
|
|
89
89
|
*/
|
|
90
90
|
readonly destroyed: boolean;
|
|
91
91
|
/**
|
|
92
|
-
* Set
|
|
92
|
+
* Set to `true` if the `END_STREAM` flag was set in the request or response
|
|
93
93
|
* HEADERS frame received, indicating that no additional data should be received
|
|
94
94
|
* and the readable side of the `Http2Stream` will be closed.
|
|
95
95
|
* @since v10.11.0
|
|
@@ -2065,7 +2065,13 @@ declare module "http2" {
|
|
|
2065
2065
|
const HTTP2_HEADER_ACCEPT_LANGUAGE: string;
|
|
2066
2066
|
const HTTP2_HEADER_ACCEPT_RANGES: string;
|
|
2067
2067
|
const HTTP2_HEADER_ACCEPT: string;
|
|
2068
|
+
const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string;
|
|
2069
|
+
const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string;
|
|
2070
|
+
const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string;
|
|
2068
2071
|
const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string;
|
|
2072
|
+
const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string;
|
|
2073
|
+
const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string;
|
|
2074
|
+
const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string;
|
|
2069
2075
|
const HTTP2_HEADER_AGE: string;
|
|
2070
2076
|
const HTTP2_HEADER_ALLOW: string;
|
|
2071
2077
|
const HTTP2_HEADER_AUTHORIZATION: string;
|
node v16.18/inspector.d.ts
CHANGED
node v16.18/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "16.18.
|
|
3
|
+
"version": "16.18.95",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -210,6 +210,6 @@
|
|
|
210
210
|
},
|
|
211
211
|
"scripts": {},
|
|
212
212
|
"dependencies": {},
|
|
213
|
-
"typesPublisherContentHash": "
|
|
213
|
+
"typesPublisherContentHash": "c47d0cd2bce2d3e85abcb17b5d561b8efa408b3dc93c44d628e81371729f5e51",
|
|
214
214
|
"typeScriptVersion": "4.7"
|
|
215
215
|
}
|