@types/node 16.18.119 → 16.18.121
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/v8.d.ts +1 -1
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: Thu, 28 Nov 2024 06:02:26 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.121",
|
|
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": "a0f636ff128339804b2ecd6c0daf73193fc5afda977b4ee3bdf3bf71f271f677",
|
|
222
|
+
"typeScriptVersion": "5.0"
|
|
223
223
|
}
|
node v16.18/v8.d.ts
CHANGED
|
@@ -389,7 +389,7 @@ declare module "v8" {
|
|
|
389
389
|
* @since v8.0.0
|
|
390
390
|
* @param buffer A buffer returned by {@link serialize}.
|
|
391
391
|
*/
|
|
392
|
-
function deserialize(buffer: NodeJS.
|
|
392
|
+
function deserialize(buffer: NodeJS.ArrayBufferView): any;
|
|
393
393
|
/**
|
|
394
394
|
* The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple
|
|
395
395
|
* times during the lifetime of the process. Each time the execution counter will
|