@types/node 18.19.66 → 18.19.67
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 v18.19/README.md +1 -1
- node v18.19/package.json +2 -2
- node v18.19/v8.d.ts +1 -1
node v18.19/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/v18.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 28 Nov 2024 06:02:26 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v18.19/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.19.
|
|
3
|
+
"version": "18.19.67",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -225,6 +225,6 @@
|
|
|
225
225
|
"undici-types": "~5.26.4"
|
|
226
226
|
},
|
|
227
227
|
"peerDependencies": {},
|
|
228
|
-
"typesPublisherContentHash": "
|
|
228
|
+
"typesPublisherContentHash": "cf9763078b78fc9047b30e1f2c966cf135b140c82dc561c99c1bad8a1dbe9b25",
|
|
229
229
|
"typeScriptVersion": "5.0"
|
|
230
230
|
}
|
node v18.19/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
|