@types/node 20.11.25 → 20.11.27

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 (57) hide show
  1. node/README.md +1 -1
  2. node/crypto.d.ts +1 -1
  3. node/package.json +3 -10
  4. node/ts4.8/assert/strict.d.ts +0 -8
  5. node/ts4.8/assert.d.ts +0 -996
  6. node/ts4.8/async_hooks.d.ts +0 -539
  7. node/ts4.8/buffer.d.ts +0 -2363
  8. node/ts4.8/child_process.d.ts +0 -1540
  9. node/ts4.8/cluster.d.ts +0 -432
  10. node/ts4.8/console.d.ts +0 -415
  11. node/ts4.8/constants.d.ts +0 -19
  12. node/ts4.8/crypto.d.ts +0 -4487
  13. node/ts4.8/dgram.d.ts +0 -596
  14. node/ts4.8/diagnostics_channel.d.ts +0 -545
  15. node/ts4.8/dns/promises.d.ts +0 -425
  16. node/ts4.8/dns.d.ts +0 -809
  17. node/ts4.8/dom-events.d.ts +0 -122
  18. node/ts4.8/domain.d.ts +0 -170
  19. node/ts4.8/events.d.ts +0 -896
  20. node/ts4.8/fs/promises.d.ts +0 -1239
  21. node/ts4.8/fs.d.ts +0 -4311
  22. node/ts4.8/globals.d.ts +0 -411
  23. node/ts4.8/globals.global.d.ts +0 -1
  24. node/ts4.8/http.d.ts +0 -1889
  25. node/ts4.8/http2.d.ts +0 -2382
  26. node/ts4.8/https.d.ts +0 -550
  27. node/ts4.8/index.d.ts +0 -88
  28. node/ts4.8/inspector.d.ts +0 -2747
  29. node/ts4.8/module.d.ts +0 -315
  30. node/ts4.8/net.d.ts +0 -954
  31. node/ts4.8/os.d.ts +0 -478
  32. node/ts4.8/path.d.ts +0 -191
  33. node/ts4.8/perf_hooks.d.ts +0 -645
  34. node/ts4.8/process.d.ts +0 -1561
  35. node/ts4.8/punycode.d.ts +0 -117
  36. node/ts4.8/querystring.d.ts +0 -141
  37. node/ts4.8/readline/promises.d.ts +0 -150
  38. node/ts4.8/readline.d.ts +0 -539
  39. node/ts4.8/repl.d.ts +0 -430
  40. node/ts4.8/stream/consumers.d.ts +0 -12
  41. node/ts4.8/stream/promises.d.ts +0 -83
  42. node/ts4.8/stream/web.d.ts +0 -366
  43. node/ts4.8/stream.d.ts +0 -1701
  44. node/ts4.8/string_decoder.d.ts +0 -67
  45. node/ts4.8/test.d.ts +0 -1465
  46. node/ts4.8/timers/promises.d.ts +0 -93
  47. node/ts4.8/timers.d.ts +0 -240
  48. node/ts4.8/tls.d.ts +0 -1210
  49. node/ts4.8/trace_events.d.ts +0 -182
  50. node/ts4.8/tty.d.ts +0 -208
  51. node/ts4.8/url.d.ts +0 -944
  52. node/ts4.8/util.d.ts +0 -2183
  53. node/ts4.8/v8.d.ts +0 -764
  54. node/ts4.8/vm.d.ts +0 -903
  55. node/ts4.8/wasi.d.ts +0 -179
  56. node/ts4.8/worker_threads.d.ts +0 -691
  57. node/ts4.8/zlib.d.ts +0 -517
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: Wed, 06 Mar 2024 17:07:21 GMT
11
+ * Last updated: Wed, 13 Mar 2024 13:35:54 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/crypto.d.ts CHANGED
@@ -106,7 +106,7 @@ declare module "crypto" {
106
106
  const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
107
107
  /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
108
108
  const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
109
- /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */
109
+ /** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
110
110
  const SSL_OP_CISCO_ANYCONNECT: number;
111
111
  /** Instructs OpenSSL to turn on cookie exchange. */
112
112
  const SSL_OP_COOKIE_EXCHANGE: number;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.11.25",
3
+ "version": "20.11.27",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -203,13 +203,6 @@
203
203
  ],
204
204
  "main": "",
205
205
  "types": "index.d.ts",
206
- "typesVersions": {
207
- "<=4.8": {
208
- "*": [
209
- "ts4.8/*"
210
- ]
211
- }
212
- },
213
206
  "repository": {
214
207
  "type": "git",
215
208
  "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
@@ -219,6 +212,6 @@
219
212
  "dependencies": {
220
213
  "undici-types": "~5.26.4"
221
214
  },
222
- "typesPublisherContentHash": "00807065f46490c97b07f39fd3138b5abc64842bd94592b7f9b9fda9b677b321",
223
- "typeScriptVersion": "4.6"
215
+ "typesPublisherContentHash": "74ec608f82763722705f59b6cc08d49d6c04e61b7daf4660a619870fc7f72961",
216
+ "typeScriptVersion": "4.7"
224
217
  }
@@ -1,8 +0,0 @@
1
- declare module "assert/strict" {
2
- import { strict } from "node:assert";
3
- export = strict;
4
- }
5
- declare module "node:assert/strict" {
6
- import { strict } from "node:assert";
7
- export = strict;
8
- }