dead-code-checker
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "dead-code-checker", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Dead code checker", | ||
@@ -59,3 +59,2 @@ "license": "MIT", | ||
"cfonts": "^3.2.0", | ||
"cli-table3": "^0.6.5", | ||
"colors": "^1.4.0", | ||
@@ -62,0 +61,0 @@ "commander": "^12.0.0" |
@@ -9,2 +9,4 @@ # Dead Code Checker | ||
## How it works | ||
The tool will recursively scan through your project's source files and generate a report of unused functions and variables. | ||
@@ -37,4 +39,4 @@ | ||
| -v, --version | null | **Display Application Version:** Displays the current version of the application. | | ||
| -f, --folder <folder> | ./src | **Folder to be scanned:** Folder to be scanned (Default: ./src) | | ||
| -if, --ignoreFolders <folders...> | node_modules dist | **Folders to be ignored:** Folders to be ignored | | ||
| -f, --folder | ./src | **Folder to be scanned:** Folder to be scanned (Default: ./src) | | ||
| -if, --ignoreFolders | node_modules dist | **Folders to be ignored:** Folders to be ignored | | ||
@@ -41,0 +43,0 @@ ## Example Output |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
71
110854
424
3
- Removedcli-table3@^0.6.5
- Removed@colors/colors@1.5.0(transitive)
- Removedansi-regex@5.0.1(transitive)
- Removedcli-table3@0.6.5(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedstrip-ansi@6.0.1(transitive)