@types/node 18.17.14 → 18.17.15

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.17/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (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: Sat, 02 Sep 2023 20:03:01 GMT
11
+ * Last updated: Fri, 08 Sep 2023 21:33:20 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.17.14",
3
+ "version": "18.17.15",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -232,6 +232,6 @@
232
232
  },
233
233
  "scripts": {},
234
234
  "dependencies": {},
235
- "typesPublisherContentHash": "9d51fb931cbf2b23e2825ea62dc014b6046e2455712d1c78a2f4badb25343bf9",
235
+ "typesPublisherContentHash": "81f43dc30701ec618614f3046d23fe002737caa3bab9f7ba735a63e9a0f9daa1",
236
236
  "typeScriptVersion": "4.3"
237
237
  }
@@ -1269,7 +1269,7 @@ declare module 'process' {
1269
1269
  * If Node.js is spawned with an IPC channel, the `process.send()` method can be
1270
1270
  * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object.
1271
1271
  *
1272
- * If Node.js was not spawned with an IPC channel, `process.send` will be`undefined`.
1272
+ * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`.
1273
1273
  *
1274
1274
  * The message goes through serialization and parsing. The resulting message might
1275
1275
  * not be the same as what is originally sent.
@@ -1269,7 +1269,7 @@ declare module 'process' {
1269
1269
  * If Node.js is spawned with an IPC channel, the `process.send()` method can be
1270
1270
  * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object.
1271
1271
  *
1272
- * If Node.js was not spawned with an IPC channel, `process.send` will be`undefined`.
1272
+ * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`.
1273
1273
  *
1274
1274
  * The message goes through serialization and parsing. The resulting message might
1275
1275
  * not be the same as what is originally sent.