
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
DelConsole is a command-line tool for Node.js that recursively removes all console.log() statements from JavaScript, TypeScript, JSX, and TSX files in a specified directory, or the current directory if none is specified. This helps in cleaning up debug lo
DelConsole is a powerful Node.js command-line interface (CLI) tool designed to streamline the process of removing console.log() statements from JavaScript, TypeScript, JSX, and TSX files within a target project directory. Whether you're preparing for production or simply aiming to clean up your development environment, DelConsole offers a fast and efficient solution.
console.log() statements across your entire project.To install DelConsole globally on your system, run:
npm install -g delconsole `
After installing, you can start using DelConsole right away. Here are some basic commands to get you started:
To remove all console.log() statements from a specific folder, use the following syntax:
delconsole -path-your project folder
Replace path-to-your-project-folder with the actual path to the folder you wish to process.
To remove all console.log() statements from the current directory and its subdirectories, simply run:
delconsole
TO use delconsole without installing it,you can run
npx delconsole
Contributions to DelConsole are welcome. Whether it's adding new features, improving existing ones, or fixing bugs, please feel free to submit pull requests or open issues on my GitHub repository
DelConsole is released under the MIT license. See the LICENSE file for details.
FAQs
DelConsole is a command-line tool for Node.js that recursively removes all console.log() statements from JavaScript, TypeScript, JSX, and TSX files in a specified directory, or the current directory if none is specified. This helps in cleaning up debug lo
The npm package delconsole receives a total of 2 weekly downloads. As such, delconsole popularity was classified as not popular.
We found that delconsole demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.