@types/node 20.17.48 → 20.17.49
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 v20.17/README.md +1 -1
- node v20.17/net.d.ts +1 -1
- node v20.17/package.json +2 -2
node v20.17/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/v20.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 20 May 2025 17:35:34 GMT
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
13
13
|
|
14
14
|
# Credits
|
node v20.17/net.d.ts
CHANGED
@@ -655,7 +655,7 @@ declare module "net" {
|
|
655
655
|
* Callback should take two arguments `err` and `count`.
|
656
656
|
* @since v0.9.7
|
657
657
|
*/
|
658
|
-
getConnections(cb: (error: Error | null, count: number) => void):
|
658
|
+
getConnections(cb: (error: Error | null, count: number) => void): this;
|
659
659
|
/**
|
660
660
|
* Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior).
|
661
661
|
* If the server is `ref`ed calling `ref()` again will have no effect.
|
node v20.17/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/node",
|
3
|
-
"version": "20.17.
|
3
|
+
"version": "20.17.49",
|
4
4
|
"description": "TypeScript definitions for node",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
6
6
|
"license": "MIT",
|
@@ -215,6 +215,6 @@
|
|
215
215
|
"undici-types": "~6.19.2"
|
216
216
|
},
|
217
217
|
"peerDependencies": {},
|
218
|
-
"typesPublisherContentHash": "
|
218
|
+
"typesPublisherContentHash": "7f7c0c11f127cf724ae266634563796249d0d6a468bf2b1b2d2b36d07dd4c7d8",
|
219
219
|
"typeScriptVersion": "5.1"
|
220
220
|
}
|