@types/node 16.18.119 → 16.18.120
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/http.d.ts +1 -1
- node v16.18/package.json +3 -3
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: Mon, 25 Nov 2024 21:02:24 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v16.18/http.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ declare module "http" {
|
|
|
160
160
|
location?: string | undefined;
|
|
161
161
|
"max-forwards"?: string | undefined;
|
|
162
162
|
origin?: string | undefined;
|
|
163
|
-
|
|
163
|
+
pragma?: string | string[] | undefined;
|
|
164
164
|
"proxy-authenticate"?: string | string[] | undefined;
|
|
165
165
|
"proxy-authorization"?: string | undefined;
|
|
166
166
|
"public-key-pins"?: string | undefined;
|
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.120",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -218,6 +218,6 @@
|
|
|
218
218
|
"scripts": {},
|
|
219
219
|
"dependencies": {},
|
|
220
220
|
"peerDependencies": {},
|
|
221
|
-
"typesPublisherContentHash": "
|
|
222
|
-
"typeScriptVersion": "
|
|
221
|
+
"typesPublisherContentHash": "aa820c23f5c3ae370fd4a22741fc5a049d39cc1cd449860b79c3ff106180d53c",
|
|
222
|
+
"typeScriptVersion": "5.0"
|
|
223
223
|
}
|