@types/node 12.20.54 → 12.20.55

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: Tue, 31 May 2022 20:31:35 GMT
11
+ * Last updated: Tue, 07 Jun 2022 19:01:37 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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "12.20.54",
3
+ "version": "12.20.55",
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": "a1caa6442418f5145ca1c769707159412c35aa78705278349a4bbdf70f17013b",
193
+ "typesPublisherContentHash": "3d29774cbf5180f3bd5b1bd954e268a18a74c90d34acff15c56308ec98960bec",
194
194
  "typeScriptVersion": "3.9"
195
195
  }
node v12.20/tls.d.ts CHANGED
@@ -142,7 +142,7 @@ declare module 'tls' {
142
142
  * Static boolean value, always true.
143
143
  * May be used to distinguish TLS sockets from regular ones.
144
144
  */
145
- encrypted: boolean;
145
+ encrypted: true;
146
146
 
147
147
  /**
148
148
  * String containing the selected ALPN protocol.