npm-diff.app exposes a online API to equal npm diff
, to be able to see the changes between versions of packages or forks of packages.
GET https://npm-diff.app/api/@types/node@15.12.1...@types/node@15.12.2
will return the same asnpm diff --diff=@types/node@15.12.1 --diff=@types/node@15.12.2
a diff of the two provided packages
diff --git a/README.md b/README.md
index v15.12.1..v15.12.2 100777
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
### Additional Details
- * Last updated: Fri, 04 Jun 2021 16:31:37 GMT
+ * Last updated: Mon, 07 Jun 2021 23:01:23 GMT
* Dependencies: none
* Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
diff --git a/console.d.ts b/console.d.ts
index v15.12.1..v15.12.2 100777
--- a/console.d.ts
+++ b/console.d.ts
@@ -25,16 +25,16 @@
*/
countReset(label?: string): void;
/**
- * The `console.debug()` function is an alias for {@link console.log()}.
+ * The `console.debug()` function is an alias for {@link console.log}.
*/
debug(message?: any, ...optionalParams: any[]): void;
/**
- * Uses {@link util.inspect()} on `obj` and prints the resulting string to `stdout`.
+ * Uses {@link util.inspect} on `obj` and prints the resulting string to `stdout`.
* This function bypasses any custom `inspect()` function defined on `obj`.
*/
dir(obj: any, options?: InspectOptions): void;
/**
- * This method calls {@link console.log()} passing it the arguments received. Please note that this method does not produce any XML formatting
+ * This method calls {@link console.log} passing it the arguments received. Please note that this method does not produce any XML formatting
*/
dirxml(...data: any[]): void;
/**
@@ -47,7 +47,7 @@
*/
group(...label: any[]): void;
/**
- * The `console.groupCollapsed()` function is an alias for {@link console.group()}.
+ * The `console.groupCollapsed()` function is an alias for {@link console.group}.
*/
groupCollapsed(...label: any[]): void;
/**
@@ -55,7 +55,7 @@
*/
groupEnd(): void;
/**
- * The {@link console.info()} function is an alias for {@link console.log()}.
+ * The {@link console.info} function is an alias for {@link console.log}.
*/
info(message?: any, ...optionalParams: any[]): void;
/**
@@ -72,19 +72,19 @@
*/
time(label?: string): void;
/**
- * Stops a timer that was previously started by calling {@link console.time()} and prints the result to `stdout`.
+ * Stops a timer that was previously started by calling {@link console.time} and prints the result to `stdout`.
*/
timeEnd(label?: string): void;
/**
- * For a timer that was previously started by calling {@link console.time()}, prints the elapsed time and other `data` arguments to `stdout`.
+ * For a timer that was previously started by calling {@link console.time}, prints the elapsed time and other `data` arguments to `stdout`.
*/
timeLog(label?: string, ...data: any[]): void;
/**
- * Prints to `stderr` the string 'Trace :', followed by the {@link util.format()} formatted message and stack trace to the current position in the code.
+ * Prints to `stderr` the string 'Trace :', followed by the {@link util.format} formatted message and stack trace to the current position in the code.
*/
trace(message?: any, ...optionalParams: any[]): void;
/**
- * The {@link console.warn()} function is an alias for {@link console.error()}.
+ * The {@link console.warn} function is an alias for {@link console.error}.
*/
warn(message?: any, ...optionalParams: any[]): void;
diff --git a/package.json b/package.json
index v15.12.1..v15.12.2 100777
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@types/node",
- "version": "15.12.1",
+ "version": "15.12.2",
"description": "TypeScript definitions for Node.js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
"license": "MIT",
@@ -227,6 +227,6 @@
},
"scripts": {},
"dependencies": {},
- "typesPublisherContentHash": "c5eebcafad4271376ee5a2d516756464cef353232ac06db91239887b14f7f29a",
+ "typesPublisherContentHash": "9713490f7bb15f02ab4ef68c39e2ec33cdecadbc39062c33ca86f9e4d8018d9b",
"typeScriptVersion": "3.6"
}
\ No newline at end of file