@types/node 14.14.31 → 14.14.32
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/globals.d.ts +1 -1
- node/package.json +3 -3
node/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.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Sun, 07 Mar 2021 09:57:56 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
node/globals.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ interface ErrorConstructor {
|
|
|
6
6
|
/**
|
|
7
7
|
* Optional override for formatting stack traces
|
|
8
8
|
*
|
|
9
|
-
* @see https://
|
|
9
|
+
* @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces
|
|
10
10
|
*/
|
|
11
11
|
prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any;
|
|
12
12
|
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.14.
|
|
3
|
+
"version": "14.14.32",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -236,6 +236,6 @@
|
|
|
236
236
|
},
|
|
237
237
|
"scripts": {},
|
|
238
238
|
"dependencies": {},
|
|
239
|
-
"typesPublisherContentHash": "
|
|
240
|
-
"typeScriptVersion": "3.
|
|
239
|
+
"typesPublisherContentHash": "737cc4b46a32b367e6f088615ccfbee2704a03f69b0b16d8c113c02b22bb5e29",
|
|
240
|
+
"typeScriptVersion": "3.5"
|
|
241
241
|
}
|