@types/node 12.12.29 → 12.12.30
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 v12.12/README.md +1 -1
- node v12.12/crypto.d.ts +1 -1
- node v12.12/package.json +2 -2
node v12.12/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v12.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Fri,
|
|
11
|
+
* Last updated: Fri, 13 Mar 2020 00:45:27 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `NodeJS`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
node v12.12/crypto.d.ts
CHANGED
|
@@ -160,7 +160,7 @@ declare module "crypto" {
|
|
|
160
160
|
asymmetricKeySize?: number;
|
|
161
161
|
export(options: KeyExportOptions<'pem'>): string | Buffer;
|
|
162
162
|
export(options?: KeyExportOptions<'der'>): Buffer;
|
|
163
|
-
|
|
163
|
+
symmetricKeySize?: number;
|
|
164
164
|
type: KeyObjectType;
|
|
165
165
|
}
|
|
166
166
|
|
node v12.12/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "12.12.
|
|
3
|
+
"version": "12.12.30",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -231,6 +231,6 @@
|
|
|
231
231
|
},
|
|
232
232
|
"scripts": {},
|
|
233
233
|
"dependencies": {},
|
|
234
|
-
"typesPublisherContentHash": "
|
|
234
|
+
"typesPublisherContentHash": "bf3c5368373c2dd30db12fd62d11f5c2e147fc86b68769813f338b2237cc5237",
|
|
235
235
|
"typeScriptVersion": "2.8"
|
|
236
236
|
}
|