
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
mo-clean is cli application to remove the unused node_modules from the system.
Helps Windows/Linux developers remove node_modules folder.
It identifies the unused node_modules of NodeJS application based on last used by days and provides the details
Just install the library, don't clone this repository and run! (you can do that but not required)
Please install the package with the flag '-g'.
npm install -g mo-clean
Run the below command from the command prompt/terminal
> mo
that will prompt the user with the below options for the search or delete the node_modules
__ __ ___
| \/ | / _ \
| |\/| | | | | |
| | | | | |_| | _ _ _
|_| |_| \___/ (_) (_) (_)
? Please select an option:
1) Search all the node_modules present in the path and show the total memory taken?
2) Search and delete all the node_modules present in the path?
Enter the option(1 or 2):
after the option selected it will prompt the path for the search or delete
It will search for all the node_modules present under the provided path.
It will search all the node_modules present under the provided path and delete them.
FAQs
simple node_modules remover
We found that mo-clean 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.