@types/node 16.18.3 → 16.18.5

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 v16.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/v16.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 30 Oct 2022 19:33:00 GMT
11
+ * Last updated: Mon, 05 Dec 2022 19:32:57 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
14
14
 
node v16.18/crypto.d.ts CHANGED
@@ -3099,23 +3099,23 @@ declare module 'crypto' {
3099
3099
  /**
3100
3100
  * @default 'always'
3101
3101
  */
3102
- subject: 'always' | 'never';
3102
+ subject?: 'always' | 'default' | 'never';
3103
3103
  /**
3104
3104
  * @default true
3105
3105
  */
3106
- wildcards: boolean;
3106
+ wildcards?: boolean;
3107
3107
  /**
3108
3108
  * @default true
3109
3109
  */
3110
- partialWildcards: boolean;
3110
+ partialWildcards?: boolean;
3111
3111
  /**
3112
3112
  * @default false
3113
3113
  */
3114
- multiLabelWildcards: boolean;
3114
+ multiLabelWildcards?: boolean;
3115
3115
  /**
3116
3116
  * @default false
3117
3117
  */
3118
- singleLabelSubdomains: boolean;
3118
+ singleLabelSubdomains?: boolean;
3119
3119
  }
3120
3120
  /**
3121
3121
  * Encapsulates an X509 certificate and provides read-only access to
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.3",
3
+ "version": "16.18.5",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -214,7 +214,7 @@
214
214
  "main": "",
215
215
  "types": "index.d.ts",
216
216
  "typesVersions": {
217
- "<4.9.0-0": {
217
+ "<=4.8": {
218
218
  "*": [
219
219
  "ts4.8/*"
220
220
  ]
@@ -227,6 +227,6 @@
227
227
  },
228
228
  "scripts": {},
229
229
  "dependencies": {},
230
- "typesPublisherContentHash": "6cbab5c86cc0eb791a7d4395d3141d9860024277b8ab6c7b6c2368e7db579db7",
231
- "typeScriptVersion": "4.1"
230
+ "typesPublisherContentHash": "6d6012cf7a167adbd594085ed43de5e036b9db44c2762d2592464a016609581d",
231
+ "typeScriptVersion": "4.2"
232
232
  }