@types/node 16.18.115 → 16.18.116
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 +1 -1
- node v16.18/crypto.d.ts +0 -5
- node v16.18/package.json +2 -2
node v16.18/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/v16.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 29 Oct 2024 17:02:26 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v16.18/crypto.d.ts
CHANGED
|
@@ -583,11 +583,6 @@ declare module "crypto" {
|
|
|
583
583
|
* @since v11.6.0
|
|
584
584
|
*/
|
|
585
585
|
asymmetricKeyType?: KeyType | undefined;
|
|
586
|
-
/**
|
|
587
|
-
* For asymmetric keys, this property represents the size of the embedded key in
|
|
588
|
-
* bytes. This property is `undefined` for symmetric keys.
|
|
589
|
-
*/
|
|
590
|
-
asymmetricKeySize?: number | undefined;
|
|
591
586
|
/**
|
|
592
587
|
* This property exists only on asymmetric keys. Depending on the type of the key,
|
|
593
588
|
* this object contains information about the key. None of the information obtained
|
node v16.18/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "16.18.
|
|
3
|
+
"version": "16.18.116",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -218,6 +218,6 @@
|
|
|
218
218
|
"scripts": {},
|
|
219
219
|
"dependencies": {},
|
|
220
220
|
"peerDependencies": {},
|
|
221
|
-
"typesPublisherContentHash": "
|
|
221
|
+
"typesPublisherContentHash": "89bf8903de3ba398de8f681a07b47774e7bd8cc7ee302ce637d310f2781cf850",
|
|
222
222
|
"typeScriptVersion": "4.8"
|
|
223
223
|
}
|