@types/node 14.18.32 → 14.18.34
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 v14.18/README.md +1 -1
- node v14.18/globals.d.ts +1 -1
- node v14.18/package.json +4 -4
node v14.18/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/v14.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 30 Nov 2022 20:33:23 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
node v14.18/globals.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ declare var AbortController: {
|
|
|
114
114
|
declare var AbortSignal: {
|
|
115
115
|
prototype: AbortSignal;
|
|
116
116
|
new(): AbortSignal;
|
|
117
|
-
|
|
117
|
+
abort(reason?: any): AbortSignal;
|
|
118
118
|
timeout(milliseconds: number): AbortSignal;
|
|
119
119
|
};
|
|
120
120
|
//#endregion borrowed
|
node v14.18/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.18.
|
|
3
|
+
"version": "14.18.34",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"main": "",
|
|
215
215
|
"types": "index.d.ts",
|
|
216
216
|
"typesVersions": {
|
|
217
|
-
"
|
|
217
|
+
"<=4.8": {
|
|
218
218
|
"*": [
|
|
219
219
|
"ts4.8/*"
|
|
220
220
|
]
|
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
},
|
|
228
228
|
"scripts": {},
|
|
229
229
|
"dependencies": {},
|
|
230
|
-
"typesPublisherContentHash": "
|
|
231
|
-
"typeScriptVersion": "4.
|
|
230
|
+
"typesPublisherContentHash": "861e4a4d16cd7dbbb93881e97ae08a67d798577376201a39544a5067fbd94ddb",
|
|
231
|
+
"typeScriptVersion": "4.2"
|
|
232
232
|
}
|