@types/node 18.11.14 → 18.11.15
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/README.md +1 -1
- node/crypto.d.ts +1 -1
- node/package.json +2 -2
- node/ts4.8/crypto.d.ts +1 -1
node/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.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Tue, 13 Dec 2022
|
|
11
|
+
* Last updated: Tue, 13 Dec 2022 21:03:28 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
|
|
14
14
|
|
node/crypto.d.ts
CHANGED
|
@@ -2357,7 +2357,7 @@ declare module 'crypto' {
|
|
|
2357
2357
|
/** @deprecated since v10.0.0 */
|
|
2358
2358
|
const DEFAULT_ENCODING: BufferEncoding;
|
|
2359
2359
|
type KeyType = 'rsa' | 'rsa-pss' | 'dsa' | 'ec' | 'ed25519' | 'ed448' | 'x25519' | 'x448';
|
|
2360
|
-
type KeyFormat = 'pem' | 'der';
|
|
2360
|
+
type KeyFormat = 'pem' | 'der' | 'jwk';
|
|
2361
2361
|
interface BasePrivateKeyEncodingOptions<T extends KeyFormat> {
|
|
2362
2362
|
format: T;
|
|
2363
2363
|
cipher?: string | undefined;
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.11.
|
|
3
|
+
"version": "18.11.15",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -232,6 +232,6 @@
|
|
|
232
232
|
},
|
|
233
233
|
"scripts": {},
|
|
234
234
|
"dependencies": {},
|
|
235
|
-
"typesPublisherContentHash": "
|
|
235
|
+
"typesPublisherContentHash": "b7e8091addea0e147932a20cafdc84263043cfcbd5e95a43955a99bd6c391b2b",
|
|
236
236
|
"typeScriptVersion": "4.2"
|
|
237
237
|
}
|
node/ts4.8/crypto.d.ts
CHANGED
|
@@ -2357,7 +2357,7 @@ declare module 'crypto' {
|
|
|
2357
2357
|
/** @deprecated since v10.0.0 */
|
|
2358
2358
|
const DEFAULT_ENCODING: BufferEncoding;
|
|
2359
2359
|
type KeyType = 'rsa' | 'rsa-pss' | 'dsa' | 'ec' | 'ed25519' | 'ed448' | 'x25519' | 'x448';
|
|
2360
|
-
type KeyFormat = 'pem' | 'der';
|
|
2360
|
+
type KeyFormat = 'pem' | 'der' | 'jwk';
|
|
2361
2361
|
interface BasePrivateKeyEncodingOptions<T extends KeyFormat> {
|
|
2362
2362
|
format: T;
|
|
2363
2363
|
cipher?: string | undefined;
|