updates 16.2.1 → 16.3.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 +5 -1
- package/dist/index.js +2864 -2951
- package/package.json +11 -12
package/README.md
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|

|
|
5
5
|
|
|
6
|
-
`updates` is a CLI tool which checks for
|
|
6
|
+
`updates` is a CLI tool which checks for dependency updates. It is typically able to complete in less than a second. Supported dependencies are:
|
|
7
|
+
|
|
8
|
+
- npm via `package.json`
|
|
9
|
+
- pypi via `pyproject.toml`
|
|
10
|
+
- go via `go.mod` (checking only currently, disabled by default when directory is used)
|
|
7
11
|
|
|
8
12
|
# Usage
|
|
9
13
|
|