@types/node 14.18.0 → 14.18.1
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/http.d.ts +1 -1
- node v14.18/package.json +2 -2
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: Fri,
|
|
11
|
+
* Last updated: Fri, 17 Dec 2021 02:01:11 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 v14.18/http.d.ts
CHANGED
|
@@ -237,7 +237,7 @@ declare module 'http' {
|
|
|
237
237
|
constructor();
|
|
238
238
|
|
|
239
239
|
setTimeout(msecs: number, callback?: () => void): this;
|
|
240
|
-
setHeader(name: string, value: number | string | ReadonlyArray<string>):
|
|
240
|
+
setHeader(name: string, value: number | string | ReadonlyArray<string>): this;
|
|
241
241
|
getHeader(name: string): number | string | string[] | undefined;
|
|
242
242
|
getHeaders(): OutgoingHttpHeaders;
|
|
243
243
|
getHeaderNames(): string[];
|
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.1",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -225,6 +225,6 @@
|
|
|
225
225
|
},
|
|
226
226
|
"scripts": {},
|
|
227
227
|
"dependencies": {},
|
|
228
|
-
"typesPublisherContentHash": "
|
|
228
|
+
"typesPublisherContentHash": "37aab3d70efaad641a398c517258e033f4663930833dd213a10703016827644c",
|
|
229
229
|
"typeScriptVersion": "3.8"
|
|
230
230
|
}
|