Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dead-code-checker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dead-code-checker - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc