npm-check-updates 19.5.0 → 19.6.0
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.
- package/README.md +1 -0
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -648,6 +648,7 @@ Modify the output formatting or show additional information. Specify one or more
|
|
|
648
648
|
<tr><td>lines</td><td>Prints name@version on separate lines. Useful for piping to npm install.</td></tr>
|
|
649
649
|
<tr><td>ownerChanged</td><td>Shows if the package owner has changed.</td></tr>
|
|
650
650
|
<tr><td>repo</td><td>Infers and displays links to the package's source code repository. Requires packages to be installed.</td></tr>
|
|
651
|
+
<tr><td>diff</td><td>Display link to compare the changes between package versions.</td></tr>
|
|
651
652
|
<tr><td>time</td><td>Shows the publish time of each upgrade.</td></tr>
|
|
652
653
|
</table>
|
|
653
654
|
|