@types/node 13.13.34 → 13.13.35

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 v13.13/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/v13.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 30 Nov 2020 19:02:17 GMT
11
+ * Last updated: Tue, 08 Dec 2020 16:56:27 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "13.13.34",
3
+ "version": "13.13.35",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -241,6 +241,6 @@
241
241
  },
242
242
  "scripts": {},
243
243
  "dependencies": {},
244
- "typesPublisherContentHash": "b59f2055ab26d6bafa71254f3f84fcf7ef8b7007734bebaeaf907292db2e5d20",
244
+ "typesPublisherContentHash": "eb4667f716c2f1ff652d701ddb90bfe5f77bd7bf14e8c56ce4157328b255f4f1",
245
245
  "typeScriptVersion": "3.3"
246
246
  }
node v13.13/tls.d.ts CHANGED
@@ -436,7 +436,7 @@ declare module "tls" {
436
436
 
437
437
  interface PSKCallbackNegotation {
438
438
  psk: DataView | NodeJS.TypedArray;
439
- identitty: string;
439
+ identity: string;
440
440
  }
441
441
 
442
442
  interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions {