npm-deprecated-check
Advanced tools
Comparing version 0.1.5 to 0.1.7
{ | ||
"name": "npm-deprecated-check", | ||
"type": "module", | ||
"version": "0.1.5", | ||
"version": "0.1.7", | ||
"description": "Check for deprecated packages", | ||
@@ -63,3 +63,2 @@ "author": "KID-joker <kid_joker@126.com>", | ||
"semver": "^7.3.8", | ||
"transitory": "^2.2.0", | ||
"validate-npm-package-name": "^5.0.0", | ||
@@ -66,0 +65,0 @@ "yargs": "^17.6.2" |
@@ -14,5 +14,2 @@ <h1 align="center">🐦 npm-deprecated-check</h1> | ||
- According to the version range of lockfile and package.json. | ||
## Todo | ||
- Do a deep inspection of the dependency tree. | ||
@@ -33,6 +30,8 @@ | ||
option: | ||
-a, --all | ||
-d, --deep | ||
-h, --help | ||
``` | ||
For `current` and `global`, you can view all dependency checks. | ||
For `current`, `global` and `package`, you can view all dependency checks deeply. | ||
@@ -42,2 +41,3 @@ ```bash | ||
-a, --all show all packages info | ||
-d, --deep Deep check the dependencies of packages | ||
``` | ||
@@ -44,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
14788
12
311
- Removedtransitory@^2.2.0
- Removedtransitory@2.2.0(transitive)