Comparing

@types/node@15.12.1
npmjs.comunpkgBundlephobiaPackagephobia
...
@types/node@15.12.2
npmjs.comunpkgBundlephobiaPackagephobia

Packagephobia

766.7 kB

766.7 kB

Publish

Install

npm diff

Options

files: **/!(*.map|*.min.js)

Showing 3 changed files with 12 additions and 12 deletions
SplitUnified

README.md +++1---1

View file

@@ -8,7 +8,7 @@

88Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
99
1010### Additional Details
11 * Last updated: Fri, 04 Jun 2021 16:31:37 GMT
11 * Last updated: Mon, 07 Jun 2021 23:01:23 GMT
1212 * Dependencies: none
1313 * Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
1414

console.d.ts +++9---9

View file

@@ -25,16 +25,16 @@

2525 */
2626 countReset(label?: string): void;
2727 /**
28 * The `console.debug()` function is an alias for {@link console.log()}.
28 * The `console.debug()` function is an alias for {@link console.log}.
2929 */
3030 debug(message?: any, ...optionalParams: any[]): void;
3131 /**
32 * Uses {@link util.inspect()} on `obj` and prints the resulting string to `stdout`.
32 * Uses {@link util.inspect} on `obj` and prints the resulting string to `stdout`.
3333 * This function bypasses any custom `inspect()` function defined on `obj`.
3434 */
3535 dir(obj: any, options?: InspectOptions): void;
3636 /**
37 * This method calls {@link console.log()} passing it the arguments received. Please note that this method does not produce any XML formatting
37 * This method calls {@link console.log} passing it the arguments received. Please note that this method does not produce any XML formatting
3838 */
3939 dirxml(...data: any[]): void;
4040 /**

@@ -47,7 +47,7 @@

4747 */
4848 group(...label: any[]): void;
4949 /**
50 * The `console.groupCollapsed()` function is an alias for {@link console.group()}.
50 * The `console.groupCollapsed()` function is an alias for {@link console.group}.
5151 */
5252 groupCollapsed(...label: any[]): void;
5353 /**

@@ -55,7 +55,7 @@

5555 */
5656 groupEnd(): void;
5757 /**
58 * The {@link console.info()} function is an alias for {@link console.log()}.
58 * The {@link console.info} function is an alias for {@link console.log}.
5959 */
6060 info(message?: any, ...optionalParams: any[]): void;
6161 /**

@@ -72,19 +72,19 @@

7272 */
7373 time(label?: string): void;
7474 /**
75 * Stops a timer that was previously started by calling {@link console.time()} and prints the result to `stdout`.
75 * Stops a timer that was previously started by calling {@link console.time} and prints the result to `stdout`.
7676 */
7777 timeEnd(label?: string): void;
7878 /**
79 * For a timer that was previously started by calling {@link console.time()}, prints the elapsed time and other `data` arguments to `stdout`.
79 * For a timer that was previously started by calling {@link console.time}, prints the elapsed time and other `data` arguments to `stdout`.
8080 */
8181 timeLog(label?: string, ...data: any[]): void;
8282 /**
83 * Prints to `stderr` the string 'Trace :', followed by the {@link util.format()} formatted message and stack trace to the current position in the code.
83 * Prints to `stderr` the string 'Trace :', followed by the {@link util.format} formatted message and stack trace to the current position in the code.
8484 */
8585 trace(message?: any, ...optionalParams: any[]): void;
8686 /**
87 * The {@link console.warn()} function is an alias for {@link console.error()}.
87 * The {@link console.warn} function is an alias for {@link console.error}.
8888 */
8989 warn(message?: any, ...optionalParams: any[]): void;
9090

package.json +++2---2

View file

@@ -1,6 +1,6 @@

11{
22 "name": "@types/node",
3 "version": "15.12.1",
3 "version": "15.12.2",
44 "description": "TypeScript definitions for Node.js",
55 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
66 "license": "MIT",

@@ -227,6 +227,6 @@

227227 },
228228 "scripts": {},
229229 "dependencies": {},
230 "typesPublisherContentHash": "c5eebcafad4271376ee5a2d516756464cef353232ac06db91239887b14f7f29a",
230 "typesPublisherContentHash": "9713490f7bb15f02ab4ef68c39e2ec33cdecadbc39062c33ca86f9e4d8018d9b",
231231 "typeScriptVersion": "3.6"
232232}