@types/node 14.18.47 → 14.18.48

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: Sat, 13 May 2023 14:32:58 GMT
11
+ * Last updated: Thu, 25 May 2023 20:34:31 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
 
node v14.18/crypto.d.ts CHANGED
@@ -340,7 +340,7 @@ declare module 'crypto' {
340
340
 
341
341
  interface SigningOptions {
342
342
  /**
343
- * @See crypto.constants.RSA_PKCS1_PADDING
343
+ * @see crypto.constants.RSA_PKCS1_PADDING
344
344
  */
345
345
  padding?: number | undefined;
346
346
  saltLength?: number | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.47",
3
+ "version": "14.18.48",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -227,6 +227,6 @@
227
227
  },
228
228
  "scripts": {},
229
229
  "dependencies": {},
230
- "typesPublisherContentHash": "381b0e74e26fa1b0d8dd8d46799bc1b9a9348a0d0363d123063beab85a385d60",
230
+ "typesPublisherContentHash": "bc4e751e9789bc5cc9b8f725d809e83574a8cef21a5d14cc2636155a5d76bee6",
231
231
  "typeScriptVersion": "4.3"
232
232
  }
@@ -340,7 +340,7 @@ declare module 'crypto' {
340
340
 
341
341
  interface SigningOptions {
342
342
  /**
343
- * @See crypto.constants.RSA_PKCS1_PADDING
343
+ * @see crypto.constants.RSA_PKCS1_PADDING
344
344
  */
345
345
  padding?: number | undefined;
346
346
  saltLength?: number | undefined;