@types/node 20.17.2 → 20.17.3
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 v20.17/README.md +1 -1
- node v20.17/crypto.d.ts +0 -5
- node v20.17/package.json +2 -2
node v20.17/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 29 Oct 2024 17:02:26 GMT
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
13
13
|
|
14
14
|
# Credits
|
node v20.17/crypto.d.ts
CHANGED
@@ -609,11 +609,6 @@ declare module "crypto" {
|
|
609
609
|
* @since v11.6.0
|
610
610
|
*/
|
611
611
|
asymmetricKeyType?: KeyType | undefined;
|
612
|
-
/**
|
613
|
-
* For asymmetric keys, this property represents the size of the embedded key in
|
614
|
-
* bytes. This property is `undefined` for symmetric keys.
|
615
|
-
*/
|
616
|
-
asymmetricKeySize?: number | undefined;
|
617
612
|
/**
|
618
613
|
* This property exists only on asymmetric keys. Depending on the type of the key,
|
619
614
|
* this object contains information about the key. None of the information obtained
|
node v20.17/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/node",
|
3
|
-
"version": "20.17.
|
3
|
+
"version": "20.17.3",
|
4
4
|
"description": "TypeScript definitions for node",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
6
6
|
"license": "MIT",
|
@@ -220,6 +220,6 @@
|
|
220
220
|
"undici-types": "~6.19.2"
|
221
221
|
},
|
222
222
|
"peerDependencies": {},
|
223
|
-
"typesPublisherContentHash": "
|
223
|
+
"typesPublisherContentHash": "e138c8aac91c9e2a9ee62ceedbbaedf2bfd67e9d9745cbdc3ac2bc7d52a41261",
|
224
224
|
"typeScriptVersion": "4.8"
|
225
225
|
}
|