@types/node 14.0.9 → 14.0.10

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 (3) hide show
  1. node/README.md +1 -1
  2. node/http.d.ts +1 -0
  3. node/package.json +2 -2
node/README.md CHANGED
@@ -8,7 +8,7 @@ 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: Mon, 01 Jun 2020 23:40:33 GMT
11
+ * Last updated: Thu, 04 Jun 2020 01:03: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
 
node/http.d.ts CHANGED
@@ -356,6 +356,7 @@ declare module "http" {
356
356
  class Agent {
357
357
  maxFreeSockets: number;
358
358
  maxSockets: number;
359
+ readonly freeSockets: NodeJS.ReadOnlyDict<Socket[]>;
359
360
  readonly sockets: NodeJS.ReadOnlyDict<Socket[]>;
360
361
  readonly requests: NodeJS.ReadOnlyDict<IncomingMessage[]>;
361
362
 
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.0.9",
3
+ "version": "14.0.10",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -251,6 +251,6 @@
251
251
  },
252
252
  "scripts": {},
253
253
  "dependencies": {},
254
- "typesPublisherContentHash": "c1ba6cc6ea38ef0f7c4d29e13133863a3180bb6d6d41f4741ab2c0c38b034912",
254
+ "typesPublisherContentHash": "e9a971db937637af2caef8c0c374aa8cd71a192036ba26b738b2dae1109e62ee",
255
255
  "typeScriptVersion": "3.0"
256
256
  }