@types/node 20.11.10 → 20.11.12

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.
Files changed (4) hide show
  1. node/README.md +1 -1
  2. node/net.d.ts +1 -1
  3. node/package.json +3 -4
  4. node/ts4.8/net.d.ts +1 -1
node/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 28 Jan 2024 19:35:24 GMT
11
+ * Last updated: Tue, 30 Jan 2024 21:35:45 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/net.d.ts CHANGED
@@ -628,7 +628,7 @@ declare module "net" {
628
628
  * Indicates whether or not the server is listening for connections.
629
629
  * @since v5.7.0
630
630
  */
631
- listening: boolean;
631
+ readonly listening: boolean;
632
632
  /**
633
633
  * events.EventEmitter
634
634
  * 1. close
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.11.10",
3
+ "version": "20.11.12",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -224,7 +224,6 @@
224
224
  "dependencies": {
225
225
  "undici-types": "~5.26.4"
226
226
  },
227
- "typesPublisherContentHash": "897aa7f7b2ef28b325dc21b77e81fb89f7e55a10a0d587e1d8ed0c8128302e0b",
228
- "typeScriptVersion": "4.6",
229
- "nonNpm": true
227
+ "typesPublisherContentHash": "7dcf17c645d0cb43b0a8f2e7f54bb5578c08e43f7e61b82cfbbe1f46fa89bf2a",
228
+ "typeScriptVersion": "4.6"
230
229
  }
node/ts4.8/net.d.ts CHANGED
@@ -628,7 +628,7 @@ declare module "net" {
628
628
  * Indicates whether or not the server is listening for connections.
629
629
  * @since v5.7.0
630
630
  */
631
- listening: boolean;
631
+ readonly listening: boolean;
632
632
  /**
633
633
  * events.EventEmitter
634
634
  * 1. close