@types/node 16.10.5 → 16.10.6
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/README.md +1 -1
- node/dgram.d.ts +1 -1
- node/package.json +2 -2
node/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.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Wed, 13 Oct 2021
|
|
11
|
+
* Last updated: Wed, 13 Oct 2021 16:31:21 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
|
|
14
14
|
|
node/dgram.d.ts
CHANGED
|
@@ -414,7 +414,7 @@ declare module 'dgram' {
|
|
|
414
414
|
* This method throws `EBADF` if called on an unbound socket.
|
|
415
415
|
* @since v0.3.8
|
|
416
416
|
*/
|
|
417
|
-
setMulticastLoopback(flag: boolean):
|
|
417
|
+
setMulticastLoopback(flag: boolean): boolean;
|
|
418
418
|
/**
|
|
419
419
|
* Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for
|
|
420
420
|
* "Time to Live", in this context it specifies the number of IP hops that a
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "16.10.
|
|
3
|
+
"version": "16.10.6",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -225,6 +225,6 @@
|
|
|
225
225
|
},
|
|
226
226
|
"scripts": {},
|
|
227
227
|
"dependencies": {},
|
|
228
|
-
"typesPublisherContentHash": "
|
|
228
|
+
"typesPublisherContentHash": "6c3f97594c7a75f736e3a3683bf9141ed0d748d67b49ffc99ce8bb7e48ee24f8",
|
|
229
229
|
"typeScriptVersion": "3.7"
|
|
230
230
|
}
|