@types/node 14.18.26 → 14.18.27
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/http2.d.ts +1 -1
- node v14.18/package.json +3 -3
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: Mon, 05 Sep 2022 08:02:43 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/http2.d.ts
CHANGED
|
@@ -289,7 +289,7 @@ declare module 'http2' {
|
|
|
289
289
|
ref(): void;
|
|
290
290
|
setLocalWindowSize(windowSize: number): void;
|
|
291
291
|
setTimeout(msecs: number, callback?: () => void): void;
|
|
292
|
-
settings(settings: Settings): void;
|
|
292
|
+
settings(settings: Settings, callback?: (err: Error | null, settings: Settings, duration: number) => void): void;
|
|
293
293
|
unref(): void;
|
|
294
294
|
|
|
295
295
|
addListener(event: "close", listener: () => void): this;
|
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.27",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -220,6 +220,6 @@
|
|
|
220
220
|
},
|
|
221
221
|
"scripts": {},
|
|
222
222
|
"dependencies": {},
|
|
223
|
-
"typesPublisherContentHash": "
|
|
224
|
-
"typeScriptVersion": "4.
|
|
223
|
+
"typesPublisherContentHash": "549c275d09b4865b99b06434b8e2541245f9900dba0a0b14316cbcf972ef2bb5",
|
|
224
|
+
"typeScriptVersion": "4.1"
|
|
225
225
|
}
|