@types/node 12.20.46 → 12.20.47

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: Mon, 14 Feb 2022 19:31:29 GMT
11
+ * Last updated: Mon, 07 Mar 2022 17:31:47 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
 
@@ -529,6 +529,7 @@ declare class Buffer extends Uint8Array {
529
529
  readInt32LE(offset?: number): number;
530
530
  readInt32BE(offset?: number): number;
531
531
  readFloatLE(offset?: number): number;
532
+ readFloatBE(offset?: number): number;
532
533
  readDoubleLE(offset?: number): number;
533
534
  readDoubleBE(offset?: number): number;
534
535
  reverse(): this;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.46",
3
+ "version": "12.20.47",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -190,6 +190,6 @@
190
190
  },
191
191
  "scripts": {},
192
192
  "dependencies": {},
193
- "typesPublisherContentHash": "84e5b13a935a2f314bb5ff54d977c00cf9bc6bf26ee5545a6ef7585769773985",
194
- "typeScriptVersion": "3.8"
193
+ "typesPublisherContentHash": "a448dab7ec5aa3adc925d98e73bf4dec3b5544c7ba814e186f63a9633d5b9fe1",
194
+ "typeScriptVersion": "3.9"
195
195
  }