@types/node 14.18.58 → 14.18.59
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/package.json +2 -2
- node v14.18/ts4.8/util.d.ts +1 -1
- node v14.18/util.d.ts +1 -1
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: Fri, 08 Sep 2023 20:33:19 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.18.
|
|
3
|
+
"version": "14.18.59",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
},
|
|
228
228
|
"scripts": {},
|
|
229
229
|
"dependencies": {},
|
|
230
|
-
"typesPublisherContentHash": "
|
|
230
|
+
"typesPublisherContentHash": "dfe0aee18ff86f468d9584c10b47c6cef0588ee25cb755b6806feb7e0a027cb9",
|
|
231
231
|
"typeScriptVersion": "4.3"
|
|
232
232
|
}
|
node v14.18/ts4.8/util.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare module 'util' {
|
|
|
11
11
|
/** @deprecated since v0.11.3 - use a third party module instead. */
|
|
12
12
|
function log(string: string): void;
|
|
13
13
|
function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string;
|
|
14
|
-
function inspect(object: any, options
|
|
14
|
+
function inspect(object: any, options?: InspectOptions): string;
|
|
15
15
|
namespace inspect {
|
|
16
16
|
let colors: NodeJS.Dict<[number, number]>;
|
|
17
17
|
let styles: {
|
node v14.18/util.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ declare module 'util' {
|
|
|
11
11
|
/** @deprecated since v0.11.3 - use a third party module instead. */
|
|
12
12
|
function log(string: string): void;
|
|
13
13
|
function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string;
|
|
14
|
-
function inspect(object: any, options
|
|
14
|
+
function inspect(object: any, options?: InspectOptions): string;
|
|
15
15
|
namespace inspect {
|
|
16
16
|
let colors: NodeJS.Dict<[number, number]>;
|
|
17
17
|
let styles: {
|