@types/node 14.18.20 → 14.18.21

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 v14.18/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/v14.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 31 May 2022 20:31:35 GMT
11
+ * Last updated: Tue, 07 Jun 2022 19:01:36 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `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": "14.18.20",
3
+ "version": "14.18.21",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  },
221
221
  "scripts": {},
222
222
  "dependencies": {},
223
- "typesPublisherContentHash": "903c2692255fd727392fe2837cbb6991d69e3f79a1f7a90fde2e8ca46e2d6b2b",
223
+ "typesPublisherContentHash": "0e120850d2efd3c212686946890a557c78b49f575a98e7575b49a55b2ddd9e90",
224
224
  "typeScriptVersion": "3.9"
225
225
  }
node v14.18/tls.d.ts CHANGED
@@ -147,7 +147,7 @@ declare module 'tls' {
147
147
  * Static boolean value, always true.
148
148
  * May be used to distinguish TLS sockets from regular ones.
149
149
  */
150
- encrypted: boolean;
150
+ encrypted: true;
151
151
 
152
152
  /**
153
153
  * String containing the selected ALPN protocol.