npm-deprecated-check
Advanced tools
Comparing version
@@ -14,2 +14,3 @@ import * as semver from 'semver'; | ||
ignore: string; | ||
deep: boolean; | ||
} | ||
@@ -33,3 +34,3 @@ interface GlobalOption extends CommonOption { | ||
declare function checkCurrent(options: CurrentOption): Promise<PackageInfo[] | undefined>; | ||
declare function checkCurrent(options: CurrentOption): Promise<void>; | ||
@@ -36,0 +37,0 @@ declare function checkGlobal(options: GlobalOption): Promise<PackageInfo[]> | undefined; |
{ | ||
"name": "npm-deprecated-check", | ||
"type": "module", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Check for deprecated packages", | ||
@@ -6,0 +6,0 @@ "author": "KID-joker <kid_joker@126.com>", |
@@ -59,2 +59,3 @@ <h1 align="center">🐦 npm-deprecated-check</h1> | ||
--failfast exit the program if it has been deprecated | ||
--deep deep inspection for monorepo projects | ||
``` | ||
@@ -61,0 +62,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26811
1.8%229
1.33%99
1.02%