@types/node 12.20.29 → 12.20.30

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 v12.20/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/v12.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 12 Oct 2021 17:31:35 GMT
11
+ * Last updated: Wed, 13 Oct 2021 16:31:24 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `NodeJS`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node v12.20/dgram.d.ts CHANGED
@@ -58,7 +58,7 @@ declare module 'dgram' {
58
58
  send(msg: string | Uint8Array, offset: number, length: number, callback?: (error: Error | null, bytes: number) => void): void;
59
59
  setBroadcast(flag: boolean): void;
60
60
  setMulticastInterface(multicastInterface: string): void;
61
- setMulticastLoopback(flag: boolean): void;
61
+ setMulticastLoopback(flag: boolean): boolean;
62
62
  setMulticastTTL(ttl: number): void;
63
63
  setRecvBufferSize(size: number): void;
64
64
  setSendBufferSize(size: number): void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.29",
3
+ "version": "12.20.30",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -195,6 +195,6 @@
195
195
  },
196
196
  "scripts": {},
197
197
  "dependencies": {},
198
- "typesPublisherContentHash": "5ea422dffd3fd3bb8e19dba22cd923a6f49a8681b277ca739936becf32f6ea51",
198
+ "typesPublisherContentHash": "6e04db4649a8e9eac3827af31fea2acbba8ee510fa471be3b776a44c09fa1f8e",
199
199
  "typeScriptVersion": "3.7"
200
200
  }