@types/node 13.9.1 → 13.9.2

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 (4) hide show
  1. node/README.md +2 -2
  2. node/globals.d.ts +28 -28
  3. node/index.d.ts +1 -0
  4. node/package.json +7 -2
node/README.md CHANGED
@@ -8,9 +8,9 @@ This package contains type definitions for Node.js (http://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: Fri, 13 Mar 2020 00:40:52 GMT
11
+ * Last updated: Wed, 18 Mar 2020 21:14:29 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
15
15
  # Credits
16
- These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alexander T.](https://github.com/a-tarasyuk), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Bruno Scheufler](https://github.com/brunoscheufler), [Chigozirim C.](https://github.com/smac89), [Christian Vaagland Tellnes](https://github.com/tellnes), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Flarna](https://github.com/Flarna), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nicolas Voigt](https://github.com/octo-sniffle), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Zane Hannan AU](https://github.com/ZaneHannanAU), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Jordi Oliveras Rovira](https://github.com/j-oliveras), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Minh Son Nguyen](https://github.com/nguymin4), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), and [Surasak Chaisurin](https://github.com/Ryan-Willpower).
16
+ These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alexander T.](https://github.com/a-tarasyuk), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Bruno Scheufler](https://github.com/brunoscheufler), [Chigozirim C.](https://github.com/smac89), [Christian Vaagland Tellnes](https://github.com/tellnes), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Flarna](https://github.com/Flarna), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nicolas Voigt](https://github.com/octo-sniffle), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Zane Hannan AU](https://github.com/ZaneHannanAU), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Jordi Oliveras Rovira](https://github.com/j-oliveras), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Minh Son Nguyen](https://github.com/nguymin4), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Surasak Chaisurin](https://github.com/Ryan-Willpower), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
node/globals.d.ts CHANGED
@@ -364,38 +364,38 @@ declare class Buffer extends Uint8Array {
364
364
  readUIntBE(offset: number, byteLength: number): number;
365
365
  readIntLE(offset: number, byteLength: number): number;
366
366
  readIntBE(offset: number, byteLength: number): number;
367
- readUInt8(offset: number): number;
368
- readUInt16LE(offset: number): number;
369
- readUInt16BE(offset: number): number;
370
- readUInt32LE(offset: number): number;
371
- readUInt32BE(offset: number): number;
372
- readInt8(offset: number): number;
373
- readInt16LE(offset: number): number;
374
- readInt16BE(offset: number): number;
375
- readInt32LE(offset: number): number;
376
- readInt32BE(offset: number): number;
377
- readFloatLE(offset: number): number;
378
- readFloatBE(offset: number): number;
379
- readDoubleLE(offset: number): number;
380
- readDoubleBE(offset: number): number;
367
+ readUInt8(offset?: number): number;
368
+ readUInt16LE(offset?: number): number;
369
+ readUInt16BE(offset?: number): number;
370
+ readUInt32LE(offset?: number): number;
371
+ readUInt32BE(offset?: number): number;
372
+ readInt8(offset?: number): number;
373
+ readInt16LE(offset?: number): number;
374
+ readInt16BE(offset?: number): number;
375
+ readInt32LE(offset?: number): number;
376
+ readInt32BE(offset?: number): number;
377
+ readFloatLE(offset?: number): number;
378
+ readFloatBE(offset?: number): number;
379
+ readDoubleLE(offset?: number): number;
380
+ readDoubleBE(offset?: number): number;
381
381
  reverse(): this;
382
382
  swap16(): Buffer;
383
383
  swap32(): Buffer;
384
384
  swap64(): Buffer;
385
- writeUInt8(value: number, offset: number): number;
386
- writeUInt16LE(value: number, offset: number): number;
387
- writeUInt16BE(value: number, offset: number): number;
388
- writeUInt32LE(value: number, offset: number): number;
389
- writeUInt32BE(value: number, offset: number): number;
390
- writeInt8(value: number, offset: number): number;
391
- writeInt16LE(value: number, offset: number): number;
392
- writeInt16BE(value: number, offset: number): number;
393
- writeInt32LE(value: number, offset: number): number;
394
- writeInt32BE(value: number, offset: number): number;
395
- writeFloatLE(value: number, offset: number): number;
396
- writeFloatBE(value: number, offset: number): number;
397
- writeDoubleLE(value: number, offset: number): number;
398
- writeDoubleBE(value: number, offset: number): number;
385
+ writeUInt8(value: number, offset?: number): number;
386
+ writeUInt16LE(value: number, offset?: number): number;
387
+ writeUInt16BE(value: number, offset?: number): number;
388
+ writeUInt32LE(value: number, offset?: number): number;
389
+ writeUInt32BE(value: number, offset?: number): number;
390
+ writeInt8(value: number, offset?: number): number;
391
+ writeInt16LE(value: number, offset?: number): number;
392
+ writeInt16BE(value: number, offset?: number): number;
393
+ writeInt32LE(value: number, offset?: number): number;
394
+ writeInt32BE(value: number, offset?: number): number;
395
+ writeFloatLE(value: number, offset?: number): number;
396
+ writeFloatBE(value: number, offset?: number): number;
397
+ writeDoubleLE(value: number, offset?: number): number;
398
+ writeDoubleBE(value: number, offset?: number): number;
399
399
 
400
400
  fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this;
401
401
 
node/index.d.ts CHANGED
@@ -43,6 +43,7 @@
43
43
  // Ilia Baryshnikov <https://github.com/qwelias>
44
44
  // ExE Boss <https://github.com/ExE-Boss>
45
45
  // Surasak Chaisurin <https://github.com/Ryan-Willpower>
46
+ // Piotr Błażejewicz <https://github.com/peterblazejewicz>
46
47
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
47
48
 
48
49
  // NOTE: These definitions support NodeJS and TypeScript 3.5.
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.9.1",
3
+ "version": "13.9.2",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -218,6 +218,11 @@
218
218
  "name": "Surasak Chaisurin",
219
219
  "url": "https://github.com/Ryan-Willpower",
220
220
  "githubUsername": "Ryan-Willpower"
221
+ },
222
+ {
223
+ "name": "Piotr Błażejewicz",
224
+ "url": "https://github.com/peterblazejewicz",
225
+ "githubUsername": "peterblazejewicz"
221
226
  }
222
227
  ],
223
228
  "main": "",
@@ -241,6 +246,6 @@
241
246
  },
242
247
  "scripts": {},
243
248
  "dependencies": {},
244
- "typesPublisherContentHash": "c7fe7ef57e965f33d02b1d1b221c35941a9935550535b14917968bbdcc137a43",
249
+ "typesPublisherContentHash": "29ad16649df1b4b6514c450e160725a42612bd5cbce73b5300e30895b8e48abc",
245
250
  "typeScriptVersion": "2.8"
246
251
  }